diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-28 20:20:46 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-01-28 20:20:46 +0000 |
commit | 7666ad34b7fd0b554e8485fc3528bb0871a2b159 (patch) | |
tree | aef2a614e4748f10a887bd443aa7c027f7a58fcd /net/p5-Net-Delicious | |
parent | fe5e9ccd5083d89f8b7930337499c0958bb06ec2 (diff) | |
download | ports-7666ad34b7fd0b554e8485fc3528bb0871a2b159.tar.gz ports-7666ad34b7fd0b554e8485fc3528bb0871a2b159.zip |
- Update to 0.96
PR: 92457
Submitted by: leeym
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=154661
Diffstat (limited to 'net/p5-Net-Delicious')
-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 |