diff options
author | leeym <leeym@FreeBSD.org> | 2006-01-29 04:20:46 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2006-01-29 04:20:46 +0800 |
commit | 76b3db09bccbecb2e528a6c133531f0945b3b696 (patch) | |
tree | dbff8a3979c2f3fde769359824ab9eae6e96303a /net | |
parent | 0f0c87921a052ba07ec19de7353c7bbd8e20a6f0 (diff) | |
download | freebsd-ports-gnome-76b3db09bccbecb2e528a6c133531f0945b3b696.tar.gz freebsd-ports-gnome-76b3db09bccbecb2e528a6c133531f0945b3b696.tar.zst freebsd-ports-gnome-76b3db09bccbecb2e528a6c133531f0945b3b696.zip |
- Update to 0.96
PR: 92457
Submitted by: leeym
Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Delicious/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-Delicious/distinfo | 6 | ||||
-rw-r--r-- | net/p5-Net-Delicious/pkg-plist | 2 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net/p5-Net-Delicious/Makefile b/net/p5-Net-Delicious/Makefile index 90655c48837b..39ede2e42ec4 100644 --- a/net/p5-Net-Delicious/Makefile +++ b/net/p5-Net-Delicious/Makefile @@ -6,8 +6,8 @@ # PORTNAME= Net-Delicious -PORTVERSION= 0.92 -PORTREVISION= 2 +PORTVERSION= 0.96 +PORTREVISION= 0 CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net @@ -31,6 +31,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_MODBUILD= yes MAN3= Net::Delicious.3 \ + Net::Delicious::Bundle.3 \ Net::Delicious::Constants.3 \ Net::Delicious::Constants::Api.3 \ Net::Delicious::Constants::Pause.3 \ @@ -38,6 +39,7 @@ MAN3= Net::Delicious.3 \ Net::Delicious::Constants::Uri.3 \ Net::Delicious::Date.3 \ Net::Delicious::Iterator.3 \ + Net::Delicious::Object.3 \ Net::Delicious::Post.3 \ Net::Delicious::Subscription.3 \ Net::Delicious::Tag.3 \ diff --git a/net/p5-Net-Delicious/distinfo b/net/p5-Net-Delicious/distinfo index d31de40130d7..4f21115ffe03 100644 --- a/net/p5-Net-Delicious/distinfo +++ b/net/p5-Net-Delicious/distinfo @@ -1,3 +1,3 @@ -MD5 (Net-Delicious-0.92.tar.gz) = a8162c5742edfc0a2b5b86eab3703207 -SHA256 (Net-Delicious-0.92.tar.gz) = 2734937f7a825a8acf99084a97dbe93b732d24e19438ed407fe06145a4bc2297 -SIZE (Net-Delicious-0.92.tar.gz) = 10866 +MD5 (Net-Delicious-0.96.tar.gz) = 142c1443aaee9f87c84e768880c5200a +SHA256 (Net-Delicious-0.96.tar.gz) = 40400446025618a7f1265fecd9e1fe8f5cbe2224f920f13097aabcd22787e114 +SIZE (Net-Delicious-0.96.tar.gz) = 13717 diff --git a/net/p5-Net-Delicious/pkg-plist b/net/p5-Net-Delicious/pkg-plist index e96453b794a7..2f549132303f 100644 --- a/net/p5-Net-Delicious/pkg-plist +++ b/net/p5-Net-Delicious/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Net/Delicious.pm +%%SITE_PERL%%/Net/Delicious/Bundle.pm %%SITE_PERL%%/Net/Delicious/Constants.pm %%SITE_PERL%%/Net/Delicious/Constants/Api.pm %%SITE_PERL%%/Net/Delicious/Constants/Pause.pm @@ -6,6 +7,7 @@ %%SITE_PERL%%/Net/Delicious/Constants/Uri.pm %%SITE_PERL%%/Net/Delicious/Date.pm %%SITE_PERL%%/Net/Delicious/Iterator.pm +%%SITE_PERL%%/Net/Delicious/Object.pm %%SITE_PERL%%/Net/Delicious/Post.pm %%SITE_PERL%%/Net/Delicious/Subscription.pm %%SITE_PERL%%/Net/Delicious/Tag.pm |