mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.1.1.
- Use CPAN macro. - Better adjustment of dependencies. PR: ports/120432 Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
This commit is contained in:
parent
35b1cf5ca7
commit
b25d0ce428
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209227
@ -6,22 +6,19 @@
|
||||
#
|
||||
|
||||
PORTNAME= Google-Checkout
|
||||
PORTVERSION= 1.0.9
|
||||
PORTVERSION= 1.1.1
|
||||
CATEGORIES= devel www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Google
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= aaron@FreeBSD.org
|
||||
COMMENT= Perl implementation of Google Checkout (GCO)
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-libwww>=5.65:${PORTSDIR}/www/p5-libwww \
|
||||
RUN_DEPENDS= p5-libwww>=5.65:${PORTSDIR}/www/p5-libwww \
|
||||
p5-XML-Simple>=2.09:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
p5-Crypt-SSLeay>=0.45:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-Date-Manip>=5.40:${PORTSDIR}/devel/p5-Date-Manip \
|
||||
p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
p5-MIME-Base64>=3.05:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
@ -37,6 +34,7 @@ MAN3= Google::Checkout::Command::AddMerchantOrderNumber.3 \
|
||||
Google::Checkout::Command::RefundOrder.3 \
|
||||
Google::Checkout::Command::SendBuyerMessage.3 \
|
||||
Google::Checkout::Command::UnarchiveOrder.3 \
|
||||
Google::Checkout::General::AddressFilters.3 \
|
||||
Google::Checkout::General::ConfigReader.3 \
|
||||
Google::Checkout::General::DigitalContent.3 \
|
||||
Google::Checkout::General::Error.3 \
|
||||
@ -50,6 +48,7 @@ MAN3= Google::Checkout::Command::AddMerchantOrderNumber.3 \
|
||||
Google::Checkout::General::MerchantCalculations.3 \
|
||||
Google::Checkout::General::MerchantCheckoutFlow.3 \
|
||||
Google::Checkout::General::MerchantItem.3 \
|
||||
Google::Checkout::General::ParameterizedUrl.3 \
|
||||
Google::Checkout::General::ParameterizedUrls.3 \
|
||||
Google::Checkout::General::Pickup.3 \
|
||||
Google::Checkout::General::Shipping.3 \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Google-Checkout-1.0.9.tar.gz) = 12d50a4caac4fa948d9486fe87db5fca
|
||||
SHA256 (Google-Checkout-1.0.9.tar.gz) = b1ae416a1c33af71d35cfab7b50cb95a89303480344a15c0f50560dcd55ae1b0
|
||||
SIZE (Google-Checkout-1.0.9.tar.gz) = 48602
|
||||
MD5 (Google-Checkout-1.1.1.tar.gz) = adadbbb1d1c48fedf758374922afddbb
|
||||
SHA256 (Google-Checkout-1.1.1.tar.gz) = 1bdd9b203ab7607de255966aa4046a877f53fe42af8fe075e976b7a4a3b1d5ff
|
||||
SIZE (Google-Checkout-1.1.1.tar.gz) = 53028
|
||||
|
@ -10,6 +10,7 @@
|
||||
%%SITE_PERL%%/Google/Checkout/Command/RefundOrder.pm
|
||||
%%SITE_PERL%%/Google/Checkout/Command/SendBuyerMessage.pm
|
||||
%%SITE_PERL%%/Google/Checkout/Command/UnarchiveOrder.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/AddressFilters.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/ConfigReader.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/DigitalContent.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/Error.pm
|
||||
@ -23,6 +24,7 @@
|
||||
%%SITE_PERL%%/Google/Checkout/General/MerchantCalculations.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/MerchantCheckoutFlow.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/MerchantItem.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/ParameterizedUrl.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/ParameterizedUrls.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/Pickup.pm
|
||||
%%SITE_PERL%%/Google/Checkout/General/Shipping.pm
|
||||
@ -46,10 +48,10 @@
|
||||
%%SITE_PERL%%/Google/Checkout/XML/NotificationResponseXmlWriter.pm
|
||||
%%SITE_PERL%%/Google/Checkout/XML/Writer.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Google-Checkout/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google-Checkout
|
||||
@dirrm %%SITE_PERL%%/Google/Checkout/XML
|
||||
@dirrm %%SITE_PERL%%/Google/Checkout/Notification
|
||||
@dirrm %%SITE_PERL%%/Google/Checkout/General
|
||||
@dirrm %%SITE_PERL%%/Google/Checkout/Command
|
||||
@dirrm %%SITE_PERL%%/Google/Checkout
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Google-Checkout
|
||||
@dirrmtry %%SITE_PERL%%/Google/Checkout/XML
|
||||
@dirrmtry %%SITE_PERL%%/Google/Checkout/Notification
|
||||
@dirrmtry %%SITE_PERL%%/Google/Checkout/General
|
||||
@dirrmtry %%SITE_PERL%%/Google/Checkout/Command
|
||||
@dirrmtry %%SITE_PERL%%/Google/Checkout
|
||||
@dirrmtry %%SITE_PERL%%/Google
|
||||
|
Loading…
Reference in New Issue
Block a user