update p5-Net-Twitter to 4.01043

This makes the tests pass again.
This commit is contained in:
bluhm
2023-09-04 15:02:13 +00:00
parent e22fd11ee3
commit b517ad9322
3 changed files with 41 additions and 27 deletions
+33 -25
View File
@@ -1,33 +1,41 @@
COMMENT= perl interface to the Twitter API
COMMENT = perl interface to the Twitter API
DISTNAME = Net-Twitter-4.01030
REVISION = 0
DISTNAME = Net-Twitter-4.01043
CATEGORIES= net
CATEGORIES = net
# perl
PERMIT_PACKAGE= Yes
# Perl
PERMIT_PACKAGE = Yes
MODULES= cpan
PKG_ARCH= *
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= converters/p5-JSON-XS \
converters/p5-JSON-MaybeXS \
devel/p5-Carp-Clan \
devel/p5-Data-Visitor \
devel/p5-DateTime-Format-Strptime \
devel/p5-Devel-StackTrace \
devel/p5-MooseX-Role-Parameterized \
devel/p5-namespace-autoclean \
net/p5-Net-OAuth
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/p5-Test-Fatal \
devel/p5-Test-Warn
TEST_DEPENDS= devel/p5-Test-Deep \
devel/p5-Test-Spelling
MODULES = cpan
MAKE_ENV= TEST_POD=Yes
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-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-Fatal \
devel/p5-Test-Spelling>=0.11 \
devel/p5-Test-Warn \
www/p5-libwww>=5.819
MODCPAN_EXAMPLES= yes
PKG_ARCH = *
MODCPAN_EXAMPLES = yes
.include <bsd.port.mk>
+2 -2
View File
@@ -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
+6
View File
@@ -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