diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-18 09:04:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-07-18 09:04:14 +0000 |
commit | 5c0e29f0f157d204797db0e5010c8bac235718a5 (patch) | |
tree | 387c684760f09457fe0e9cb02009667b38a73d66 /lang/p5-Expect | |
parent | dcdee99daef518e223576075704624ba66319469 (diff) | |
download | ports-5c0e29f0f157d204797db0e5010c8bac235718a5.tar.gz ports-5c0e29f0f157d204797db0e5010c8bac235718a5.zip |
Notes
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r-- | lang/p5-Expect/Makefile | 4 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 6 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-descr | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 52efc07947bc..502a09d88a41 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Expect -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module inspired by the Tcl version of Expect -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \ +BUILD_DEPENDS= p5-IO-Tty>=1.03:${PORTSDIR}/devel/p5-IO-Tty \ ${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index 5ca0dbf98973..6e0c7ddccc49 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1,3 +1,3 @@ -MD5 (Expect-1.18.tar.gz) = d7f82ded593014ccd6f9253f264addb2 -SHA256 (Expect-1.18.tar.gz) = 3b9f631bfb30cdcc312b716eb84d53ac8ec3fd6f6a71e784e2afffa51b1ee3eb -SIZE (Expect-1.18.tar.gz) = 51939 +MD5 (Expect-1.19.tar.gz) = 92b1494a6c86a2791ead0ec39a306726 +SHA256 (Expect-1.19.tar.gz) = 217473a991e109a2250082e9c7e7894240fce1773c300e0080a335a67e92779e +SIZE (Expect-1.19.tar.gz) = 52224 diff --git a/lang/p5-Expect/pkg-descr b/lang/p5-Expect/pkg-descr index bdc627ea9756..f0cdf5d57f19 100644 --- a/lang/p5-Expect/pkg-descr +++ b/lang/p5-Expect/pkg-descr @@ -1,6 +1,3 @@ p5-Expect is a perl module inspired by the Tcl version of Expect. -WWW: http://sourceforge.net/projects/expectperl/ -Author: Austin Schutz <tex@habit.com> - ---Will <andrews@technologist.com> +WWW: http://search.cpan.org/dist/Expect/ |