aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Tcl
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2008-09-08 13:17:46 +0800
committerleeym <leeym@FreeBSD.org>2008-09-08 13:17:46 +0800
commit1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4 (patch)
treee98c349773b684cc38478cbe72cee8797c9dd5f6 /lang/p5-Tcl
parent9b7609e1442cd67da1b93b67850f7d263f5c57b0 (diff)
downloadfreebsd-ports-gnome-1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4.tar.gz
freebsd-ports-gnome-1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4.tar.zst
freebsd-ports-gnome-1c35b54b5971e8d0aa92b5d4b004a5ae701a13a4.zip
- update to 0.97
- set USE_TCL=84+ to allow users to set WITH_TCL_VER for their needs
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r--lang/p5-Tcl/Makefile7
-rw-r--r--lang/p5-Tcl/distinfo6
2 files changed, 6 insertions, 7 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile
index 210ff2408e2b..8ed95f0ede3c 100644
--- a/lang/p5-Tcl/Makefile
+++ b/lang/p5-Tcl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Tcl
-PORTVERSION= 0.95
+PORTVERSION= 0.97
CATEGORIES= lang perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,10 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= A Tcl extension module for Perl5
-LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84
-
+USE_TCL= 84+
PERL_CONFIGURE= yes
-CONFIGURE_ARGS+= --tclsh tclsh8.4
+CONFIGURE_ARGS= --tclsh tclsh${TCL_VER}
MAN3= Tcl.3
diff --git a/lang/p5-Tcl/distinfo b/lang/p5-Tcl/distinfo
index 0ecceaf8d354..0c5bf1e093c4 100644
--- a/lang/p5-Tcl/distinfo
+++ b/lang/p5-Tcl/distinfo
@@ -1,3 +1,3 @@
-MD5 (Tcl-0.95.tar.gz) = b9e85d446a3a665915c5afc8ac9cb72b
-SHA256 (Tcl-0.95.tar.gz) = 20ca48169adc7018f33224f0e0ba0c96d845708afb8d442884522a0907f78611
-SIZE (Tcl-0.95.tar.gz) = 105275
+MD5 (Tcl-0.97.tar.gz) = 9f1498d890aa6ccb831c928d19579fbf
+SHA256 (Tcl-0.97.tar.gz) = 269d762d60fd9be51e959c13b4aa3da93249a5ac583cc3acae834f6074ac84bd
+SIZE (Tcl-0.97.tar.gz) = 105158