mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update p5-Net-Twitter to 4.01043
This makes the tests pass again.
This commit is contained in:
+21
-13
@@ -1,32 +1,40 @@
|
||||
COMMENT = perl interface to the Twitter API
|
||||
|
||||
DISTNAME = Net-Twitter-4.01030
|
||||
REVISION = 0
|
||||
DISTNAME = Net-Twitter-4.01043
|
||||
|
||||
CATEGORIES = net
|
||||
|
||||
# perl
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH= *
|
||||
CONFIGURE_STYLE= modbuild
|
||||
RUN_DEPENDS= converters/p5-JSON-XS \
|
||||
converters/p5-JSON-MaybeXS \
|
||||
|
||||
RUN_DEPENDS = converters/p5-JSON-MaybeXS \
|
||||
converters/p5-JSON-XS \
|
||||
devel/p5-Carp-Clan \
|
||||
devel/p5-Class-Load \
|
||||
devel/p5-Data-Visitor \
|
||||
devel/p5-DateTime \
|
||||
devel/p5-DateTime-Format-Strptime \
|
||||
devel/p5-Devel-StackTrace \
|
||||
devel/p5-Moose \
|
||||
devel/p5-MooseX-Role-Parameterized \
|
||||
devel/p5-Try-Tiny \
|
||||
devel/p5-namespace-autoclean \
|
||||
net/p5-Net-OAuth
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||
devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Warn
|
||||
net/p5-Net-HTTP \
|
||||
net/p5-Net-OAuth \
|
||||
security/p5-IO-Socket-SSL>=2.005 \
|
||||
www/p5-HTML-Parser \
|
||||
www/p5-HTTP-Message \
|
||||
www/p5-LWP-Protocol-https \
|
||||
www/p5-URI
|
||||
TEST_DEPENDS = devel/p5-Test-Deep \
|
||||
devel/p5-Test-Spelling
|
||||
devel/p5-Test-Fatal \
|
||||
devel/p5-Test-Spelling>=0.11 \
|
||||
devel/p5-Test-Warn \
|
||||
www/p5-libwww>=5.819
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
PKG_ARCH = *
|
||||
|
||||
MODCPAN_EXAMPLES = yes
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (Net-Twitter-4.01030.tar.gz) = OpeFtM7jp6a8dGwACTzQElWD/hwFAYVjqOBCwCGSSQE=
|
||||
SIZE (Net-Twitter-4.01030.tar.gz) = 132157
|
||||
SHA256 (Net-Twitter-4.01043.tar.gz) = YZitYCN04LgsCbwzbnlQNfwobIY0bN4cHC3d5w1J58s=
|
||||
SIZE (Net-Twitter-4.01043.tar.gz) = 140431
|
||||
|
||||
@@ -28,7 +28,10 @@ ${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/Role/WrapResult.pm
|
||||
${P5SITE}/Net/Twitter/Search.pm
|
||||
${P5SITE}/Net/Twitter/Types.pm
|
||||
${P5SITE}/Net/Twitter/WrappedResult.pm
|
||||
@man man/man3p/Net::Identica.3p
|
||||
@man man/man3p/Net::Twitter.3p
|
||||
@man man/man3p/Net::Twitter::API.3p
|
||||
@@ -53,7 +56,10 @@ ${P5SITE}/Net/Twitter/Search.pm
|
||||
@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::Role::WrapResult.3p
|
||||
@man man/man3p/Net::Twitter::Search.3p
|
||||
@man man/man3p/Net::Twitter::Types.3p
|
||||
@man man/man3p/Net::Twitter::WrappedResult.3p
|
||||
share/examples/p5-Net-Twitter/
|
||||
share/examples/p5-Net-Twitter/oauth_desktop.pl
|
||||
share/examples/p5-Net-Twitter/oauth_webapp.pl
|
||||
|
||||
Reference in New Issue
Block a user