pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/geography/p5-Geo-ShapeFile
Module Name: pkgsrc
Committed By: wiz
Date: Mon Sep 7 11:20:47 UTC 2020
Modified Files:
pkgsrc/geography/p5-Geo-ShapeFile: Makefile distinfo
pkgsrc/geography/p5-Geo-ShapeFile/patches: patch-t_main__tests.t
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/p5-Geo-ShapeFile/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/geography/p5-Geo-ShapeFile/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/geography/p5-Geo-ShapeFile/Makefile
diff -u pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.18 pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.19
--- pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.18 Mon Aug 31 18:09:36 2020
+++ pkgsrc/geography/p5-Geo-ShapeFile/Makefile Mon Sep 7 11:20:47 2020
@@ -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 ESR
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
Index: pkgsrc/geography/p5-Geo-ShapeFile/distinfo
diff -u pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.6 pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.7
--- pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.6 Fri Feb 22 14:07:38 2019
+++ pkgsrc/geography/p5-Geo-ShapeFile/distinfo Mon Sep 7 11:20:47 2020
@@ -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
Index: pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
diff -u pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t:1.1 pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t:1.2
--- pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t:1.1 Mon Jul 25 09:18:55 2016
+++ pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t Mon Sep 7 11:20:47 2020
@@ -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