From b517ad9322707a626fdf417d515ad9e6d825ed31 Mon Sep 17 00:00:00 2001 From: bluhm Date: Mon, 4 Sep 2023 15:02:13 +0000 Subject: [PATCH] update p5-Net-Twitter to 4.01043 This makes the tests pass again. --- net/p5-Net-Twitter/Makefile | 58 ++++++++++++++++++++---------------- net/p5-Net-Twitter/distinfo | 4 +-- net/p5-Net-Twitter/pkg/PLIST | 6 ++++ 3 files changed, 41 insertions(+), 27 deletions(-) diff --git a/net/p5-Net-Twitter/Makefile b/net/p5-Net-Twitter/Makefile index d8de8166dd8..5681a786ab4 100644 --- a/net/p5-Net-Twitter/Makefile +++ b/net/p5-Net-Twitter/Makefile @@ -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 diff --git a/net/p5-Net-Twitter/distinfo b/net/p5-Net-Twitter/distinfo index e5b24c40b2c..7773247c369 100644 --- a/net/p5-Net-Twitter/distinfo +++ b/net/p5-Net-Twitter/distinfo @@ -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 diff --git a/net/p5-Net-Twitter/pkg/PLIST b/net/p5-Net-Twitter/pkg/PLIST index 518432e0387..7756f54bf2a 100644 --- a/net/p5-Net-Twitter/pkg/PLIST +++ b/net/p5-Net-Twitter/pkg/PLIST @@ -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