Tue Sep 22 20:50:27 2009 UTC ()
Updating geography/p5-Geo-Distance-0.11nb1 to 0.16

pkgsrc changes:
  - Adding license definition
  - Adjusting "module type"

Upstream changes:
0.16
 - No changes.  The 0.15 package was broken.

0.15
 - Stop "Too late to run INIT block" warning (gray <gray@cpan.org>)

0.14
 - Fix "splice() offset past end of array" as filed in RT 26446.

0.13
 - Use Geo::Distance::XS if available. (gray <gray@cpan.org>)
 - Declare Math::Trig dependency.

0.12
 - Noted GIS::Distance in POD.
 - Some cleanups to install process.
 - Check for DBI in tests before using it.


(sno)
diff -r1.3 -r1.4 pkgsrc/geography/p5-Geo-Distance/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/geography/p5-Geo-Distance/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/geography/p5-Geo-Distance/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/p5-Geo-Distance/Makefile 2008/10/19 19:18:10 1.3
+++ pkgsrc/geography/p5-Geo-Distance/Makefile 2009/09/22 20:50:27 1.4
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:10 he Exp $ 1# $NetBSD: Makefile,v 1.4 2009/09/22 20:50:27 sno Exp $
2# 2#
3 3
4DISTNAME= Geo-Distance-0.11 4DISTNAME= Geo-Distance-0.16
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= perl5 6CATEGORIES= perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm 10HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm
12COMMENT= Calculate Distances and Closest Locations 11COMMENT= Calculate Distances and Closest Locations
 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16PERL5_PACKLIST= auto/Geo/Distance/.packlist 16PERL5_PACKLIST= auto/Geo/Distance/.packlist
 17#PERL5_MODULE_TYPE= Module::Install::Bundled
 18MAKE_PARAMS+= --skipdeps
17 19
18.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/geography/p5-Geo-Distance/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/p5-Geo-Distance/distinfo 2008/04/07 13:21:51 1.1.1.1
+++ pkgsrc/geography/p5-Geo-Distance/distinfo 2009/09/22 20:50:27 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:21:51 he Exp $ 1$NetBSD: distinfo,v 1.2 2009/09/22 20:50:27 sno Exp $
2 2
3SHA1 (Geo-Distance-0.11.tar.gz) = c5b97565bdd8b5e22d4f3a11eb13c1a04e2544d1 3SHA1 (Geo-Distance-0.16.tar.gz) = 460c4f641ea478a5b274b3f3a0c13a6117a01856
4RMD160 (Geo-Distance-0.11.tar.gz) = 2638fa2c4e2a654434bcc88a79156a6530e3ccd8 4RMD160 (Geo-Distance-0.16.tar.gz) = 44af3b4edebd64888f1ae3653619a43fc03e86a4
5Size (Geo-Distance-0.11.tar.gz) = 9684 bytes 5Size (Geo-Distance-0.16.tar.gz) = 25060 bytes