Index: head/devel/fossil/Makefile =================================================================== --- head/devel/fossil/Makefile (revision 436086) +++ head/devel/fossil/Makefile (revision 436087) @@ -1,49 +1,48 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 2.0 +PORTVERSION= 2.1 DISTVERSIONPREFIX= src- -PORTREVISION= 3 PORTEPOCH= 2 CATEGORIES= devel www -MASTER_SITES= http://fossil-scm.org/index.html/uv/download/ +MASTER_SITES= http://fossil-scm.org/index.html/uv/ MAINTAINER= gahr@FreeBSD.org COMMENT= DSCM with built-in wiki, http interface and server, tickets database LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT-BSD2.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= ssl HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_RC_SUBR= fossil MAKE_JOBS_UNSAFE=yes PLIST_FILES= bin/fossil OPTIONS_DEFINE= JSON FUSE STATIC TH1HOOKS TCL OPTIONS_DEFAULT=JSON JSON_DESC= JSON API support FUSE_DESC= Enable fossil fusefs command TH1HOOKS_DESC= Enable TH1 command and web page hooks TCL_DESC= Enable Tcl integration JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static FUSE_CONFIGURE_OFF= --disable-fusefs TH1HOOKS_CONFIGURE_ON= --with-th1-hooks TCL_CONFIGURE_ON= --with-tcl-stubs=${TCL_LIBDIR} --with-tcl=${LOCALBASE} TCL_USES= tcl FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs FUSE_USES= localbase:ldflags post-patch-FUSE-on: @${REINPLACE_CMD} -e 's/define-append LIBS -lfuse/& -pthread/' ${WRKSRC}/auto.def post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/fossil .include Index: head/devel/fossil/distinfo =================================================================== --- head/devel/fossil/distinfo (revision 436086) +++ head/devel/fossil/distinfo (revision 436087) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488891302 -SHA256 (fossil-src-2.0.tar.gz) = 359f474844792b57ba2733277c2dc8ba3b20d890925d50618d85a20867ae1761 -SIZE (fossil-src-2.0.tar.gz) = 4823223 +TIMESTAMP = 1489418573 +SHA256 (fossil-src-2.1.tar.gz) = 85dcdf10d0f1be41eef53839c6faaa73d2498a9a140a89327cfb092f23cfef05 +SIZE (fossil-src-2.1.tar.gz) = 4802504 Index: head/devel/fossil/files/patch-sha1sum =================================================================== --- head/devel/fossil/files/patch-sha1sum (revision 436086) +++ head/devel/fossil/files/patch-sha1sum (nonexistent) @@ -1,24 +0,0 @@ -Index: src/checkin.c -================================================================== ---- src/checkin.c.orig 2017-03-03 12:00:30 UTC -+++ src/checkin.c -@@ -466,7 +466,8 @@ void status_cmd(void){ - - Blob report = BLOB_INITIALIZER; - enum {CHANGES, STATUS} command = *g.argv[1]=='s' ? STATUS : CHANGES; -- int useHash = find_option("hash", 0, 0)!=0; -+ /* --sha1sum is an undocumented alias for --hash for backwards compatiblity */ -+ int useHash = find_option("hash",0,0)!=0 || find_option("sha1sum",0,0)!=0; - int showHdr = command==CHANGES && find_option("header", 0, 0); - int verboseFlag = command==CHANGES && find_option("verbose", "v", 0); - const char *zIgnoreFlag = find_option("ignore", 0, 1); -@@ -2070,7 +2071,8 @@ void commit_cmd(void){ - - memset(&sCiInfo, 0, sizeof(sCiInfo)); - url_proxy_options(); -- useHash = find_option("hash", 0, 0)!=0; -+ /* --sha1sum is an undocumented alias for --hash for backwards compatiblity */ -+ useHash = find_option("hash",0,0)!=0 || find_option("sha1sum",0,0)!=0; - noSign = find_option("nosign",0,0)!=0; - forceDelta = find_option("delta",0,0)!=0; - forceBaseline = find_option("baseline",0,0)!=0; Property changes on: head/devel/fossil/files/patch-sha1sum ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property