diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-09-13 06:56:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-09-13 06:56:58 +0800 |
commit | 474a7508cf1b47dc7a294f9583e854376de6ee5f (patch) | |
tree | 7cd5fe039e82c4ca4ccf611712fc62f56c919bcf /math | |
parent | dab99d79ca19c0669ff37eeff752f33aa4439a50 (diff) | |
download | freebsd-ports-gnome-474a7508cf1b47dc7a294f9583e854376de6ee5f.tar.gz freebsd-ports-gnome-474a7508cf1b47dc7a294f9583e854376de6ee5f.tar.zst freebsd-ports-gnome-474a7508cf1b47dc7a294f9583e854376de6ee5f.zip |
Update to 0.13
- Remove Perl core modules
- Strip shared library
Changes: https://metacpan.org/changes/distribution/Geo-Distance-XS
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Geo-Distance-XS/Makefile | 11 | ||||
-rw-r--r-- | math/p5-Geo-Distance-XS/distinfo | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/math/p5-Geo-Distance-XS/Makefile b/math/p5-Geo-Distance-XS/Makefile index 77cbe253a611..a21690f94baa 100644 --- a/math/p5-Geo-Distance-XS/Makefile +++ b/math/p5-Geo-Distance-XS/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-Distance-XS -PORTVERSION= 0.11 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,11 +13,13 @@ COMMENT= Calculate Distances and Closest Locations faster LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Geo-Distance>=0.16:math/p5-Geo-Distance -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Simple>=0.94:devel/p5-Test-Simple +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Geo-Distance>=0.16:math/p5-Geo-Distance USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/Distance/XS/XS.so + .include <bsd.port.mk> diff --git a/math/p5-Geo-Distance-XS/distinfo b/math/p5-Geo-Distance-XS/distinfo index 7d53fa09cbc2..aa4e8873891b 100644 --- a/math/p5-Geo-Distance-XS/distinfo +++ b/math/p5-Geo-Distance-XS/distinfo @@ -1,2 +1,3 @@ -SHA256 (Geo-Distance-XS-0.11.tar.gz) = dcff4b331e89135959699f63a69b3c89d8dd64f678aae8fbf95fd70cc5f9c968 -SIZE (Geo-Distance-XS-0.11.tar.gz) = 25760 +TIMESTAMP = 1536761454 +SHA256 (Geo-Distance-XS-0.13.tar.gz) = 25199be334213e0ef0f6f3037f09ce49688116e050afd4c223db27de64eba01e +SIZE (Geo-Distance-XS-0.13.tar.gz) = 26611 |