diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-08-27 21:55:49 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-08-27 21:55:49 +0800 |
commit | 5f475bce6d97753ebf9a88906622e1a8f4d2b4cd (patch) | |
tree | e9b16f9b650dfb6b25c9d68c4432768dd69872a3 /lang | |
parent | 84ff5c8bef73ccfbe23b3bf98831afedfdc07bdf (diff) | |
download | freebsd-ports-gnome-5f475bce6d97753ebf9a88906622e1a8f4d2b4cd.tar.gz freebsd-ports-gnome-5f475bce6d97753ebf9a88906622e1a8f4d2b4cd.tar.zst freebsd-ports-gnome-5f475bce6d97753ebf9a88906622e1a8f4d2b4cd.zip |
Update to 1.30
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Expect/Makefile | 5 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index a80ed181da38..45cf8c0f8bc5 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Expect -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= lang perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty +BUILD_DEPENDS= p5-IO-Tty>=1.11:${PORTSDIR}/devel/p5-IO-Tty \ + p5-ExtUtils-MakeMaker>=6.64:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index ef90ad8e54e0..ae5455fcd7f9 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1,2 +1,2 @@ -SHA256 (Expect-1.29.tar.gz) = 5afcb0fa58d103d0eeb72a74f820c7b26b9e7c1a04fba2cde280342c34ab866d -SIZE (Expect-1.29.tar.gz) = 59614 +SHA256 (Expect-1.30.tar.gz) = 5892a373cccaa72877debec75d4684c7ddec6623bab47ec00a24de8d97893e66 +SIZE (Expect-1.30.tar.gz) = 60573 |