diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-07 18:58:46 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-05-07 18:58:46 +0000 |
commit | 2295f4210267d02fcb1d30ba221df6536d237a93 (patch) | |
tree | d4cd6516c15b7a66d3f55648737c1b63aae988e5 /lang | |
parent | b42112c8a73da30a312876c39eddc812765e9743 (diff) | |
download | ports-2295f4210267d02fcb1d30ba221df6536d237a93.tar.gz ports-2295f4210267d02fcb1d30ba221df6536d237a93.zip |
Update to 1.16 and require perl from ports.
Notes
Notes:
svn path=/head/; revision=161634
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Expect/Makefile | 10 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index ceb99eef7fb8..65c348bc435f 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Expect -PORTVERSION= 1.15 +PORTVERSION= 1.16 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect @@ -23,4 +23,10 @@ PERL_CONFIGURE= yes MAN3= Expect.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= requires perl 5.8.0 or higher. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index 37d129afa7a1..f09d5ae075e6 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1,3 +1,3 @@ -MD5 (Expect-1.15.tar.gz) = e717952b79c740121c18a1958b1bd6bb -SHA256 (Expect-1.15.tar.gz) = 774ace3985aacfb40b251ab4a27e911edf022090b5175f32ff0b64fcedc51111 -SIZE (Expect-1.15.tar.gz) = 51261 +MD5 (Expect-1.16.tar.gz) = f5f0ea179c6f19d9f08e22c6a0072292 +SHA256 (Expect-1.16.tar.gz) = 115d516a984423d3b6f15010bfb3e2ed237a790c142702322b02bdc99e985640 +SIZE (Expect-1.16.tar.gz) = 51525 |