diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-23 15:11:21 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-05-23 15:11:21 +0000 |
commit | f0cfdf11df504afaed3b14e4e9181ee3719c1254 (patch) | |
tree | 96a4c3384b52cae34b78a23ebfca6413b20c127f /lang | |
parent | - Add security fix patches (diff) |
- update to 0.89
- from ChangeLog
* Makefile.PL: Added libscan override to prevent installation of
create-moveable-dist.pl.
Notes
Notes:
svn path=/head/; revision=163175
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Tcl/Makefile | 4 | ||||
-rw-r--r-- | lang/p5-Tcl/distinfo | 6 | ||||
-rw-r--r-- | lang/p5-Tcl/pkg-plist | 1 |
3 files changed, 5 insertions, 6 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index f4da25b72132..d8debbcc9244 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tcl -PORTVERSION= 0.88 +PORTVERSION= 0.89 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tcl @@ -25,7 +25,7 @@ MAN3= Tcl.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500601 -IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again +IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include <bsd.port.post.mk> diff --git a/lang/p5-Tcl/distinfo b/lang/p5-Tcl/distinfo index 3958fbe0386b..f01392cfdf8f 100644 --- a/lang/p5-Tcl/distinfo +++ b/lang/p5-Tcl/distinfo @@ -1,3 +1,3 @@ -MD5 (Tcl-0.88.tar.gz) = 12f29fdeed285eb6f4a8b526999b975a -SHA256 (Tcl-0.88.tar.gz) = f612d0be028f724fa7dec7aa12a4d3e2769dea4815378ef6b2b25a00ebe6e2b4 -SIZE (Tcl-0.88.tar.gz) = 33310 +MD5 (Tcl-0.89.tar.gz) = 280fad4ce1753ab99e4943578e6d38ec +SHA256 (Tcl-0.89.tar.gz) = f95af0dbfb2395576378924e24ec05d41d00887668268e9caefd71481a173183 +SIZE (Tcl-0.89.tar.gz) = 97982 diff --git a/lang/p5-Tcl/pkg-plist b/lang/p5-Tcl/pkg-plist index 436563a80c93..d06b92d73503 100644 --- a/lang/p5-Tcl/pkg-plist +++ b/lang/p5-Tcl/pkg-plist @@ -2,5 +2,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tcl.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/Tcl.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/create-moveable-dist.pl @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tcl |