mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
lang/tcl87: update to fossil checkin 942948a1ea
This commit is contained in:
parent
1fa02455fb
commit
3c9b833a04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416451
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= tcl
|
||||
DISTVERSION= 8.7.a0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://core.tcl.tk/tcl/tarball/
|
||||
PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}
|
||||
@ -23,7 +24,7 @@ TZDATA_DESC= Install Tcl timezone data
|
||||
MODULES_DESC= Install Tcl common modules
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
FOSSIL_CHECKIN= a9621cd6b9
|
||||
FOSSIL_CHECKIN= 942948a1ea
|
||||
|
||||
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME:S/+/_/g}
|
||||
WRKSRC= ${PATCH_WRKSRC}/unix
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1464793004
|
||||
SHA256 (Tcl+Source+Code-a9621cd6b9.tar.gz) = 0aaeb1b266aabbaef58e06da894bd3520c80dea3a5581aa0e9961aa7c320709b
|
||||
SIZE (Tcl+Source+Code-a9621cd6b9.tar.gz) = 8620465
|
||||
TIMESTAMP = 1465213011
|
||||
SHA256 (Tcl+Source+Code-942948a1ea.tar.gz) = f1f9774dd535c2fdf68435151d7816af24a53c53ddd251bf8c9edd994333f951
|
||||
SIZE (Tcl+Source+Code-942948a1ea.tar.gz) = 8620165
|
||||
|
@ -127,9 +127,9 @@
|
||||
@echo "Installing package msgcat 1.6.0 as a Tcl Module";
|
||||
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.0.tm;
|
||||
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/msgcat-1.6.0.tm;
|
||||
@echo "Installing package tcltest 2.3.9 as a Tcl Module";
|
||||
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.9.tm;
|
||||
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.9.tm;
|
||||
@echo "Installing package tcltest 2.4.0 as a Tcl Module";
|
||||
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.0.tm;
|
||||
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.4.0.tm;
|
||||
|
||||
@echo "Installing package platform 1.0.14 as a Tcl Module";
|
||||
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm;
|
||||
|
@ -46,7 +46,7 @@ include/tcl%%TCL_VER%%/unix/tclUnixThrd.h
|
||||
%%MODULES%%lib/tcl%%TCL_VER%%/opt0.4/pkgIndex.tcl
|
||||
%%MODULES%%lib/tcl%%TCL_VER%%/platform-1.0.14.tm
|
||||
%%MODULES%%lib/tcl%%TCL_VER%%/platform/shell-1.1.4.tm
|
||||
%%MODULES%%lib/tcl%%TCL_VER%%/tcltest-2.3.9.tm
|
||||
%%MODULES%%lib/tcl%%TCL_VER%%/tcltest-2.4.0.tm
|
||||
lib/tcl%%TCL_VER%%/auto.tcl
|
||||
lib/tcl%%TCL_VER%%/clock.tcl
|
||||
lib/tcl%%TCL_VER%%/encoding/ascii.enc
|
||||
|
Loading…
Reference in New Issue
Block a user