svn commit: r492222 - head/textproc/p5-XML-Feed

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 5 13:49:08 UTC 2019


Author: sunpoet
Date: Tue Feb  5 13:49:03 2019
New Revision: 492222
URL: https://svnweb.freebsd.org/changeset/ports/492222

Log:
  Update to 0.57
  
  - Add NO_ARCH
  
  Changes:	https://metacpan.org/changes/distribution/XML-Feed

Modified:
  head/textproc/p5-XML-Feed/Makefile
  head/textproc/p5-XML-Feed/distinfo

Modified: head/textproc/p5-XML-Feed/Makefile
==============================================================================
--- head/textproc/p5-XML-Feed/Makefile	Tue Feb  5 13:48:57 2019	(r492221)
+++ head/textproc/p5-XML-Feed/Makefile	Tue Feb  5 13:49:03 2019	(r492222)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	XML-Feed
-PORTVERSION=	0.55
+PORTVERSION=	0.57
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -16,7 +16,10 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
 		p5-DateTime>=0:devel/p5-DateTime \
+		p5-DateTime-Format-Flexible>=0:devel/p5-DateTime-Format-Flexible \
+		p5-DateTime-Format-ISO8601>=0:devel/p5-DateTime-Format-ISO8601 \
 		p5-DateTime-Format-Mail>=0:devel/p5-DateTime-Format-Mail \
+		p5-DateTime-Format-Natural>=0:devel/p5-DateTime-Format-Natural \
 		p5-DateTime-Format-W3CDTF>=0:devel/p5-DateTime-Format-W3CDTF \
 		p5-Feed-Find>=0:www/p5-Feed-Find \
 		p5-HTML-Parser>=0:www/p5-HTML-Parser \
@@ -31,5 +34,7 @@ TEST_DEPENDS=	p5-XML-RSS-LibXML>=0.30.04:textproc/p5-X
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/p5-XML-Feed/distinfo
==============================================================================
--- head/textproc/p5-XML-Feed/distinfo	Tue Feb  5 13:48:57 2019	(r492221)
+++ head/textproc/p5-XML-Feed/distinfo	Tue Feb  5 13:49:03 2019	(r492222)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1539302398
-SHA256 (XML-Feed-0.55.tar.gz) = 7168ca6f90628dcd087df94d5aeb9f2fb7a350b8868e00bfed3d17ff7121a32a
-SIZE (XML-Feed-0.55.tar.gz) = 55702
+TIMESTAMP = 1549367753
+SHA256 (XML-Feed-0.57.tar.gz) = 687cc562fe0bd5ccaf858e16334162915977c606e6179cc9a2d5de0beb0116e2
+SIZE (XML-Feed-0.57.tar.gz) = 59835


More information about the svn-ports-all mailing list