Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Sep 2017 16:30:05 +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: r449210 - in head/lang/tcl87: . files
Message-ID:  <201709031630.v83GU5xX074329@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



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