git: b389584e33e1 - main - www/p5-Net-eBay: Update to 0.62
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 May 2022 11:45:24 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b389584e33e12b9dcb11dc94672c21bc7068d63f commit b389584e33e12b9dcb11dc94672c21bc7068d63f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-13 11:30:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-13 11:39:23 +0000 www/p5-Net-eBay: Update to 0.62 Changes: https://metacpan.org/dist/Net-eBay/changes --- www/p5-Net-eBay/Makefile | 5 ++--- www/p5-Net-eBay/distinfo | 5 +++-- www/p5-Net-eBay/files/patch-MANIFEST | 5 +++-- www/p5-Net-eBay/files/patch-Makefile.PL | 4 ++-- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/www/p5-Net-eBay/Makefile b/www/p5-Net-eBay/Makefile index d76d018bacca..05f881d521f6 100644 --- a/www/p5-Net-eBay/Makefile +++ b/www/p5-Net-eBay/Makefile @@ -1,8 +1,7 @@ # Created by: Alexander Zhuravlev <zaa@zaa.pp.ru> PORTNAME= Net-eBay -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 0.62 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +15,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \ p5-DateTime-Precise>=0:devel/p5-DateTime-Precise \ - p5-HTML-Format>=0:textproc/p5-HTML-Format \ p5-HTML-PrettyPrinter>=0:www/p5-HTML-PrettyPrinter \ p5-HTML-Tree>=0:www/p5-HTML-Tree \ p5-HTTP-Date>=0:www/p5-HTTP-Date \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ + p5-Net-SSLeay>=0:security/p5-Net-SSLeay \ p5-Text-Format>=0:textproc/p5-Text-Format \ p5-XML-Dumper>=0:textproc/p5-XML-Dumper \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ diff --git a/www/p5-Net-eBay/distinfo b/www/p5-Net-eBay/distinfo index 48ec7670bf89..681bee31e67e 100644 --- a/www/p5-Net-eBay/distinfo +++ b/www/p5-Net-eBay/distinfo @@ -1,2 +1,3 @@ -SHA256 (Net-eBay-0.61.tar.gz) = 69904ffc4e0794878ab86c749d03b129edc7c220dbd0f29c65dc50fd6fdfe54d -SIZE (Net-eBay-0.61.tar.gz) = 24969 +TIMESTAMP = 1652122611 +SHA256 (Net-eBay-0.62.tar.gz) = 1ef70665138c04262d67c8edc553568d94c596de2bcdad57de2f7631bab0af0b +SIZE (Net-eBay-0.62.tar.gz) = 26719 diff --git a/www/p5-Net-eBay/files/patch-MANIFEST b/www/p5-Net-eBay/files/patch-MANIFEST index 15a9448f00f6..1f12661d762b 100644 --- a/www/p5-Net-eBay/files/patch-MANIFEST +++ b/www/p5-Net-eBay/files/patch-MANIFEST @@ -1,6 +1,6 @@ ---- MANIFEST.orig 2008-06-08 13:27:22 UTC +--- MANIFEST.orig 2022-05-07 02:51:55 UTC +++ MANIFEST -@@ -7,22 +7,3 @@ lib/Net/eBay.pm +@@ -7,23 +7,4 @@ lib/Net/eBay.pm t/00-load.t t/pod-coverage.t t/pod.t @@ -23,3 +23,4 @@ -ebay-revise-item.pl -ebay-search.pl -ebay-validate-test-user.pl + META.json Module JSON meta-data (added by MakeMaker) diff --git a/www/p5-Net-eBay/files/patch-Makefile.PL b/www/p5-Net-eBay/files/patch-Makefile.PL index 5ac7f0f4933c..58d6ca27f697 100644 --- a/www/p5-Net-eBay/files/patch-Makefile.PL +++ b/www/p5-Net-eBay/files/patch-Makefile.PL @@ -1,4 +1,4 @@ ---- Makefile.PL.orig 2008-06-08 13:27:50 UTC +--- Makefile.PL.orig 2008-10-02 15:11:55 UTC +++ Makefile.PL @@ -8,10 +8,6 @@ WriteMakefile( VERSION_FROM => 'lib/Net/eBay.pm', @@ -10,4 +10,4 @@ - ], PREREQ_PM => { 'Test::More' => 0, - 'XML::Simple' => 0, + 'Text::Format' => 0,