diff options
author | tobez <tobez@FreeBSD.org> | 2012-04-18 21:45:46 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2012-04-18 21:45:46 +0800 |
commit | 10aee35c7f90f43130c5e8025028b14bd38de916 (patch) | |
tree | 981ef83439ab401aa849794998a9d74d85c26056 /math | |
parent | 7c4c28752b7e2dbdf7f9319fdda4b74bafb7fbcd (diff) | |
download | freebsd-ports-gnome-10aee35c7f90f43130c5e8025028b14bd38de916.tar.gz freebsd-ports-gnome-10aee35c7f90f43130c5e8025028b14bd38de916.tar.zst freebsd-ports-gnome-10aee35c7f90f43130c5e8025028b14bd38de916.zip |
Update to 0.11.
Changes: http://search.cpan.org/dist/Geo-Distance-XS/Changes
PR: 167060
Submitted by: sunpoet
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Geo-Distance-XS/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Geo-Distance-XS/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Geo-Distance-XS/Makefile b/math/p5-Geo-Distance-XS/Makefile index 2830712284a0..ba2cd5726c80 100644 --- a/math/p5-Geo-Distance-XS/Makefile +++ b/math/p5-Geo-Distance-XS/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Geo-Distance-XS -PORTVERSION= 0.09 +PORTVERSION= 0.11 CATEGORIES= math perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Geo PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org @@ -17,6 +16,7 @@ COMMENT= Calculate Distances and Closest Locations faster BUILD_DEPENDS= p5-Geo-Distance>=0.16:${PORTSDIR}/math/p5-Geo-Distance RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple PERL_CONFIGURE= yes diff --git a/math/p5-Geo-Distance-XS/distinfo b/math/p5-Geo-Distance-XS/distinfo index d1e5e7d72b09..7d53fa09cbc2 100644 --- a/math/p5-Geo-Distance-XS/distinfo +++ b/math/p5-Geo-Distance-XS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Geo-Distance-XS-0.09.tar.gz) = 8e560faa1c4e5866783709f03d17346997eb07dec8706838b84b4b5e3ba72aa4 -SIZE (Geo-Distance-XS-0.09.tar.gz) = 23968 +SHA256 (Geo-Distance-XS-0.11.tar.gz) = dcff4b331e89135959699f63a69b3c89d8dd64f678aae8fbf95fd70cc5f9c968 +SIZE (Geo-Distance-XS-0.11.tar.gz) = 25760 |