diff options
author | gahr <gahr@FreeBSD.org> | 2016-11-05 00:19:01 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2016-11-05 00:19:01 +0800 |
commit | 1b5025a860e39f8ed3e5812a0866254060d89984 (patch) | |
tree | 40a1117eef8532f1d7f5715f7984b043e973b4a8 /lang | |
parent | 7118c6fd9aa45ba38f7624ddd8a77359c8f6e6f2 (diff) | |
download | freebsd-ports-gnome-1b5025a860e39f8ed3e5812a0866254060d89984.tar.gz freebsd-ports-gnome-1b5025a860e39f8ed3e5812a0866254060d89984.tar.zst freebsd-ports-gnome-1b5025a860e39f8ed3e5812a0866254060d89984.zip |
lang/tcl87: update to fossil checkin 24d90770030948ca
http://core.tcl.tk/tcl/timeline?from=699a33324b663e80&to=24d90770030948ca
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl87/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl87/distinfo | 6 | ||||
-rw-r--r-- | lang/tcl87/files/patch-unix-Makefile.in | 6 | ||||
-rw-r--r-- | lang/tcl87/pkg-plist | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/lang/tcl87/Makefile b/lang/tcl87/Makefile index 7f2d8cc9fa26..4d17e791b4dc 100644 --- a/lang/tcl87/Makefile +++ b/lang/tcl87/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcl -DISTVERSION= 8.7.a0.20161014 +DISTVERSION= 8.7.a0.20161104 CATEGORIES= lang MASTER_SITES= http://core.tcl.tk/tcl/tarball/ PKGNAMESUFFIX= ${PORTVERSION:R:R:S/.//} @@ -23,7 +23,7 @@ TZDATA_DESC= Install Tcl timezone data MODULES_DESC= Install Tcl common modules OPTIONS_SUB= yes -FOSSIL_CHECKIN= 699a33324b663e80 +FOSSIL_CHECKIN= 24d90770030948ca PATCH_WRKSRC= ${WRKDIR}/Tcl_Source_Code WRKSRC= ${PATCH_WRKSRC}/unix diff --git a/lang/tcl87/distinfo b/lang/tcl87/distinfo index 4fd4461c3a48..7411576c201c 100644 --- a/lang/tcl87/distinfo +++ b/lang/tcl87/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1476701419 -SHA256 (Tcl+Source+Code.tar.gz?uuid=699a33324b663e80) = e5789128a303f9bb20af9519595935651eacf1f5aa798bd9bb491e4f8ab156ee -SIZE (Tcl+Source+Code.tar.gz?uuid=699a33324b663e80) = 8624724 +TIMESTAMP = 1478274719 +SHA256 (Tcl+Source+Code.tar.gz?uuid=24d90770030948ca) = 3090af6723fc74c1c854d94f39fd9ecbd276b8d35ef370016bd3a4a5095ddfc2 +SIZE (Tcl+Source+Code.tar.gz?uuid=24d90770030948ca) = 8626906 diff --git a/lang/tcl87/files/patch-unix-Makefile.in b/lang/tcl87/files/patch-unix-Makefile.in index b2eff47829da..e453dd47b891 100644 --- a/lang/tcl87/files/patch-unix-Makefile.in +++ b/lang/tcl87/files/patch-unix-Makefile.in @@ -116,9 +116,9 @@ @@ -841,31 +865,31 @@ install-libraries: libraries $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.9 as a Tcl Module"; -- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm; -+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.9.tm; + @echo "Installing package http 2.8.10 as a Tcl Module"; +- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.10.tm; ++ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/http-2.8.10.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ diff --git a/lang/tcl87/pkg-plist b/lang/tcl87/pkg-plist index 8f53f0031e2c..9faa0dc74ad0 100644 --- a/lang/tcl87/pkg-plist +++ b/lang/tcl87/pkg-plist @@ -38,7 +38,7 @@ include/tcl%%TCL_VER%%/tclTomMath.h include/tcl%%TCL_VER%%/tclTomMathDecls.h include/tcl%%TCL_VER%%/unix/tclUnixPort.h include/tcl%%TCL_VER%%/unix/tclUnixThrd.h -%%MODULES%%lib/tcl%%TCL_VER%%/http-2.8.9.tm +%%MODULES%%lib/tcl%%TCL_VER%%/http-2.8.10.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 |