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:   wen
Date:           Mon Jul 25 09:18:55 UTC 2016

Modified Files:
        pkgsrc/geography/p5-Geo-ShapeFile: Makefile distinfo
Added Files:
        pkgsrc/geography/p5-Geo-ShapeFile/patches: patch-t_main__tests.t

Log Message:
Update to 2.61
Update DEPENDS

Upstream changes:
2.61 2016-01-31
    - Specify minimum Math::Trig version to avoid some cpantesters
      fails on pre5.8.9 perls on Cygwin.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/geography/p5-Geo-ShapeFile/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/geography/p5-Geo-ShapeFile/distinfo
cvs rdiff -u -r0 -r1.1 \
    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.10 pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.11
--- pkgsrc/geography/p5-Geo-ShapeFile/Makefile:1.10     Wed Jun  8 19:23:52 2016
+++ pkgsrc/geography/p5-Geo-ShapeFile/Makefile  Mon Jul 25 09:18:55 2016
@@ -1,17 +1,19 @@
-# $NetBSD: Makefile,v 1.10 2016/06/08 19:23:52 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/07/25 09:18:55 wen Exp $
 #
 
-DISTNAME=      Geo-ShapeFile-2.60
+DISTNAME=      Geo-ShapeFile-2.61
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    geography perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Geo/}
 
 MAINTAINER=    wen%NetBSD.org@localhost
-HOMEPAGE=      http://search.cpan.org/~jasonk/Geo-ShapeFile-2.52/lib/Geo/ShapeFile.pm
+HOMEPAGE=      http://search.cpan.org/dist/Geo-ShapeFile/
 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
+
 PERL5_PACKLIST=        auto/Geo/ShapeFile/.packlist
 
 .include "../../lang/perl5/module.mk"

Index: pkgsrc/geography/p5-Geo-ShapeFile/distinfo
diff -u pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.3 pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.4
--- pkgsrc/geography/p5-Geo-ShapeFile/distinfo:1.3      Tue Nov  3 00:08:44 2015
+++ pkgsrc/geography/p5-Geo-ShapeFile/distinfo  Mon Jul 25 09:18:55 2016
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 00:08:44 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/07/25 09:18:55 wen Exp $
 
-SHA1 (Geo-ShapeFile-2.60.tar.gz) = 7b46492fc6318079d819ef7c36aceb6a65927135
-RMD160 (Geo-ShapeFile-2.60.tar.gz) = 1280ad08cfd91d3b52265156bae7e20a498afcee
-SHA512 (Geo-ShapeFile-2.60.tar.gz) = d9fbe383ab8b300a5bdb2f66806e6adfe41f9785c0185b68b252178381833779bbdff050332ee933caf878f44a14596dbad694bc702e51ce7345b278a8c6fa3d
-Size (Geo-ShapeFile-2.60.tar.gz) = 331941 bytes
+SHA1 (Geo-ShapeFile-2.61.tar.gz) = cb1c705cc498ab256b2672e424a4f83d8d3aae57
+RMD160 (Geo-ShapeFile-2.61.tar.gz) = adf5b8246c77c8dad33e2db3f952bd5e54c31e01
+SHA512 (Geo-ShapeFile-2.61.tar.gz) = f2923eac8b566a8e95b3706c88074191ee9d5a97f2706940fba6ba663277134888381b25fa8d42d5ee9f48c6ce1aab9d0411b7d652cef6033803b659d3e3b5b9
+Size (Geo-ShapeFile-2.61.tar.gz) = 332726 bytes
+SHA1 (patch-t_main__tests.t) = a750d7cad89c1f4100ed83219e956b1b81787e9f

Added files:

Index: pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t
diff -u /dev/null pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t:1.1
--- /dev/null   Mon Jul 25 09:18:55 2016
+++ pkgsrc/geography/p5-Geo-ShapeFile/patches/patch-t_main__tests.t     Mon Jul 25 09:18:55 2016
@@ -0,0 +1,17 @@
+$NetBSD: patch-t_main__tests.t,v 1.1 2016/07/25 09:18:55 wen 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 @@
+ use Test::More;
+ use strict;
+ use warnings;
+-use rlib '../lib', './lib';
++use FindBin;
++use lib "$FindBin::Bin/lib";
++use lib "$FindBin::Bin/../lib";
+ 
+ use Geo::ShapeFile;
+ use Geo::ShapeFile::Shape;



Home | Main Index | Thread Index | Old Index