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
This commit is contained in:
parent
024128b35d
commit
aa9de90aca
3 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 @@
|
||||
|
|
Loading…
Reference in a new issue