Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/geography/p5-Geo-ShapeFile p5-Geo-ShapeFile: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61436dbca031
branches:  trunk
changeset: 438404:61436dbca031
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 11:20:47 2020 +0000

description:
p5-Geo-ShapeFile: update to 3.00.

3.00 2019-05-11
    - Release version handles unicode file names on Windows

2.99_002 2019-05-10
    - Add missing test dependency on Test::Exception,
      thanks SREZIC for reporting

2.99_001 2019-05-10
    - Handle unicode file names on Windows

diffstat:

 geography/p5-Geo-ShapeFile/Makefile                      |  10 +++++-----
 geography/p5-Geo-ShapeFile/distinfo                      |  12 ++++++------
 geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t |   4 +++-
 3 files changed, 14 insertions(+), 12 deletions(-)

diffs (57 lines):

diff -r 355f417ce410 -r 61436dbca031 geography/p5-Geo-ShapeFile/Makefile
--- a/geography/p5-Geo-ShapeFile/Makefile       Mon Sep 07 11:19:54 2020 +0000
+++ b/geography/p5-Geo-ShapeFile/Makefile       Mon Sep 07 11:20:47 2020 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2020/08/31 18:09:36 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.19 2020/09/07 11:20:47 wiz Exp $
 
-DISTNAME=      Geo-ShapeFile-2.66
+DISTNAME=      Geo-ShapeFile-3.00
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    geography perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
 
@@ -13,7 +11,9 @@
 LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Tree-R>=0:../../devel/p5-Tree-R
-DEPENDS+=      p5-autovivification>=0:../../devel/p5-autovivification
+DEPENDS+=      p5-autovivification-[0-9]*:../../devel/p5-autovivification
+TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+TEST_DEPENDS+= p5-rlib-[0-9]*:../../devel/p5-rlib
 
 PERL5_PACKLIST=        auto/Geo/ShapeFile/.packlist
 
diff -r 355f417ce410 -r 61436dbca031 geography/p5-Geo-ShapeFile/distinfo
--- a/geography/p5-Geo-ShapeFile/distinfo       Mon Sep 07 11:19:54 2020 +0000
+++ b/geography/p5-Geo-ShapeFile/distinfo       Mon Sep 07 11:20:47 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/02/22 14:07:38 wen Exp $
+$NetBSD: distinfo,v 1.7 2020/09/07 11:20:47 wiz Exp $
 
-SHA1 (Geo-ShapeFile-2.66.tar.gz) = b952c6fea3c8f033a8aee80e57e9f2cc3419be3f
-RMD160 (Geo-ShapeFile-2.66.tar.gz) = 85561ce67690de8571028397c1b116608fcc4c70
-SHA512 (Geo-ShapeFile-2.66.tar.gz) = d5e808317a6c69d937f4f44e5d9866438f21bfe4542b061bc4f2185490d66aeade90a43e7efe8c26b791f773084ffcf51a59dc6beaecf12f6d7f6e02b987f239
-Size (Geo-ShapeFile-2.66.tar.gz) = 333574 bytes
-SHA1 (patch-t_main__tests.t) = a750d7cad89c1f4100ed83219e956b1b81787e9f
+SHA1 (Geo-ShapeFile-3.00.tar.gz) = e9f09b4d89bace9ca631741e3427433d76a98089
+RMD160 (Geo-ShapeFile-3.00.tar.gz) = d15c9069ca41c5b9aeaa2366dc61cb32bc0ab30f
+SHA512 (Geo-ShapeFile-3.00.tar.gz) = 94fa47a4226b8cf405a590cc4142a705af4bdddba25c5235b95ae920398af66e88b7c20f615eb5a0cd8b045fecd9d21143f45e725efb918a6c30f562c7f8a91b
+Size (Geo-ShapeFile-3.00.tar.gz) = 358391 bytes
+SHA1 (patch-t_main__tests.t) = eab0bb1ff1eb506a0f2d93aa2a5fb36dacfe891f
diff -r 355f417ce410 -r 61436dbca031 geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
--- a/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t  Mon Sep 07 11:19:54 2020 +0000
+++ b/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t  Mon Sep 07 11:20:47 2020 +0000
@@ -1,7 +1,9 @@
-$NetBSD: patch-t_main__tests.t,v 1.1 2016/07/25 09:18:55 wen Exp $
+$NetBSD: patch-t_main__tests.t,v 1.2 2020/09/07 11:20:47 wiz Exp $
+
 Add patch to be able to run tests without the need to install rlib,
 which is not in ports and which can easily be replaced by the FindBin
 The patch come from FreeBSD ports.
+
 --- t/main_tests.t.orig        2016-07-25 08:39:51.000000000 +0000
 +++ t/main_tests.t
 @@ -3,7 +3,9 @@



Home | Main Index | Thread Index | Old Index