pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-URI-Fetch Update to 0.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b5ce5747040
branches:  trunk
changeset: 457474:7b5ce5747040
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Aug 27 00:56:05 2021 +0000

description:
Update to 0.15

Upstream changes:
0.15 2021-05-27 NEILB
    - Specify min perl as 5.008001 rather than 5.008_001, which was
      causing problems with some versions of ExtUtils::MakeMaker.
      RT#133491

0.14 2021-05-26 NEILB
    - When Benjamin created this, he had a server set up for doing the
      tests, but that's gone now. So to stop all the fails, I'm skipping
      the live tests for now. Could do with mocking, but this is a stop-gap.

0.13_01 2021-05-25 NEILB
    - Changed the test suite to use some online HTTP status code test servers.
      Let's see how reliable they are.

diffstat:

 www/p5-URI-Fetch/Makefile                       |   5 ++---
 www/p5-URI-Fetch/distinfo                       |  10 +++++-----
 www/p5-URI-Fetch/patches/patch-META.json        |  16 ----------------
 www/p5-URI-Fetch/patches/patch-META.yml         |  16 ----------------
 www/p5-URI-Fetch/patches/patch-Makefile.PL      |  25 -------------------------
 www/p5-URI-Fetch/patches/patch-lib_URI_Fetch.pm |  15 ---------------
 6 files changed, 7 insertions(+), 80 deletions(-)

diffs (120 lines):

diff -r ed7c39fec8e5 -r 7b5ce5747040 www/p5-URI-Fetch/Makefile
--- a/www/p5-URI-Fetch/Makefile Fri Aug 27 00:49:29 2021 +0000
+++ b/www/p5-URI-Fetch/Makefile Fri Aug 27 00:56:05 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2021/05/24 19:55:53 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2021/08/27 00:56:05 wen Exp $
 
-DISTNAME=              URI-Fetch-0.13
+DISTNAME=              URI-Fetch-0.15
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           5
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=URI/}
 
diff -r ed7c39fec8e5 -r 7b5ce5747040 www/p5-URI-Fetch/distinfo
--- a/www/p5-URI-Fetch/distinfo Fri Aug 27 00:49:29 2021 +0000
+++ b/www/p5-URI-Fetch/distinfo Fri Aug 27 00:56:05 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2021/05/25 11:20:55 schmonz Exp $
+$NetBSD: distinfo,v 1.8 2021/08/27 00:56:05 wen Exp $
 
-SHA1 (URI-Fetch-0.13.tar.gz) = 7cfae8948f14f84d85f598911b69cc3df4cb7ff2
-RMD160 (URI-Fetch-0.13.tar.gz) = 2760d29016eb125e3760355c1c876df099d2a298
-SHA512 (URI-Fetch-0.13.tar.gz) = 8df3e15bf49a7038b2a7c0d2d175bd69ed7fd6ba83bf13e65c18a46e356465bf57e1d725a6c940830dac3c3f3af294c56bb4685ede5181904b7c9a14260145e4
-Size (URI-Fetch-0.13.tar.gz) = 16669 bytes
+SHA1 (URI-Fetch-0.15.tar.gz) = a6921de29ee69e1e5ceb97a3b85d3839479b1a70
+RMD160 (URI-Fetch-0.15.tar.gz) = a56dfeb84ce0f86d6c4796514711905f949e018d
+SHA512 (URI-Fetch-0.15.tar.gz) = eb630a628920cdee005a7a4be5c82da635050905a6cbb12b06721a11921f54b72d0c307306a413b95e43def7859eb5ac4e0d9d9400c4fe86750cc71210db7203
+Size (URI-Fetch-0.15.tar.gz) = 16808 bytes
 SHA1 (patch-META.json) = 247227107c5f9222009219a241ef1d704d11c993
 SHA1 (patch-META.yml) = a26ac05d4ea00636951e95bfb2fe81d3a82493a5
 SHA1 (patch-Makefile.PL) = b097c1f367d70a498ba670c30fd42be91ff1817b
diff -r ed7c39fec8e5 -r 7b5ce5747040 www/p5-URI-Fetch/patches/patch-META.json
--- a/www/p5-URI-Fetch/patches/patch-META.json  Fri Aug 27 00:49:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-META.json,v 1.1 2021/05/25 11:20:55 schmonz Exp $
-
-ExtUtils-MakeMaker-7.48 rejects invalid MIN_PERL_VERSION values.
-Apply patch from <https://rt.cpan.org/Public/Bug/Display.html?id=133491>.
-
---- META.json.orig     2016-07-02 08:35:41.000000000 +0000
-+++ META.json
-@@ -28,7 +28,7 @@
-             "URI" : "0",
-             "base" : "0",
-             "constant" : "0",
--            "perl" : "5.008_001",
-+            "perl" : "5.008001",
-             "strict" : "0",
-             "warnings" : "0"
-          }
diff -r ed7c39fec8e5 -r 7b5ce5747040 www/p5-URI-Fetch/patches/patch-META.yml
--- a/www/p5-URI-Fetch/patches/patch-META.yml   Fri Aug 27 00:49:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-META.yml,v 1.1 2021/05/25 11:20:55 schmonz Exp $
-
-ExtUtils-MakeMaker-7.48 rejects invalid MIN_PERL_VERSION values.
-Apply patch from <https://rt.cpan.org/Public/Bug/Display.html?id=133491>.
-
---- META.yml.orig      2016-07-02 08:35:41.000000000 +0000
-+++ META.yml
-@@ -23,7 +23,7 @@ requires:
-   URI: '0'
-   base: '0'
-   constant: '0'
--  perl: 5.008_001
-+  perl: 5.008001
-   strict: '0'
-   warnings: '0'
- resources:
diff -r ed7c39fec8e5 -r 7b5ce5747040 www/p5-URI-Fetch/patches/patch-Makefile.PL
--- a/www/p5-URI-Fetch/patches/patch-Makefile.PL        Fri Aug 27 00:49:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2021/05/25 11:20:55 schmonz Exp $
-
-ExtUtils-MakeMaker-7.48 rejects invalid MIN_PERL_VERSION values.
-Apply patch from <https://rt.cpan.org/Public/Bug/Display.html?id=133491>.
-
---- Makefile.PL.orig   2016-07-02 08:35:41.000000000 +0000
-+++ Makefile.PL
-@@ -2,7 +2,7 @@
- use strict;
- use warnings;
- 
--use 5.008_001;
-+use 5.008001;
- 
- use ExtUtils::MakeMaker;
- 
-@@ -15,7 +15,7 @@ my %WriteMakefileArgs = (
-   "DISTNAME" => "URI-Fetch",
-   "EXE_FILES" => [],
-   "LICENSE" => "perl",
--  "MIN_PERL_VERSION" => "5.008_001",
-+  "MIN_PERL_VERSION" => "5.008001",
-   "NAME" => "URI::Fetch",
-   "PREREQ_PM" => {
-     "Carp" => 0,
diff -r ed7c39fec8e5 -r 7b5ce5747040 www/p5-URI-Fetch/patches/patch-lib_URI_Fetch.pm
--- a/www/p5-URI-Fetch/patches/patch-lib_URI_Fetch.pm   Fri Aug 27 00:49:29 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-lib_URI_Fetch.pm,v 1.1 2021/05/25 11:20:55 schmonz Exp $
-
-ExtUtils-MakeMaker-7.48 rejects invalid MIN_PERL_VERSION values.
-Apply patch from <https://rt.cpan.org/Public/Bug/Display.html?id=133491>.
-
---- lib/URI/Fetch.pm.orig      2016-07-02 08:35:41.000000000 +0000
-+++ lib/URI/Fetch.pm
-@@ -1,6 +1,6 @@
- package URI::Fetch;
- $URI::Fetch::VERSION = '0.13';
--use 5.008_001;
-+use 5.008001;
- use strict;
- use warnings;
- 



Home | Main Index | Thread Index | Old Index