Index: head/devel/fossil/Makefile =================================================================== --- head/devel/fossil/Makefile (revision 446510) +++ head/devel/fossil/Makefile (revision 446511) @@ -1,48 +1,48 @@ # $FreeBSD$ PORTNAME= fossil -PORTVERSION= 2.2 +PORTVERSION= 2.3 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=${TCL_LIBDIR} --with-tcl=${LOCALBASE} +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 446510) +++ head/devel/fossil/distinfo (revision 446511) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491987893 -SHA256 (fossil-src-2.2.tar.gz) = 9b8f82196eb89e4a2e82b4bcc51e314ae509a22c37073a18a0b325f11c53cf71 -SIZE (fossil-src-2.2.tar.gz) = 4826890 +TIMESTAMP = 1500881571 +SHA256 (fossil-src-2.3.tar.gz) = f073abf455a38ea0a08c3926d7445ab8115b145457f36c763ad9b74cd6a64a5d +SIZE (fossil-src-2.3.tar.gz) = 4898441 Index: head/devel/fossil/files/patch-autosetup_cc.tcl =================================================================== --- head/devel/fossil/files/patch-autosetup_cc.tcl (revision 446510) +++ head/devel/fossil/files/patch-autosetup_cc.tcl (nonexistent) @@ -1,11 +0,0 @@ ---- autosetup/cc.tcl.orig 2016-06-14 11:10:39 UTC -+++ autosetup/cc.tcl -@@ -501,6 +501,8 @@ proc cctest {args} { - if {!$opts(-link)} { - set tmp conftest__.o - lappend cmdline -c -+ } else { -+ lappend cmdline {*}[get-define LDFLAGS] - } - lappend cmdline {*}$opts(-cflags) {*}[get-define cc-default-debug ""] - Property changes on: head/devel/fossil/files/patch-autosetup_cc.tcl ___________________________________________________________________ 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 Index: head/devel/fossil/files/patch-auto.def =================================================================== --- head/devel/fossil/files/patch-auto.def (nonexistent) +++ head/devel/fossil/files/patch-auto.def (revision 446511) @@ -0,0 +1,11 @@ +--- 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 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property