aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-09 12:08:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-09 12:08:30 +0000
commit715dff946e36f60d34d6b3868da7491fcf915e58 (patch)
tree7f4a6241eb39d9dc99621fa77151aa04b5f25d40
parentf037985842f9951f4fb5ada40d685f26f6fdb7f6 (diff)
downloadports-715dff946e36f60d34d6b3868da7491fcf915e58.tar.gz
ports-715dff946e36f60d34d6b3868da7491fcf915e58.zip
Notes
-rw-r--r--math/p5-GIS-Distance-Fast/Makefile15
-rw-r--r--math/p5-GIS-Distance-Fast/distinfo6
-rw-r--r--math/p5-GIS-Distance-Fast/pkg-descr6
-rw-r--r--math/p5-GIS-Distance-Fast/pkg-plist12
4 files changed, 18 insertions, 21 deletions
diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile
index 8ee16daeef0e..62101634c84d 100644
--- a/math/p5-GIS-Distance-Fast/Makefile
+++ b/math/p5-GIS-Distance-Fast/Makefile
@@ -2,14 +2,13 @@
# $FreeBSD$
PORTNAME= GIS-Distance-Fast
-PORTVERSION= 0.08
-PORTREVISION= 1
+PORTVERSION= 0.10
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BLUEFEET
PKGNAMEPREFIX= p5-
-MAINTAINER= perl@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C implementation of GIS::Distance formulas
LICENSE= ART10 GPLv1+
@@ -17,13 +16,11 @@ LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-Class-Measure>=0:devel/p5-Class-Measure \
- p5-GIS-Distance>=0.09:math/p5-GIS-Distance \
- p5-Moo>=1:devel/p5-Moo \
- p5-namespace-clean>=0:devel/p5-namespace-clean \
- p5-strictures>=1:devel/p5-strictures
+RUN_DEPENDS= p5-namespace-clean>=0.24:devel/p5-namespace-clean \
+ p5-strictures>=2.000000:devel/p5-strictures
+TEST_DEPENDS= p5-Test2-Suite>=0.000094:devel/p5-Test2-Suite
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuildtiny
.include <bsd.port.mk>
diff --git a/math/p5-GIS-Distance-Fast/distinfo b/math/p5-GIS-Distance-Fast/distinfo
index 06a5cb49108b..1ffa8c049729 100644
--- a/math/p5-GIS-Distance-Fast/distinfo
+++ b/math/p5-GIS-Distance-Fast/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539064588
-SHA256 (GIS-Distance-Fast-0.08.tar.gz) = ab6d9ed0567842c164945bccbeabe088448d3a62e28d0125f80b795d38cbbb6a
-SIZE (GIS-Distance-Fast-0.08.tar.gz) = 11470
+TIMESTAMP = 1552063702
+SHA256 (GIS-Distance-Fast-0.10.tar.gz) = 4b026ca45329f889a512f5e6f610219b293116aca752d18f981abcc7f4e62631
+SIZE (GIS-Distance-Fast-0.10.tar.gz) = 11213
diff --git a/math/p5-GIS-Distance-Fast/pkg-descr b/math/p5-GIS-Distance-Fast/pkg-descr
index 70bdd79b851b..3389b3916a58 100644
--- a/math/p5-GIS-Distance-Fast/pkg-descr
+++ b/math/p5-GIS-Distance-Fast/pkg-descr
@@ -1,5 +1,5 @@
-This distribution re-implements some, but not all, of the formulas that
-come with GIS::Distance in the C programming language. C code is
-generally much faster than the perl equivilent.
+This distribution re-implements some, but not all, of the formulas that come
+with GIS::Distance in the C programming language. C code is generally much
+faster than the perl equivilent.
WWW: https://metacpan.org/release/GIS-Distance-Fast
diff --git a/math/p5-GIS-Distance-Fast/pkg-plist b/math/p5-GIS-Distance-Fast/pkg-plist
index b174acf1d80e..c863a96a2486 100644
--- a/math/p5-GIS-Distance-Fast/pkg-plist
+++ b/math/p5-GIS-Distance-Fast/pkg-plist
@@ -1,9 +1,9 @@
%%SITE_ARCH%%/GIS/Distance/Fast.pm
-%%SITE_ARCH%%/GIS/Distance/Formula/Cosine/Fast.pm
-%%SITE_ARCH%%/GIS/Distance/Formula/Haversine/Fast.pm
-%%SITE_ARCH%%/GIS/Distance/Formula/Vincenty/Fast.pm
+%%SITE_ARCH%%/GIS/Distance/Fast/Cosine.pm
+%%SITE_ARCH%%/GIS/Distance/Fast/Haversine.pm
+%%SITE_ARCH%%/GIS/Distance/Fast/Vincenty.pm
%%SITE_ARCH%%/auto/GIS/Distance/Fast/Fast.so
%%PERL5_MAN3%%/GIS::Distance::Fast.3.gz
-%%PERL5_MAN3%%/GIS::Distance::Formula::Cosine::Fast.3.gz
-%%PERL5_MAN3%%/GIS::Distance::Formula::Haversine::Fast.3.gz
-%%PERL5_MAN3%%/GIS::Distance::Formula::Vincenty::Fast.3.gz
+%%PERL5_MAN3%%/GIS::Distance::Fast::Cosine.3.gz
+%%PERL5_MAN3%%/GIS::Distance::Fast::Haversine.3.gz
+%%PERL5_MAN3%%/GIS::Distance::Fast::Vincenty.3.gz