diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-10 12:58:09 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-10 12:58:09 +0000 |
commit | 6d8e12a6003a95b4b19117974c95d41a93f2bdeb (patch) | |
tree | fe0a69b824f14f1c843292b987af0bef40e3452f /lang | |
parent | Add message about broken FreeBSD rtld and needed system patch. (diff) |
- Update to 1.15
- Hand maintainership to submitter
- Update WWW tag
PR: 39100
Submitted by: Erwin Lansing <erwin@lansing.dk>
Notes
Notes:
svn path=/head/; revision=61049
Diffstat (limited to 'lang')
-rw-r--r-- | lang/p5-Expect/Makefile | 9 | ||||
-rw-r--r-- | lang/p5-Expect/distinfo | 2 | ||||
-rw-r--r-- | lang/p5-Expect/pkg-descr | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/lang/p5-Expect/Makefile b/lang/p5-Expect/Makefile index 56529626b7a5..a078c84e6a21 100644 --- a/lang/p5-Expect/Makefile +++ b/lang/p5-Expect/Makefile @@ -6,19 +6,18 @@ # PORTNAME= Expect -PORTVERSION= 1.12 +PORTVERSION= 1.15 CATEGORIES= lang perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Expect PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= erwin@lansing.dk -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \ - ${SITE_PERL}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Stty.pm:${PORTSDIR}/devel/p5-IO-Stty RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/lang/p5-Expect/distinfo b/lang/p5-Expect/distinfo index 2b2b5c07f04b..de58d7b6aaad 100644 --- a/lang/p5-Expect/distinfo +++ b/lang/p5-Expect/distinfo @@ -1 +1 @@ -MD5 (Expect-1.12.tar.gz) = 37934e033b08124479f890ce8a429adb +MD5 (Expect-1.15.tar.gz) = e717952b79c740121c18a1958b1bd6bb diff --git a/lang/p5-Expect/pkg-descr b/lang/p5-Expect/pkg-descr index 1adf840cade4..bdc627ea9756 100644 --- a/lang/p5-Expect/pkg-descr +++ b/lang/p5-Expect/pkg-descr @@ -1,6 +1,6 @@ p5-Expect is a perl module inspired by the Tcl version of Expect. -FTP: ftp://ftp.habit.com/pub/perl/ +WWW: http://sourceforge.net/projects/expectperl/ Author: Austin Schutz <tex@habit.com> --Will <andrews@technologist.com> |