mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 4.01042
Changes: http://search.cpan.org/dist/Net-Twitter/Changes
This commit is contained in:
parent
a20a3458b0
commit
10315247c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433848
3 changed files with 14 additions and 7 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Twitter
|
||||
PORTVERSION= 4.01041
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 4.01042
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -41,6 +40,12 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
|
|||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 502502
|
||||
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479642943
|
||||
SHA256 (Net-Twitter-4.01041.tar.gz) = 77158a7d7726b8b397951014f3c7dd44979d4b4208281cc9ac87752f3d0c30cb
|
||||
SIZE (Net-Twitter-4.01041.tar.gz) = 137850
|
||||
TIMESTAMP = 1486591856
|
||||
SHA256 (Net-Twitter-4.01042.tar.gz) = ed85de266392ac3c53f0d2c0ff04bd81949546ba2b44b4fd82980a82e01582e4
|
||||
SIZE (Net-Twitter-4.01042.tar.gz) = 139311
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
%%SITE_PERL%%/Net/Twitter/Role/WrapError.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Role/WrapResult.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Search.pm
|
||||
%%SITE_PERL%%/Net/Twitter/Types.pm
|
||||
%%SITE_PERL%%/Net/Twitter/WrappedResult.pm
|
||||
%%PERL5_MAN3%%/Net::Identica.3.gz
|
||||
%%PERL5_MAN3%%/Net::Twitter.3.gz
|
||||
|
@ -52,4 +53,5 @@
|
|||
%%PERL5_MAN3%%/Net::Twitter::Role::WrapError.3.gz
|
||||
%%PERL5_MAN3%%/Net::Twitter::Role::WrapResult.3.gz
|
||||
%%PERL5_MAN3%%/Net::Twitter::Search.3.gz
|
||||
%%PERL5_MAN3%%/Net::Twitter::Types.3.gz
|
||||
%%PERL5_MAN3%%/Net::Twitter::WrappedResult.3.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue