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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 4 13:49:00 UTC 2017


Author: sunpoet
Date: Sat Mar  4 13:48:58 2017
New Revision: 435403
URL: https://svnweb.freebsd.org/changeset/ports/435403

Log:
  Add removed Perl core module to *_DEPENDS
  
  - Bump PORTREVISION for dependency change

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

Modified: head/textproc/p5-XML-Feed/Makefile
==============================================================================
--- head/textproc/p5-XML-Feed/Makefile	Sat Mar  4 13:48:54 2017	(r435402)
+++ head/textproc/p5-XML-Feed/Makefile	Sat Mar  4 13:48:58 2017	(r435403)
@@ -3,6 +3,7 @@
 
 PORTNAME=	XML-Feed
 PORTVERSION=	0.53
+PORTREVISION=	1
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -19,6 +20,7 @@ BUILD_DEPENDS=	p5-Class-ErrorHandler>=0:
 		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 \
+		p5-Module-Pluggable>=0:devel/p5-Module-Pluggable \
 		p5-URI>=0:net/p5-URI \
 		p5-URI-Fetch>=0:www/p5-URI-Fetch \
 		p5-XML-Atom>=0.38:textproc/p5-XML-Atom \


More information about the svn-ports-all mailing list