Date: Sun, 4 Jan 2015 13:05:34 +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: r376228 - head/graphics/p5-Geo-KML Message-ID: <201501041305.t04D5Yxd023021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 4 13:05:33 2015 New Revision: 376228 URL: https://svnweb.freebsd.org/changeset/ports/376228 QAT: https://qat.redports.org/buildarchive/r376228/ Log: - Update to 0.95 - Mark BROKEN: upstream disabled support for textproc/p5-XML-Compile > 1.43 - Set EXPIRATION_DATE to 2015-02-28 - Add LICENSE - Sort PLIST Changes: - disable support for this module, when XML::Compile > 1.43 - final release. Modified: head/graphics/p5-Geo-KML/Makefile head/graphics/p5-Geo-KML/distinfo head/graphics/p5-Geo-KML/pkg-plist Modified: head/graphics/p5-Geo-KML/Makefile ============================================================================== --- head/graphics/p5-Geo-KML/Makefile Sun Jan 4 13:02:00 2015 (r376227) +++ head/graphics/p5-Geo-KML/Makefile Sun Jan 4 13:05:33 2015 (r376228) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-KML -PORTVERSION= 0.94 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= graphics perl5 geography MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl Module to Create Google Earth KML/KMZ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Data-Peek>=0.32:${PORTSDIR}/devel/p5-Data-Peek \ p5-Log-Report>=0.28:${PORTSDIR}/devel/p5-Log-Report \ @@ -18,6 +20,9 @@ BUILD_DEPENDS= p5-Archive-Zip>=1.30:${PO p5-XML-Compile-Cache>=0.97:${PORTSDIR}/textproc/p5-XML-Compile-Cache RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= Upstream disabled support for textproc/p5-XML-Compile > 1.43 +EXPIRATION_DATE=2015-02-28 + USES= perl5 USE_PERL5= configure Modified: head/graphics/p5-Geo-KML/distinfo ============================================================================== --- head/graphics/p5-Geo-KML/distinfo Sun Jan 4 13:02:00 2015 (r376227) +++ head/graphics/p5-Geo-KML/distinfo Sun Jan 4 13:05:33 2015 (r376228) @@ -1,2 +1,2 @@ -SHA256 (Geo-KML-0.94.tar.gz) = 9488a3c8393c5fbdf02cf490bffa3d6c32ff24cad777500336f12c2754ed4d4a -SIZE (Geo-KML-0.94.tar.gz) = 40841 +SHA256 (Geo-KML-0.95.tar.gz) = 0aacfcc5ed12845a32009b2b3066759fbc793e038e65dfdc238c1eaaf17bd70c +SIZE (Geo-KML-0.95.tar.gz) = 44440 Modified: head/graphics/p5-Geo-KML/pkg-plist ============================================================================== --- head/graphics/p5-Geo-KML/pkg-plist Sun Jan 4 13:02:00 2015 (r376227) +++ head/graphics/p5-Geo-KML/pkg-plist Sun Jan 4 13:05:33 2015 (r376228) @@ -1,5 +1,3 @@ -%%PERL5_MAN3%%/Geo::KML.3.gz -%%PERL5_MAN3%%/Geo::KML::Util.3.gz %%SITE_PERL%%/Geo/KML.pm %%SITE_PERL%%/Geo/KML.pod %%SITE_PERL%%/Geo/KML/Util.pm @@ -12,3 +10,5 @@ %%SITE_PERL%%/Geo/KML/xsd/kml-2.2.0/kml22gx.xsd %%SITE_PERL%%/Geo/KML/xsd/kml-2.2.0/ogckml22.xsd %%SITE_PERL%%/Geo/KML/xsd/xal-2.0/xAL.xsd +%%PERL5_MAN3%%/Geo::KML.3.gz +%%PERL5_MAN3%%/Geo::KML::Util.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501041305.t04D5Yxd023021>