[PATCH] textproc/p5-XML-Feed: update to 0.11

Gea-Suan Lin gslin at gslin.org
Tue Aug 8 14:36:06 UTC 2006


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] textproc/p5-XML-Feed: update to 0.11
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		update
>Release:	FreeBSD 6.1-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
- Update to 0.11
- List::Util is in Perl 5.8 base.

Port maintainer (perl at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-XML-Feed-0.11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Feed/Makefile /home/staff/gslin/work/p5-XML-Feed/Makefile
--- /usr/ports/textproc/p5-XML-Feed/Makefile	Tue Jul 18 08:37:35 2006
+++ /home/staff/gslin/work/p5-XML-Feed/Makefile	Tue Aug  8 22:33:22 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	XML-Feed
-PORTVERSION=	0.10
+PORTVERSION=	0.11
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	XML
@@ -15,18 +15,17 @@
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl5 modules for Syndication feed parser and auto-discovery
 
-RUN_DEPENDS=	${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \
+RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
+		${SITE_PERL}/Class/ErrorHandler.pm:${PORTSDIR}/devel/p5-Class-ErrorHandler \
+		${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
+		${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \
 		${SITE_PERL}/Feed/Find.pm:${PORTSDIR}/www/p5-Feed-Find \
 		${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch \
-		p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS \
 		p5-XML-Atom>=0.08:${PORTSDIR}/textproc/p5-XML-Atom \
-		${SITE_PERL}/${PERL_ARCH}/DateTime.pm:${PORTSDIR}/devel/p5-DateTime \
-		${SITE_PERL}/DateTime/Format/Mail.pm:${PORTSDIR}/devel/p5-DateTime-Format-Mail \
-		${SITE_PERL}/DateTime/Format/W3CDTF.pm:${PORTSDIR}/devel/p5-DateTime-Format-W3CDTF \
-		${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+		p5-XML-RSS>=1.01:${PORTSDIR}/textproc/p5-XML-RSS
 BUILD_DEPENDS=	${RUN_DEPENDS}
-BUILD_DEPENDS+=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
-		${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser
+BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
+		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
 
 PERL_MODBUILD=	yes
 
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Feed/distinfo /home/staff/gslin/work/p5-XML-Feed/distinfo
--- /usr/ports/textproc/p5-XML-Feed/distinfo	Tue Jul 18 08:37:35 2006
+++ /home/staff/gslin/work/p5-XML-Feed/distinfo	Tue Aug  8 22:24:30 2006
@@ -1,3 +1,3 @@
-MD5 (XML-Feed-0.10.tar.gz) = da494380f89ec0f89fbbbf610396d764
-SHA256 (XML-Feed-0.10.tar.gz) = 826eedc0d1c4df2f8ee3d6e1983d72ee5b2f848a12321e54e555edbb7c7fb5c6
-SIZE (XML-Feed-0.10.tar.gz) = 30483
+MD5 (XML-Feed-0.11.tar.gz) = 5714f10af0693881ad66479879a23761
+SHA256 (XML-Feed-0.11.tar.gz) = 260e0de24f7e648781d2606c5bd774b85c3b1404f6f8768d81fd8f4c30ef443c
+SIZE (XML-Feed-0.11.tar.gz) = 35049
diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-Feed/pkg-plist /home/staff/gslin/work/p5-XML-Feed/pkg-plist
--- /usr/ports/textproc/p5-XML-Feed/pkg-plist	Sun Jan 22 10:54:48 2006
+++ /home/staff/gslin/work/p5-XML-Feed/pkg-plist	Tue Aug  8 22:32:59 2006
@@ -1,7 +1,8 @@
+ at comment $FreeBSD$
 %%SITE_PERL%%/XML/Feed.pm
 %%SITE_PERL%%/XML/Feed/Atom.pm
 %%SITE_PERL%%/XML/Feed/Content.pm
 %%SITE_PERL%%/XML/Feed/Entry.pm
 %%SITE_PERL%%/XML/Feed/RSS.pm
- at dirrm %%SITE_PERL%%/XML/Feed
+ at dirrmtry %%SITE_PERL%%/XML/Feed
 @dirrmtry %%SITE_PERL%%/XML
--- p5-XML-Feed-0.11.patch ends here ---



More information about the freebsd-perl mailing list