Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2017 08:16:01 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446511 - in head/devel/fossil: . files
Message-ID:  <201707240816.v6O8G1N6079684@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Mon Jul 24 08:16:01 2017
New Revision: 446511
URL: https://svnweb.freebsd.org/changeset/ports/446511

Log:
  devel/fossil: update to 2.3
  
  Changes: https://www.fossil-scm.org/index.html/doc/version-2.3/www/changes.wiki

Added:
  head/devel/fossil/files/patch-auto.def   (contents, props changed)
Deleted:
  head/devel/fossil/files/patch-autosetup_cc.tcl
Modified:
  head/devel/fossil/Makefile
  head/devel/fossil/distinfo

Modified: head/devel/fossil/Makefile
==============================================================================
--- head/devel/fossil/Makefile	Mon Jul 24 06:23:00 2017	(r446510)
+++ head/devel/fossil/Makefile	Mon Jul 24 08:16:01 2017	(r446511)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	fossil
-PORTVERSION=	2.2
+PORTVERSION=	2.3
 DISTVERSIONPREFIX=	src-
 PORTEPOCH=	2
 CATEGORIES=	devel www
@@ -34,7 +34,7 @@ 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

Modified: head/devel/fossil/distinfo
==============================================================================
--- head/devel/fossil/distinfo	Mon Jul 24 06:23:00 2017	(r446510)
+++ head/devel/fossil/distinfo	Mon Jul 24 08:16:01 2017	(r446511)
@@ -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

Added: head/devel/fossil/files/patch-auto.def
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/fossil/files/patch-auto.def	Mon Jul 24 08:16:01 2017	(r446511)
@@ -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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707240816.v6O8G1N6079684>