svn commit: r403403 - head/textproc/p5-XML-RSS-LibXML
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 9 14:27:41 UTC 2015
Author: sunpoet
Date: Wed Dec 9 14:27:39 2015
New Revision: 403403
URL: https://svnweb.freebsd.org/changeset/ports/403403
Log:
- Update to 0.3105
- Use real PORTVERSION
- Add LICENSE_FILE
- Convert to new options target helper
Changes: http://search.cpan.org/dist/XML-RSS-LibXML/Changes
Modified:
head/textproc/p5-XML-RSS-LibXML/Makefile
head/textproc/p5-XML-RSS-LibXML/distinfo
Modified: head/textproc/p5-XML-RSS-LibXML/Makefile
==============================================================================
--- head/textproc/p5-XML-RSS-LibXML/Makefile Wed Dec 9 14:27:35 2015 (r403402)
+++ head/textproc/p5-XML-RSS-LibXML/Makefile Wed Dec 9 14:27:39 2015 (r403403)
@@ -2,18 +2,17 @@
# $FreeBSD$
PORTNAME= XML-RSS-LibXML
-PORTVERSION= 0.31.03
-PORTREVISION= 2
+PORTVERSION= 0.3105
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at FreeBSD.org
COMMENT= XML::RSS with XML::LibXML
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DateTime-Format-Mail>=0:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
@@ -35,7 +34,7 @@ NO_ARCH= yes
PORTEXAMPLES= benchmark.pl
-post-install:
+post-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/tools/benchmark.pl ${STAGEDIR}${EXAMPLESDIR}/
Modified: head/textproc/p5-XML-RSS-LibXML/distinfo
==============================================================================
--- head/textproc/p5-XML-RSS-LibXML/distinfo Wed Dec 9 14:27:35 2015 (r403402)
+++ head/textproc/p5-XML-RSS-LibXML/distinfo Wed Dec 9 14:27:39 2015 (r403403)
@@ -1,2 +1,2 @@
-SHA256 (XML-RSS-LibXML-0.3103.tar.gz) = e4b877670636cf12eab8a6e0187d7f642edc71b30a9763ed1a8d9071c259a624
-SIZE (XML-RSS-LibXML-0.3103.tar.gz) = 88410
+SHA256 (XML-RSS-LibXML-0.3105.tar.gz) = f917963d1a9aacdf63aebd4de1e16f38f4352cd8e956aab7465ea77be8d6b67b
+SIZE (XML-RSS-LibXML-0.3105.tar.gz) = 81621
More information about the svn-ports-all
mailing list