diff options
author | sno <sno@pkgsrc.org> | 2009-09-22 20:50:27 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-22 20:50:27 +0000 |
commit | 213d5bb2ca3181c3a26bce314c086f23940c102f (patch) | |
tree | 682f2edcbc216b267f56943aaaac32d24d87fa78 | |
parent | dcef70c40b453d5662d8887eaf1bd43c549d6ba5 (diff) | |
download | pkgsrc-213d5bb2ca3181c3a26bce314c086f23940c102f.tar.gz |
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.
-rw-r--r-- | geography/p5-Geo-Distance/Makefile | 8 | ||||
-rw-r--r-- | geography/p5-Geo-Distance/distinfo | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/geography/p5-Geo-Distance/Makefile b/geography/p5-Geo-Distance/Makefile index 69c77385c98..855f08cdc52 100644 --- a/geography/p5-Geo-Distance/Makefile +++ b/geography/p5-Geo-Distance/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:10 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/09/22 20:50:27 sno Exp $ # -DISTNAME= Geo-Distance-0.11 +DISTNAME= Geo-Distance-0.16 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geo/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/~bluefeet/Geo-Distance-0.11/Distance.pm COMMENT= Calculate Distances and Closest Locations +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/Geo/Distance/.packlist +#PERL5_MODULE_TYPE= Module::Install::Bundled +MAKE_PARAMS+= --skipdeps .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/geography/p5-Geo-Distance/distinfo b/geography/p5-Geo-Distance/distinfo index 1c06a31189b..6cd41cf3d96 100644 --- a/geography/p5-Geo-Distance/distinfo +++ b/geography/p5-Geo-Distance/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/04/07 13:21:51 he Exp $ +$NetBSD: distinfo,v 1.2 2009/09/22 20:50:27 sno Exp $ -SHA1 (Geo-Distance-0.11.tar.gz) = c5b97565bdd8b5e22d4f3a11eb13c1a04e2544d1 -RMD160 (Geo-Distance-0.11.tar.gz) = 2638fa2c4e2a654434bcc88a79156a6530e3ccd8 -Size (Geo-Distance-0.11.tar.gz) = 9684 bytes +SHA1 (Geo-Distance-0.16.tar.gz) = 460c4f641ea478a5b274b3f3a0c13a6117a01856 +RMD160 (Geo-Distance-0.16.tar.gz) = 44af3b4edebd64888f1ae3653619a43fc03e86a4 +Size (Geo-Distance-0.16.tar.gz) = 25060 bytes |