Index: head/devel/fossil/Makefile =================================================================== --- head/devel/fossil/Makefile (revision 461591) +++ head/devel/fossil/Makefile (revision 461592) @@ -1,48 +1,48 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 2.4 +PORTVERSION= 2.5 DISTVERSIONPREFIX= src- PORTEPOCH= 2 CATEGORIES= devel www 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 --with-tcl=${TCL_LIBDIR} 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 461591) +++ head/devel/fossil/distinfo (revision 461592) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509709354 -SHA256 (fossil-src-2.4.tar.gz) = d23498b6ae8894d18d7b73b8312c7514eda9ef91cf9f96c4c38429316919ad29 -SIZE (fossil-src-2.4.tar.gz) = 4919205 +TIMESTAMP = 1518445317 +SHA256 (fossil-src-2.5.tar.gz) = f9b07360811f432dfb36ebfb44c83886872556ecce1c80387629ce90e1e4aad3 +SIZE (fossil-src-2.5.tar.gz) = 5036719 Index: head/devel/fossil/files/patch-auto.def =================================================================== --- head/devel/fossil/files/patch-auto.def (revision 461591) +++ head/devel/fossil/files/patch-auto.def (nonexistent) @@ -1,11 +0,0 @@ ---- auto.def.orig 2017-07-24 08:08:14 UTC -+++ auto.def -@@ -13,7 +13,7 @@ options { - with-legacy-mv-rm=0 => {Enable legacy behavior for mv/rm (skip checkout files)} - with-th1-docs=0 => {Enable TH1 for embedded documentation pages} - with-th1-hooks=0 => {Enable TH1 hooks for commands and web pages} -- with-tcl=path => {Enable Tcl integration, with Tcl in the specified path} -+ with-tcl:path => {Enable Tcl integration, with Tcl in the specified path} - with-tcl-stubs=0 => {Enable Tcl integration via stubs library mechanism} - with-tcl-private-stubs=0 - => {Enable Tcl integration via private stubs mechanism} Property changes on: head/devel/fossil/files/patch-auto.def ___________________________________________________________________ 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