- update to 0.33
- from Changes: - Makefile.PL prerequisite changed from undef to '0'. - Greg McCann <greg AT cambria dot com> added ThirdPartyProductInfo. - Added Exchange requests with help by Greg McCann.
This commit is contained in:
parent
92b7343eec
commit
f4c7f35457
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129744
3 changed files with 6 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Net-Amazon
|
||||
PORTVERSION= 0.32
|
||||
PORTVERSION= 0.33
|
||||
CATEGORIES= net perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Net
|
||||
|
@ -35,6 +35,7 @@ MAN3= Net::Amazon.3 Net::Amazon::Attribute::Review.3 \
|
|||
Net::Amazon::Request::Artist.3 \
|
||||
Net::Amazon::Request::Blended.3 \
|
||||
Net::Amazon::Request::BrowseNode.3 \
|
||||
Net::Amazon::Request::Exchange.3 \
|
||||
Net::Amazon::Request::Keyword.3 \
|
||||
Net::Amazon::Request::Manufacturer.3 \
|
||||
Net::Amazon::Request::Power.3 \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (Net-Amazon-0.32.tar.gz) = 4f5326f298c5aff20ad2459b61c193b0
|
||||
SIZE (Net-Amazon-0.32.tar.gz) = 134372
|
||||
MD5 (Net-Amazon-0.33.tar.gz) = 6ba01af13a8653b2b1f3794a1b978915
|
||||
SIZE (Net-Amazon-0.33.tar.gz) = 137816
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
%%SITE_PERL%%/Net/Amazon/Request/ASIN.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Blended.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/BrowseNode.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Exchange.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Keyword.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Manufacturer.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Request/Power.pm
|
||||
|
@ -24,6 +25,7 @@
|
|||
%%SITE_PERL%%/Net/Amazon/Response/ASIN.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Blended.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/BrowseNode.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Exchange.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Keyword.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Manufacturer.pm
|
||||
%%SITE_PERL%%/Net/Amazon/Response/Power.pm
|
||||
|
|
Loading…
Reference in a new issue