diff options
author | clsung <clsung@FreeBSD.org> | 2011-09-30 10:57:19 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2011-09-30 10:57:19 +0800 |
commit | a575971113915b84ae3090efab61bd674cf1b605 (patch) | |
tree | a9d3aadfde0e175ec49fa5cd119a48ba13401235 /net | |
parent | fadb36b92799d240eec6b223b5620ca3b1079e90 (diff) | |
download | freebsd-ports-gnome-a575971113915b84ae3090efab61bd674cf1b605.tar.gz freebsd-ports-gnome-a575971113915b84ae3090efab61bd674cf1b605.tar.zst freebsd-ports-gnome-a575971113915b84ae3090efab61bd674cf1b605.zip |
- Update to 3.18001
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-Net-Twitter/Makefile | 8 | ||||
-rw-r--r-- | net/p5-Net-Twitter/distinfo | 4 | ||||
-rw-r--r-- | net/p5-Net-Twitter/pkg-plist | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index 51904fdfd78b..5f33a570ecb4 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Net-Twitter -PORTVERSION= 3.17001 +PORTVERSION= 3.18001 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to twitter.com +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/Data/Visitor/Callback.pm:${PORTSDIR}/devel/p5-Data-Visitor \ ${SITE_PERL}/DateTime/Format/Strptime.pm:${PORTSDIR}/devel/p5-DateTime-Format-Strptime \ @@ -22,7 +25,7 @@ RUN_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/MooseX/Traits.pm:${PORTSDIR}/devel/p5-MooseX-Traits \ ${SITE_PERL}/namespace/autoclean.pm:${PORTSDIR}/devel/p5-namespace-autoclean \ ${SITE_PERL}/Net/OAuth/Simple.pm:${PORTSDIR}/net/p5-Net-OAuth-Simple \ - ${SITE_PERL}/JSON/Any.pm:${PORTSDIR}/converters/p5-JSON-Any \ + ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \ ${SITE_PERL}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace BUILD_DEPENDS= ${RUN_DEPENDS} @@ -36,6 +39,7 @@ MAN3= Net::Twitter.3 Net::Twitter::Search.3 Net::Identica.3 \ Net::Twitter::Role::API::REST.3 \ Net::Twitter::Role::API::Search::Trends.3 \ Net::Twitter::Role::API::TwitterVision.3 \ + Net::Twitter::Role::API::Upload.3 \ Net::Twitter::Role::AutoCursor.3 \ Net::Twitter::Role::InflateObjects.3 \ Net::Twitter::Role::Legacy.3 \ diff --git a/net/p5-Net-Twitter/distinfo b/net/p5-Net-Twitter/distinfo index cd71fa7b508b..2bf1c767b077 100644 --- a/net/p5-Net-Twitter/distinfo +++ b/net/p5-Net-Twitter/distinfo @@ -1,2 +1,2 @@ -SHA256 (Net-Twitter-3.17001.tar.gz) = dd4a224406f4499b883c36f77ddd8cf5109eb315636617ab4640908e94086660 -SIZE (Net-Twitter-3.17001.tar.gz) = 121636 +SHA256 (Net-Twitter-3.18001.tar.gz) = a46c4f5156f9a13a04eda44b46b6a838e36427ec254754f1758b0ccccb0d56b3 +SIZE (Net-Twitter-3.18001.tar.gz) = 128033 diff --git a/net/p5-Net-Twitter/pkg-plist b/net/p5-Net-Twitter/pkg-plist index cb75e783ccb8..06dc49a57890 100644 --- a/net/p5-Net-Twitter/pkg-plist +++ b/net/p5-Net-Twitter/pkg-plist @@ -11,6 +11,7 @@ %%SITE_PERL%%/Net/Twitter/Role/API/Search.pm %%SITE_PERL%%/Net/Twitter/Role/API/Search/Trends.pm %%SITE_PERL%%/Net/Twitter/Role/API/TwitterVision.pm +%%SITE_PERL%%/Net/Twitter/Role/API/Upload.pm %%SITE_PERL%%/Net/Twitter/Role/AutoCursor.pm %%SITE_PERL%%/Net/Twitter/Role/InflateObjects.pm %%SITE_PERL%%/Net/Twitter/Role/Legacy.pm |