Update to p5-Net-Twitter-4.00003.
maintainer timeout
This commit is contained in:
parent
38b2da56fb
commit
84ef5fd4e9
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2010/12/03 11:45:42 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2013/03/10 08:39:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= perl interface to the Twitter API
|
||||
|
||||
DISTNAME= Net-Twitter-3.13008
|
||||
REVISION= 0
|
||||
DISTNAME= Net-Twitter-4.00003
|
||||
|
||||
CATEGORIES= net
|
||||
|
||||
@ -16,18 +15,20 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
USE_GROFF = Yes
|
||||
RUN_DEPENDS= converters/p5-JSON-Any \
|
||||
devel/p5-Carp-Clan \
|
||||
devel/p5-Data-Visitor \
|
||||
devel/p5-DateTime-Format-Strptime \
|
||||
devel/p5-MooseX-AttributeHelpers \
|
||||
devel/p5-MooseX-MultiInitArg \
|
||||
devel/p5-Devel-StackTrace \
|
||||
devel/p5-MooseX-Aliases \
|
||||
devel/p5-MooseX-Role-Parameterized \
|
||||
devel/p5-namespace-autoclean \
|
||||
net/p5-Net-OAuth \
|
||||
net/p5-POE-Filter-IRCD
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
REGRESS_DEPENDS= devel/p5-Test-Deep \
|
||||
devel/p5-Test-Spelling
|
||||
net/p5-Net-OAuth
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Warn
|
||||
REGRESS_DEPENDS=devel/p5-Test-Deep \
|
||||
devel/p5-Test-Spelling
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (Net-Twitter-3.13008.tar.gz) = ec8UxEDaCABGVr6zZnwzlg==
|
||||
RMD160 (Net-Twitter-3.13008.tar.gz) = t/BPZAbsHI76aWCo+AMcJPKCVqY=
|
||||
SHA1 (Net-Twitter-3.13008.tar.gz) = TQ7qLcPfWrsiS3bgLTd+OlVAK74=
|
||||
SHA256 (Net-Twitter-3.13008.tar.gz) = FRBC09py1LYnYHhEMzOHuodni03tb+yP91b3RQ8AMaI=
|
||||
SIZE (Net-Twitter-3.13008.tar.gz) = 112505
|
||||
SHA256 (Net-Twitter-4.00003.tar.gz) = uv4MnKanebqMf4jpXSue8O/zI5czLaJMG25tjKhGWrY=
|
||||
SIZE (Net-Twitter-4.00003.tar.gz) = 125614
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/10/07 20:38:09 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2013/03/10 08:39:42 ajacoutot Exp $
|
||||
${P5SITE}/Net/Identica.pm
|
||||
${P5SITE}/Net/Twitter/
|
||||
${P5SITE}/Net/Twitter.pm
|
||||
@ -6,15 +6,20 @@ ${P5SITE}/Net/Twitter.pod
|
||||
${P5SITE}/Net/Twitter/API.pm
|
||||
${P5SITE}/Net/Twitter/Core.pm
|
||||
${P5SITE}/Net/Twitter/Error.pm
|
||||
${P5SITE}/Net/Twitter/Manual/
|
||||
${P5SITE}/Net/Twitter/Manual/MigratingToV1_1.pod
|
||||
${P5SITE}/Net/Twitter/OAuth.pm
|
||||
${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/RESTv1_1.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/API/Upload.pm
|
||||
${P5SITE}/Net/Twitter/Role/AutoCursor.pm
|
||||
${P5SITE}/Net/Twitter/Role/InflateObjects.pm
|
||||
${P5SITE}/Net/Twitter/Role/Legacy.pm
|
||||
${P5SITE}/Net/Twitter/Role/OAuth.pm
|
||||
@ -28,12 +33,16 @@ ${P5SITE}/Net/Twitter/Search.pm
|
||||
@man man/man3p/Net::Twitter::API.3p
|
||||
@man man/man3p/Net::Twitter::Core.3p
|
||||
@man man/man3p/Net::Twitter::Error.3p
|
||||
@man man/man3p/Net::Twitter::Manual::MigratingToV1_1.3p
|
||||
@man man/man3p/Net::Twitter::OAuth.3p
|
||||
@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::RESTv1_1.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::API::Upload.3p
|
||||
@man man/man3p/Net::Twitter::Role::AutoCursor.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user