Mon Sep 7 11:20:47 2020 UTC ()
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


(wiz)
diff -r1.18 -r1.19 pkgsrc/geography/p5-Geo-ShapeFile/Makefile
diff -r1.6 -r1.7 pkgsrc/geography/p5-Geo-ShapeFile/distinfo
diff -r1.1 -r1.2 pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t

cvs diff -r1.18 -r1.19 pkgsrc/geography/p5-Geo-ShapeFile/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/p5-Geo-ShapeFile/Makefile 2020/08/31 18:09:36 1.18
+++ pkgsrc/geography/p5-Geo-ShapeFile/Makefile 2020/09/07 11:20:47 1.19
@@ -1,21 +1,21 @@ @@ -1,21 +1,21 @@
1# $NetBSD: Makefile,v 1.18 2020/08/31 18:09:36 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2020/09/07 11:20:47 wiz Exp $
2# 
3 2
4DISTNAME= Geo-ShapeFile-2.66 3DISTNAME= Geo-ShapeFile-3.00
5PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
6PKGREVISION= 2 
7CATEGORIES= geography perl5 5CATEGORIES= geography perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
9 7
10MAINTAINER= wen@NetBSD.org 8MAINTAINER= wen@NetBSD.org
11HOMEPAGE= https://metacpan.org/release/Geo-ShapeFile 9HOMEPAGE= https://metacpan.org/release/Geo-ShapeFile
12COMMENT= Perl extension for handling ESRI GIS Shapefiles 10COMMENT= Perl extension for handling ESRI GIS Shapefiles
13LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
14 12
15DEPENDS+= p5-Tree-R>=0:../../devel/p5-Tree-R 13DEPENDS+= p5-Tree-R>=0:../../devel/p5-Tree-R
16DEPENDS+= p5-autovivification>=0:../../devel/p5-autovivification 14DEPENDS+= p5-autovivification-[0-9]*:../../devel/p5-autovivification
 15TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 16TEST_DEPENDS+= p5-rlib-[0-9]*:../../devel/p5-rlib
17 17
18PERL5_PACKLIST= auto/Geo/ShapeFile/.packlist 18PERL5_PACKLIST= auto/Geo/ShapeFile/.packlist
19 19
20.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/geography/p5-Geo-ShapeFile/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/p5-Geo-ShapeFile/distinfo 2019/02/22 14:07:38 1.6
+++ pkgsrc/geography/p5-Geo-ShapeFile/distinfo 2020/09/07 11:20:47 1.7
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.6 2019/02/22 14:07:38 wen Exp $ 1$NetBSD: distinfo,v 1.7 2020/09/07 11:20:47 wiz Exp $
2 2
3SHA1 (Geo-ShapeFile-2.66.tar.gz) = b952c6fea3c8f033a8aee80e57e9f2cc3419be3f 3SHA1 (Geo-ShapeFile-3.00.tar.gz) = e9f09b4d89bace9ca631741e3427433d76a98089
4RMD160 (Geo-ShapeFile-2.66.tar.gz) = 85561ce67690de8571028397c1b116608fcc4c70 4RMD160 (Geo-ShapeFile-3.00.tar.gz) = d15c9069ca41c5b9aeaa2366dc61cb32bc0ab30f
5SHA512 (Geo-ShapeFile-2.66.tar.gz) = d5e808317a6c69d937f4f44e5d9866438f21bfe4542b061bc4f2185490d66aeade90a43e7efe8c26b791f773084ffcf51a59dc6beaecf12f6d7f6e02b987f239 5SHA512 (Geo-ShapeFile-3.00.tar.gz) = 94fa47a4226b8cf405a590cc4142a705af4bdddba25c5235b95ae920398af66e88b7c20f615eb5a0cd8b045fecd9d21143f45e725efb918a6c30f562c7f8a91b
6Size (Geo-ShapeFile-2.66.tar.gz) = 333574 bytes 6Size (Geo-ShapeFile-3.00.tar.gz) = 358391 bytes
7SHA1 (patch-t_main__tests.t) = a750d7cad89c1f4100ed83219e956b1b81787e9f 7SHA1 (patch-t_main__tests.t) = eab0bb1ff1eb506a0f2d93aa2a5fb36dacfe891f

cvs diff -r1.1 -r1.2 pkgsrc/geography/p5-Geo-ShapeFile/patches/Attic/patch-t_main__tests.t (expand / switch to unified diff)

--- pkgsrc/geography/p5-Geo-ShapeFile/patches/Attic/patch-t_main__tests.t 2016/07/25 09:18:55 1.1
+++ pkgsrc/geography/p5-Geo-ShapeFile/patches/Attic/patch-t_main__tests.t 2020/09/07 11:20:47 1.2
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1$NetBSD: patch-t_main__tests.t,v 1.1 2016/07/25 09:18:55 wen Exp $ 1$NetBSD: patch-t_main__tests.t,v 1.2 2020/09/07 11:20:47 wiz Exp $
 2
2Add patch to be able to run tests without the need to install rlib, 3Add patch to be able to run tests without the need to install rlib,
3which is not in ports and which can easily be replaced by the FindBin 4which is not in ports and which can easily be replaced by the FindBin
4The patch come from FreeBSD ports. 5The patch come from FreeBSD ports.
 6
5--- t/main_tests.t.orig 2016-07-25 08:39:51.000000000 +0000 7--- t/main_tests.t.orig 2016-07-25 08:39:51.000000000 +0000
6+++ t/main_tests.t 8+++ t/main_tests.t
7@@ -3,7 +3,9 @@ 9@@ -3,7 +3,9 @@
8 use Test::More;  10 use Test::More;
9 use strict;  11 use strict;
10 use warnings;  12 use warnings;
11-use rlib '../lib', './lib';  13-use rlib '../lib', './lib';
12+use FindBin; 14+use FindBin;
13+use lib "$FindBin::Bin/lib"; 15+use lib "$FindBin::Bin/lib";
14+use lib "$FindBin::Bin/../lib"; 16+use lib "$FindBin::Bin/../lib";
15  17
16 use Geo::ShapeFile;  18 use Geo::ShapeFile;
17 use Geo::ShapeFile::Shape;  19 use Geo::ShapeFile::Shape;