summaryrefslogtreecommitdiff
path: root/geography/p5-Geo-ShapeFile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2020-09-07 11:20:47 +0000
committerwiz <wiz@pkgsrc.org>2020-09-07 11:20:47 +0000
commitf2691d090f55da90abc320f834a8ef1ce1edc0e8 (patch)
tree656ca4d813a3b110ca2e27f322567bcf7cfba8ff /geography/p5-Geo-ShapeFile
parent95e233af8c826154202e432fa4c3222a0025af1d (diff)
downloadpkgsrc-f2691d090f55da90abc320f834a8ef1ce1edc0e8.tar.gz
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 (limited to 'geography/p5-Geo-ShapeFile')
-rw-r--r--geography/p5-Geo-ShapeFile/Makefile10
-rw-r--r--geography/p5-Geo-ShapeFile/distinfo12
-rw-r--r--geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t4
3 files changed, 14 insertions, 12 deletions
diff --git a/geography/p5-Geo-ShapeFile/Makefile b/geography/p5-Geo-ShapeFile/Makefile
index e4ee36483ab..9d46e15feae 100644
--- a/geography/p5-Geo-ShapeFile/Makefile
+++ b/geography/p5-Geo-ShapeFile/Makefile
@@ -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 @@ COMMENT= Perl extension for handling ESRI GIS Shapefiles
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 --git a/geography/p5-Geo-ShapeFile/distinfo b/geography/p5-Geo-ShapeFile/distinfo
index 0c7295bf4dd..ba5cfdaef29 100644
--- a/geography/p5-Geo-ShapeFile/distinfo
+++ b/geography/p5-Geo-ShapeFile/distinfo
@@ -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 --git a/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t b/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
index b7a00fa235e..039f095dc7f 100644
--- a/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
+++ b/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
@@ -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 @@