Update to 3.13007
ok ckuethe@
This commit is contained in:
parent
2f6937f1c0
commit
10a80abd0c
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/25 02:35:10 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/07/21 01:03:36 kevlo Exp $
|
||||
|
||||
COMMENT= perl interface to the Twitter API
|
||||
|
||||
DISTNAME= Net-Twitter-3.09000
|
||||
DISTNAME= Net-Twitter-3.13007
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -24,7 +24,8 @@ RUN_DEPENDS= ::converters/p5-JSON-Any \
|
||||
::net/p5-Net-OAuth \
|
||||
::net/p5-POE-Filter-IRCD
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Spelling
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Deep \
|
||||
::devel/p5-Test-Spelling
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Net-Twitter-3.09000.tar.gz) = yXBiQsDCIxPa3fZEE9ahIg==
|
||||
RMD160 (Net-Twitter-3.09000.tar.gz) = tDit7tWFS4Ne9T3zFFHAp29fiHE=
|
||||
SHA1 (Net-Twitter-3.09000.tar.gz) = pEXcPVNXh3cwnOwPHaZ0GOidVc8=
|
||||
SHA256 (Net-Twitter-3.09000.tar.gz) = n9y5QvhV4//njVVY2F8GgijcvZQYs33Z+xTZsaS429U=
|
||||
SIZE (Net-Twitter-3.09000.tar.gz) = 85656
|
||||
MD5 (Net-Twitter-3.13007.tar.gz) = aNMXJfNUOm/jEktvF2cHmA==
|
||||
RMD160 (Net-Twitter-3.13007.tar.gz) = KlTc6N4IlVKHHZp2KbUNYUDFvDQ=
|
||||
SHA1 (Net-Twitter-3.13007.tar.gz) = YUV/DtkRJE7/ROsDnYSGv3B4djg=
|
||||
SHA256 (Net-Twitter-3.13007.tar.gz) = txUI5HvFzVUBUQ2iOiNJ8/27FuFkz/iOm4hf8rB5u0o=
|
||||
SIZE (Net-Twitter-3.13007.tar.gz) = 112490
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/11/25 02:35:10 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2010/07/21 01:03:36 kevlo Exp $
|
||||
${P5SITE}/Net/Identica.pm
|
||||
${P5SITE}/Net/Twitter/
|
||||
${P5SITE}/Net/Twitter.pm
|
||||
@ -11,11 +11,16 @@ ${P5SITE}/Net/Twitter/Role/
|
||||
${P5SITE}/Net/Twitter/Role/API/
|
||||
${P5SITE}/Net/Twitter/Role/API/Lists.pm
|
||||
${P5SITE}/Net/Twitter/Role/API/REST.pm
|
||||
${P5SITE}/Net/Twitter/Role/API/Search/
|
||||
${P5SITE}/Net/Twitter/Role/API/Search.pm
|
||||
${P5SITE}/Net/Twitter/Role/API/Search/Trends.pm
|
||||
${P5SITE}/Net/Twitter/Role/API/TwitterVision.pm
|
||||
${P5SITE}/Net/Twitter/Role/InflateObjects.pm
|
||||
${P5SITE}/Net/Twitter/Role/Legacy.pm
|
||||
${P5SITE}/Net/Twitter/Role/OAuth.pm
|
||||
${P5SITE}/Net/Twitter/Role/RateLimit.pm
|
||||
${P5SITE}/Net/Twitter/Role/RetryOnError.pm
|
||||
${P5SITE}/Net/Twitter/Role/SimulateCursors.pm
|
||||
${P5SITE}/Net/Twitter/Role/WrapError.pm
|
||||
${P5SITE}/Net/Twitter/Search.pm
|
||||
@man man/man3p/Net::Identica.3p
|
||||
@ -27,9 +32,13 @@ ${P5SITE}/Net/Twitter/Search.pm
|
||||
@man man/man3p/Net::Twitter::Role::API::Lists.3p
|
||||
@man man/man3p/Net::Twitter::Role::API::REST.3p
|
||||
@man man/man3p/Net::Twitter::Role::API::Search.3p
|
||||
@man man/man3p/Net::Twitter::Role::API::Search::Trends.3p
|
||||
@man man/man3p/Net::Twitter::Role::API::TwitterVision.3p
|
||||
@man man/man3p/Net::Twitter::Role::InflateObjects.3p
|
||||
@man man/man3p/Net::Twitter::Role::Legacy.3p
|
||||
@man man/man3p/Net::Twitter::Role::OAuth.3p
|
||||
@man man/man3p/Net::Twitter::Role::RateLimit.3p
|
||||
@man man/man3p/Net::Twitter::Role::RetryOnError.3p
|
||||
@man man/man3p/Net::Twitter::Role::SimulateCursors.3p
|
||||
@man man/man3p/Net::Twitter::Role::WrapError.3p
|
||||
@man man/man3p/Net::Twitter::Search.3p
|
||||
|
Loading…
Reference in New Issue
Block a user