svn commit: r375993 - head/graphics/p5-Geo-Gpx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:26:07 UTC 2015


Author: sunpoet
Date: Thu Jan  1 16:26:06 2015
New Revision: 375993
URL: https://svnweb.freebsd.org/changeset/ports/375993
QAT: https://qat.redports.org/buildarchive/r375993/

Log:
  - Add LICENSE
  - Update *_DEPENDS: version is already in all supported Perl releases
  - 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	Thu Jan  1 16:26:00 2015	(r375992)
+++ head/graphics/p5-Geo-Gpx/Makefile	Thu Jan  1 16:26:06 2015	(r375993)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Geo-Gpx
 PORTVERSION=	0.26
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	graphics perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,9 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl Module to Create and Parse GPX Files
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
 		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
-		p5-version>=0:${PORTSDIR}/devel/p5-version \
 		p5-ExtUtils-MakeMaker-Coverage>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker-Coverage \
 		p5-Time-Local>=0:${PORTSDIR}/devel/p5-Time-Local \
 		p5-XML-Descent>=0:${PORTSDIR}/textproc/p5-XML-Descent \


More information about the svn-ports-all mailing list