From owner-svn-ports-all@freebsd.org Mon Jul 24 08:16:02 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D8DB0C312B9; Mon, 24 Jul 2017 08:16:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B537C260; Mon, 24 Jul 2017 08:16:02 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6O8G1hT079687; Mon, 24 Jul 2017 08:16:01 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6O8G1N6079684; Mon, 24 Jul 2017 08:16:01 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201707240816.v6O8G1N6079684@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Mon, 24 Jul 2017 08:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446511 - in head/devel/fossil: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/devel/fossil: . files X-SVN-Commit-Revision: 446511 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2017 08:16:03 -0000 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}