Date: Wed, 21 Jun 2017 18:53:16 +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: r444064 - head/graphics/p5-Geo-Gpx Message-ID: <201706211853.v5LIrGLa080203@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 21 18:53:16 2017 New Revision: 444064 URL: https://svnweb.freebsd.org/changeset/ports/444064 Log: Remove Perl core modules - Sort *_DEPENDS - Add NO_ARCH - Bump PORTREVISION for dependency change Modified: head/graphics/p5-Geo-Gpx/Makefile Modified: head/graphics/p5-Geo-Gpx/Makefile ============================================================================== --- head/graphics/p5-Geo-Gpx/Makefile Wed Jun 21 18:53:11 2017 (r444063) +++ head/graphics/p5-Geo-Gpx/Makefile Wed Jun 21 18:53:16 2017 (r444064) @@ -3,7 +3,7 @@ PORTNAME= Geo-Gpx PORTVERSION= 0.26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,14 +14,14 @@ COMMENT= Perl Module to Create and Parse GPX Files LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-TimeDate>=0:devel/p5-TimeDate \ - p5-HTML-Parser>=0:www/p5-HTML-Parser \ +BUILD_DEPENDS= p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \ p5-ExtUtils-MakeMaker-Coverage>=0:devel/p5-ExtUtils-MakeMaker-Coverage \ - p5-Time-Local>=0:devel/p5-Time-Local \ - p5-XML-Descent>=0:textproc/p5-XML-Descent \ - p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 + p5-HTML-Parser>=0:www/p5-HTML-Parser \ + p5-TimeDate>=0:devel/p5-TimeDate \ + p5-XML-Descent>=0:textproc/p5-XML-Descent RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706211853.v5LIrGLa080203>