diff options
author | pat <pat@FreeBSD.org> | 2002-06-10 20:58:09 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-10 20:58:09 +0800 |
commit | 2deda90d9db77a8898e3f6804f4bc69cb9b49486 (patch) | |
tree | 2ae10e6ab05e5b3f75553fc9174071872bab245b | |
parent | 5f900e34c4a873e84a46edfa45136dced08f1282 (diff) | |
download | freebsd-ports-gnome-2deda90d9db77a8898e3f6804f4bc69cb9b49486.tar.gz freebsd-ports-gnome-2deda90d9db77a8898e3f6804f4bc69cb9b49486.tar.zst freebsd-ports-gnome-2deda90d9db77a8898e3f6804f4bc69cb9b49486.zip |
- Update to 1.15
- Hand maintainership to submitter
- Update WWW tag
PR: 39100
Submitted by: Erwin Lansing <erwin@lansing.dk>
-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> |