diff options
author | clsung <clsung@FreeBSD.org> | 2009-08-12 16:18:21 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2009-08-12 16:18:21 +0800 |
commit | 826af9b11c6b16013709e397754a6ac512ed815b (patch) | |
tree | cb57f3cb30ce4f3c7499e8ed45837088336b9610 /dns | |
parent | eedcbe534c8b900133fb1aefa8a57fdff2bc173e (diff) | |
download | freebsd-ports-gnome-826af9b11c6b16013709e397754a6ac512ed815b.tar.gz freebsd-ports-gnome-826af9b11c6b16013709e397754a6ac512ed815b.tar.zst freebsd-ports-gnome-826af9b11c6b16013709e397754a6ac512ed815b.zip |
updated to 0.96 version
added dependency on Getopt::Long
PR: ports/137595
Submitted by: Edmondas Girkantas <eg_AT_fbsd dot lt>
Diffstat (limited to 'dns')
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/Makefile | 5 | ||||
-rw-r--r-- | dns/p5-Net-Domain-ExpireDate/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/dns/p5-Net-Domain-ExpireDate/Makefile b/dns/p5-Net-Domain-ExpireDate/Makefile index 8e05f5a65a27..f43e159e9208 100644 --- a/dns/p5-Net-Domain-ExpireDate/Makefile +++ b/dns/p5-Net-Domain-ExpireDate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Domain-ExpireDate -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= dns net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,8 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl module obtain expiration date of domain names BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/Piece.pm:${PORTSDIR}/devel/p5-Time-Piece \ - ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw + ${SITE_PERL}/Net/Whois/Raw.pm:${PORTSDIR}/net/p5-Net-Whois-Raw \ + ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/dns/p5-Net-Domain-ExpireDate/distinfo b/dns/p5-Net-Domain-ExpireDate/distinfo index 7dae23fa59b0..edd07b9e6224 100644 --- a/dns/p5-Net-Domain-ExpireDate/distinfo +++ b/dns/p5-Net-Domain-ExpireDate/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Domain-ExpireDate-0.95.tar.gz) = 85b403be953fc387bbb79d8339e1665f -SHA256 (Net-Domain-ExpireDate-0.95.tar.gz) = 0440d738aa9645d070a88e2bfe142f7b6675df85be7f5e2d05ec0ac23bb1a9af -SIZE (Net-Domain-ExpireDate-0.95.tar.gz) = 9904 +MD5 (Net-Domain-ExpireDate-0.96.tar.gz) = 55f5305a418d1e95f1147c0c7f79aa38 +SHA256 (Net-Domain-ExpireDate-0.96.tar.gz) = 9fa4c363163b7a8ca630ff497e367ba73069001880258735415d32595691bf11 +SIZE (Net-Domain-ExpireDate-0.96.tar.gz) = 9660 |