Date: Sat, 9 Mar 2019 12:08:36 +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: r495125 - head/math/p5-Geo-Distance Message-ID: <201903091208.x29C8aVD002158@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 9 12:08:36 2019 New Revision: 495125 URL: https://svnweb.freebsd.org/changeset/ports/495125 Log: Update to 0.21 - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST - Take maintainership Changes: https://metacpan.org/changes/distribution/Geo-Distance Modified: head/math/p5-Geo-Distance/Makefile head/math/p5-Geo-Distance/distinfo head/math/p5-Geo-Distance/pkg-plist Modified: head/math/p5-Geo-Distance/Makefile ============================================================================== --- head/math/p5-Geo-Distance/Makefile Sat Mar 9 12:08:30 2019 (r495124) +++ head/math/p5-Geo-Distance/Makefile Sat Mar 9 12:08:36 2019 (r495125) @@ -2,21 +2,25 @@ # $FreeBSD$ PORTNAME= Geo-Distance -PORTVERSION= 0.20 -PORTREVISION= 1 +PORTVERSION= 0.21 CATEGORIES= math perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= perl@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Calculate Distances and Closest Locations LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= p5-Test-Fatal>=0.007:devel/p5-Test-Fatal +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-GIS-Distance>=0.11:math/p5-GIS-Distance +TEST_DEPENDS= p5-Test2-Suite>=0.000094:devel/p5-Test2-Suite USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/math/p5-Geo-Distance/distinfo ============================================================================== --- head/math/p5-Geo-Distance/distinfo Sat Mar 9 12:08:30 2019 (r495124) +++ head/math/p5-Geo-Distance/distinfo Sat Mar 9 12:08:36 2019 (r495125) @@ -1,2 +1,3 @@ -SHA256 (Geo-Distance-0.20.tar.gz) = 514c5b16ea064fa6f3f41d83672477a6dc3b9c31494d9e1b4f084ef750f9c58a -SIZE (Geo-Distance-0.20.tar.gz) = 18727 +TIMESTAMP = 1552063703 +SHA256 (Geo-Distance-0.21.tar.gz) = 222f670a15f0f7add646375b6ed49d6d999e86730ea627acd2040317ca83cb64 +SIZE (Geo-Distance-0.21.tar.gz) = 16306 Modified: head/math/p5-Geo-Distance/pkg-plist ============================================================================== --- head/math/p5-Geo-Distance/pkg-plist Sat Mar 9 12:08:30 2019 (r495124) +++ head/math/p5-Geo-Distance/pkg-plist Sat Mar 9 12:08:36 2019 (r495125) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/Geo::Distance.3.gz %%SITE_PERL%%/Geo/Distance.pm +%%PERL5_MAN3%%/Geo::Distance.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903091208.x29C8aVD002158>