FreeBSD Bugzilla – Attachment 84438 Details for
Bug 120432
[UPDATE] devel/p5-Google-Checkout
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.17 KB, created by
Felippe de Meirelles Motta
on 2008-02-08 22:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Felippe de Meirelles Motta
Created:
2008-02-08 22:40:01 UTC
Size:
4.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-Google-Checkout/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 20 Jul 2007 21:48:26 -0000 1.1 >+++ Makefile 8 Feb 2008 22:33:30 -0000 >@@ -6,7 +6,7 @@ > # > > 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 >@@ -22,7 +22,8 @@ > 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 >+ p5-XML-Writer>=0.6:${PORTSDIR}/textproc/p5-XML-Writer \ >+ p5-CGI.pm=>2.89:${PORTSDIR}/www/p5-CGI.pm > BUILD_DEPENDS= ${RUN_DEPENDS} > > MAN3= Google::Checkout::Command::AddMerchantOrderNumber.3 \ >@@ -37,6 +38,7 @@ > 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 +52,7 @@ > 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 \ >Index: distinfo >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-Google-Checkout/distinfo,v >retrieving revision 1.1 >diff -u -r1.1 distinfo >--- distinfo 20 Jul 2007 21:48:26 -0000 1.1 >+++ distinfo 8 Feb 2008 22:33:30 -0000 >@@ -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 >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/devel/p5-Google-Checkout/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 20 Jul 2007 21:48:26 -0000 1.1 >+++ pkg-plist 8 Feb 2008 22:33:30 -0000 >@@ -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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 120432
: 84438