diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2003-03-28 21:16:06 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2003-03-28 21:16:06 +0000 |
commit | 59a95142a18b09a705babc845af613fdaad2baa8 (patch) | |
tree | c43c3443cb80bd5aae1ea97c63cda07febdacb0d /net | |
parent | 7c52d97a62e77ba1d48d1d0d8e5e2ceb7bd88039 (diff) | |
download | ports-59a95142a18b09a705babc845af613fdaad2baa8.tar.gz ports-59a95142a18b09a705babc845af613fdaad2baa8.zip |
Update to 1.51.
Notes
Notes:
svn path=/head/; revision=77646
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Tie-NetAddr-IP/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Tie-NetAddr-IP/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Tie-NetAddr-IP/pkg-plist | 15 |
3 files changed, 10 insertions, 12 deletions
diff --git a/net/p5-Tie-NetAddr-IP/Makefile b/net/p5-Tie-NetAddr-IP/Makefile index ce16babef13b..190211a90202 100644 --- a/net/p5-Tie-NetAddr-IP/Makefile +++ b/net/p5-Tie-NetAddr-IP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Tie-NetAddr-IP -PORTVERSION= 1.50 +PORTVERSION= 1.51 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Tie @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Tie::NetAddr::IP - Implements a Hash where the key is a subnet -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP +BUILD_DEPENDS= ${SITE_PERL}/NetAddr/IP.pm:${PORTSDIR}/net/p5-NetAddr-IP RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Tie::NetAddr::IP.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.mk> diff --git a/net/p5-Tie-NetAddr-IP/distinfo b/net/p5-Tie-NetAddr-IP/distinfo index bba33d34df1c..ce3f0c1537be 100644 --- a/net/p5-Tie-NetAddr-IP/distinfo +++ b/net/p5-Tie-NetAddr-IP/distinfo @@ -1 +1 @@ -MD5 (Tie-NetAddr-IP-1.50.tar.gz) = d92276fb24bc0093d4520890d54b4c5c +MD5 (Tie-NetAddr-IP-1.51.tar.gz) = 562a9e63cc3e0cf0803778922f285ff8 diff --git a/net/p5-Tie-NetAddr-IP/pkg-plist b/net/p5-Tie-NetAddr-IP/pkg-plist index c3af0ea294f7..4e9c26fc9341 100644 --- a/net/p5-Tie-NetAddr-IP/pkg-plist +++ b/net/p5-Tie-NetAddr-IP/pkg-plist @@ -1,8 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/NetAddr/IP/.packlist -lib/perl5/site_perl/%%PERL_VER%%/Tie/NetAddr/sample.pl -lib/perl5/site_perl/%%PERL_VER%%/Tie/NetAddr/IP.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/NetAddr/IP -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/NetAddr 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie/NetAddr 2>/dev/null || true -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/NetAddr/IP/.packlist +%%SITE_PERL%%/Tie/NetAddr/IP.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/NetAddr/IP +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/NetAddr 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tie/NetAddr 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true |