diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-09-08 05:17:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-09-08 05:17:46 +0000 |
commit | fc43b1e2398cf8046e7f564e0b9c95e742ebd0e7 (patch) | |
tree | 4a3c5a1ebfbe8daf635c6534368b00d993b0e638 /lang | |
parent | Add port math/octave-forge-odebvp (diff) |
- update to 0.97
- set USE_TCL=84+ to allow users to set WITH_TCL_VER for their needs
Notes
Notes:
svn path=/head/; revision=220244
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Tcl/Makefile | 7 | ||||
-rw-r--r-- | lang/p5-Tcl/distinfo | 6 |
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 |