mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Update to 1.16 and require perl from ports.
This commit is contained in:
parent
b42112c8a7
commit
2295f42102
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161634
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user