mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 3.12000
Changes: http://search.cpan.org/dist/Net-Twitter/Changes
This commit is contained in:
parent
aa8083f054
commit
2cd93b680b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253048
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net-Twitter
|
||||
PORTVERSION= 3.10003
|
||||
PORTVERSION= 3.12000
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -29,15 +29,18 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Net::Twitter.3 Net::Twitter::Search.3 Net::Identica.3 \
|
||||
Net::Twitter::API.3 Net::Twitter::Role::API::Search.3 \
|
||||
Net::Twitter::Error.3 Net::Twitter::Role::OAuth.3 \
|
||||
Net::Twitter::OAuth.3 Net::Twitter::Core.3 \
|
||||
Net::Twitter::OAuth::XAuthRequest.3 \
|
||||
Net::Twitter::Role::API::Lists.3 \
|
||||
Net::Twitter::Role::API::REST.3 \
|
||||
Net::Twitter::Role::API::TwitterVision.3 \
|
||||
Net::Twitter::OAuth.3 Net::Twitter::Core.3 \
|
||||
Net::Twitter::API.3 Net::Twitter::Role::API::Search.3 \
|
||||
Net::Twitter::Role::InflateObjects.3 \
|
||||
Net::Twitter::Role::Legacy.3 \
|
||||
Net::Twitter::Role::RateLimit.3 \
|
||||
Net::Twitter::Role::WrapError.3 \
|
||||
Net::Twitter::Role::Legacy.3
|
||||
Net::Twitter::Role::RetryOnError.3 \
|
||||
Net::Twitter::Role::SimulateCursors.3 \
|
||||
Net::Twitter::Role::WrapError.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Net-Twitter-3.10003.tar.gz) = 243aa238cd9eadfee6f7d781c6f2c3b9
|
||||
SHA256 (Net-Twitter-3.10003.tar.gz) = 5c16e7262f7d871e8e50debc78c4537d77e5bab5d8587bfcd858565b6a59a3ff
|
||||
SIZE (Net-Twitter-3.10003.tar.gz) = 91483
|
||||
MD5 (Net-Twitter-3.12000.tar.gz) = fe90b49096f36f7867ebd0fb5a4a208c
|
||||
SHA256 (Net-Twitter-3.12000.tar.gz) = b518d6d330b0468a04c4b5ec0cf9681bcd62b1d90954f185e7649eb59195bc96
|
||||
SIZE (Net-Twitter-3.12000.tar.gz) = 107155
|
||||
|
@ -2,23 +2,27 @@
|
||||
%%SITE_PERL%%/Net/Identica.pm
|
||||
%%SITE_PERL%%/Net/Twitter.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Search.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/API/TwitterVision.pm
|
||||
%%SITE_PERL%%/Net/Twitter/API.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Core.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Error.pm
|
||||
%%SITE_PERL%%/Net/Twitter/OAuth.pm
|
||||
%%SITE_PERL%%/Net/Twitter/OAuth/XAuthRequest.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/API/Lists.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/API/REST.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/API/Search.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/API/TwitterVision.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/InflateObjects.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/Legacy.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/OAuth.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/RateLimit.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/RetryOnError.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/SimulateCursors.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/WrapError.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Error.pm
|
||||
%%SITE_PERL%%/Net/Twitter/API.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Core.pm
|
||||
%%SITE_PERL%%/Net/Twitter/OAuth.pm
|
||||
%%SITE_PERL%%/Net/Twitter.pod
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
||||
@dirrm %%SITE_PERL%%/Net/Twitter/Role/API
|
||||
@dirrm %%SITE_PERL%%/Net/Twitter/Role
|
||||
@dirrm %%SITE_PERL%%/Net/Twitter/OAuth
|
||||
@dirrmtry %%SITE_PERL%%/Net/Twitter
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
|
Loading…
Reference in New Issue
Block a user