Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Sep 2018 22:56:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479647 - head/math/p5-Geo-Distance-XS
Message-ID:  <201809122256.w8CMuw12071610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Sep 12 22:56:58 2018
New Revision: 479647
URL: https://svnweb.freebsd.org/changeset/ports/479647

Log:
  Update to 0.13
  
  - Remove Perl core modules
  - Strip shared library
  
  Changes:	https://metacpan.org/changes/distribution/Geo-Distance-XS

Modified:
  head/math/p5-Geo-Distance-XS/Makefile
  head/math/p5-Geo-Distance-XS/distinfo

Modified: head/math/p5-Geo-Distance-XS/Makefile
==============================================================================
--- head/math/p5-Geo-Distance-XS/Makefile	Wed Sep 12 22:56:53 2018	(r479646)
+++ head/math/p5-Geo-Distance-XS/Makefile	Wed Sep 12 22:56:58 2018	(r479647)
@@ -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 fas
 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>

Modified: head/math/p5-Geo-Distance-XS/distinfo
==============================================================================
--- head/math/p5-Geo-Distance-XS/distinfo	Wed Sep 12 22:56:53 2018	(r479646)
+++ head/math/p5-Geo-Distance-XS/distinfo	Wed Sep 12 22:56:58 2018	(r479647)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809122256.w8CMuw12071610>