lang/tcl87: update to fossil checkin 24d90770030948ca
http://core.tcl.tk/tcl/timeline?from=699a33324b663e80&to=24d90770030948ca
This commit is contained in:
parent
f4fad6e003
commit
2b15cef3bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425337
4 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue