From owner-svn-ports-all@freebsd.org Sun Sep 3 16:30:06 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 7BA73E13512; Sun, 3 Sep 2017 16:30:06 +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 54EA370DF8; Sun, 3 Sep 2017 16:30:06 +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 v83GU58b074333; Sun, 3 Sep 2017 16:30:05 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v83GU5xX074329; Sun, 3 Sep 2017 16:30:05 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709031630.v83GU5xX074329@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Sun, 3 Sep 2017 16:30:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449210 - in head/lang/tcl87: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/lang/tcl87: . files X-SVN-Commit-Revision: 449210 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: Sun, 03 Sep 2017 16:30:06 -0000 Author: gahr Date: Sun Sep 3 16:30:05 2017 New Revision: 449210 URL: https://svnweb.freebsd.org/changeset/ports/449210 Log: lang/tcl87: update to fossil checkin 95c4436a1e http://core.tcl.tk/tcl/timeline?from=2b42a8db4c&to=95c4436a1e&sbs=1 Modified: head/lang/tcl87/Makefile head/lang/tcl87/distinfo head/lang/tcl87/files/patch-unix-Makefile.in head/lang/tcl87/pkg-plist Modified: head/lang/tcl87/Makefile ============================================================================== --- head/lang/tcl87/Makefile Sun Sep 3 16:27:12 2017 (r449209) +++ head/lang/tcl87/Makefile Sun Sep 3 16:30:05 2017 (r449210) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.7.a0.20170823 +DISTVERSION= 8.7.a0.20170903 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= http://core.tcl.tk/tcl/tarball/ @@ -32,7 +32,7 @@ OPTIONS_EXCLUDE+= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE -FOSSIL_CHECKIN= 2b42a8db4c +FOSSIL_CHECKIN= 95c4436a1e PATCH_WRKSRC= ${WRKDIR}/Tcl_Source_Code WRKSRC= ${PATCH_WRKSRC}/unix @@ -93,5 +93,7 @@ post-install: # Make sure users of USES=tcl:87 are able to look up the library ${LN} -s libtcl${TCL_VER}.so ${STAGEDIR}${PREFIX}/lib/libtcl${PKGNAMESUFFIX}.so ${LN} -s libtcl${PKGNAMESUFFIX}.so ${STAGEDIR}${PREFIX}/lib/libtcl${PKGNAMESUFFIX}.so.1 + ${MKDIR} ${STAGEDIR}${PREFIX}/include/tcl${TCL_VER}/doc + ${INSTALL_DATA} ${WRKSRC}/../doc/man.macros ${STAGEDIR}${PREFIX}/include/tcl${TCL_VER}/doc/man.macros .include Modified: head/lang/tcl87/distinfo ============================================================================== --- head/lang/tcl87/distinfo Sun Sep 3 16:27:12 2017 (r449209) +++ head/lang/tcl87/distinfo Sun Sep 3 16:30:05 2017 (r449210) @@ -1,3 +1,3 @@ -TIMESTAMP = 1503473236 -SHA256 (Tcl+Source+Code.tar.gz?uuid=2b42a8db4c) = 0548034f1877938bb8e0fdd72ee2117b1a920e4520fa8c1d998cc71249b4098e -SIZE (Tcl+Source+Code.tar.gz?uuid=2b42a8db4c) = 6714108 +TIMESTAMP = 1504452062 +SHA256 (Tcl+Source+Code.tar.gz?uuid=95c4436a1e) = 5087ee52b0b91a3bde635a0f016bc85709161b84a7e85126c00b8166855016a9 +SIZE (Tcl+Source+Code.tar.gz?uuid=95c4436a1e) = 6716510 Modified: head/lang/tcl87/files/patch-unix-Makefile.in ============================================================================== --- head/lang/tcl87/files/patch-unix-Makefile.in Sun Sep 3 16:27:12 2017 (r449209) +++ head/lang/tcl87/files/patch-unix-Makefile.in Sun Sep 3 16:30:05 2017 (r449210) @@ -73,9 +73,9 @@ @@ -842,31 +853,31 @@ install-libraries: libraries $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.11 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.11.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.11.tm; + @echo "Installing package http 2.8.12 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.12.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.12.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ Modified: head/lang/tcl87/pkg-plist ============================================================================== --- head/lang/tcl87/pkg-plist Sun Sep 3 16:27:12 2017 (r449209) +++ head/lang/tcl87/pkg-plist Sun Sep 3 16:30:05 2017 (r449210) @@ -3,6 +3,7 @@ lib/libtclstub%%TCL_VER%%.a lib/libtcl%%TCL_VER%%.so lib/libtcl%%PKGNAMESUFFIX%%.so lib/libtcl%%PKGNAMESUFFIX%%.so.1 +include/tcl%%TCL_VER%%/doc/man.macros include/tcl%%TCL_VER%%/tcl.h include/tcl%%TCL_VER%%/tclDecls.h include/tcl%%TCL_VER%%/tclOO.h @@ -10,7 +11,7 @@ include/tcl%%TCL_VER%%/tclOODecls.h include/tcl%%TCL_VER%%/tclPlatDecls.h include/tcl%%TCL_VER%%/tclTomMath.h include/tcl%%TCL_VER%%/tclTomMathDecls.h -%%MODULES%%lib/tcl%%TCL_VER%%/http-2.8.11.tm +%%MODULES%%lib/tcl%%TCL_VER%%/http-2.8.12.tm %%MODULES%%lib/tcl%%TCL_VER%%/http1.0/http.tcl %%MODULES%%lib/tcl%%TCL_VER%%/http1.0/pkgIndex.tcl %%MODULES%%lib/tcl%%TCL_VER%%/msgcat-1.6.0.tm