mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
lang/tcl86: update to 8.6.6
Announcement: https://sourceforge.net/p/tcl/mailman/message/35246302/
This commit is contained in:
parent
c5ce51480a
commit
f0e89f7d00
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419216
@ -2,8 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tcl
|
||||
PORTVERSION= 8.6.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 8.6.6
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/tcl/Tcl/${PORTVERSION} \
|
||||
TCLTK/tcl8_6
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (tcl8.6.5-src.tar.gz) = ce26d5b9c7504fc25d2f10ef0b82b14cf117315445b5afa9e673ed331830fb53
|
||||
SIZE (tcl8.6.5-src.tar.gz) = 9398130
|
||||
TIMESTAMP = 1469705837
|
||||
SHA256 (tcl8.6.6-src.tar.gz) = a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07
|
||||
SIZE (tcl8.6.6-src.tar.gz) = 9553805
|
||||
|
@ -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.8 as a Tcl Module";
|
||||
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.8.tm;
|
||||
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/tcltest-2.3.8.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;
|
||||
|
@ -23,6 +23,7 @@ include/tcl%%TCL_VER%%/generic/tclParse.h
|
||||
include/tcl%%TCL_VER%%/generic/tclPlatDecls.h
|
||||
include/tcl%%TCL_VER%%/generic/tclPort.h
|
||||
include/tcl%%TCL_VER%%/generic/tclRegexp.h
|
||||
include/tcl%%TCL_VER%%/generic/tclStringRep.h
|
||||
include/tcl%%TCL_VER%%/generic/tclStringTrim.h
|
||||
include/tcl%%TCL_VER%%/generic/tclTomMath.h
|
||||
include/tcl%%TCL_VER%%/generic/tclTomMathInt.h
|
||||
@ -45,7 +46,7 @@ include/tcl%%TCL_VER%%/tclTomMathDecls.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.8.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