mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- update from 0.19 to 0.21
- add Request/Sort.pm Request/TextStream.pm Response/TextStream.pm PR: ports/66233 Submitted by: maintainer
This commit is contained in:
parent
2fad5d0042
commit
d049b8c87e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108503
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Net-Amazon
|
||||
PORTVERSION= 0.19
|
||||
PORTVERSION= 0.21
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
@ -40,7 +40,9 @@ MAN3= Net::Amazon.3 Net::Amazon::Attribute::Review.3 \
|
||||
Net::Amazon::Request::Power.3 \
|
||||
Net::Amazon::Request::Similar.3 \
|
||||
Net::Amazon::Request::UPC.3 \
|
||||
Net::Amazon::Request::Wishlist.3
|
||||
Net::Amazon::Request::Wishlist.3 \
|
||||
Net::Amazon::Request::Sort.3 \
|
||||
Net::Amazon::Request::TextStream.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Net-Amazon-0.19.tar.gz) = b0040c7c65c20396dad185970e1e03f2
|
||||
SIZE (Net-Amazon-0.19.tar.gz) = 43862
|
||||
MD5 (Net-Amazon-0.21.tar.gz) = 093c9408bfc207854f0cd39fc0d46256
|
||||
SIZE (Net-Amazon-0.21.tar.gz) = 76489
|
||||
|
@ -12,6 +12,7 @@
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Similar.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Wishlist.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Manufacturer.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/TextStream.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Artist.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Blended.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Keyword.pm
|
||||
@ -22,6 +23,8 @@
|
||||
%%SITE_PERL%%/Net/Amazon/Request/ASIN.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Power.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Manufacturer.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Sort.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/TextStream.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Attribute/Review.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Attribute/ReviewSet.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Property/DVD.pm
|
||||
|
Loading…
Reference in New Issue
Block a user