[PATCH] www/p5-WebService-Bloglines: Add missing dependency.

Gea-Suan Lin gslin at gslin.org
Sun Jan 15 02:10:56 PST 2006


>Submitter-Id:	current-users
>Originator:	Gea-Suan Lin
>Organization:	
>Confidential:	no 
>Synopsis:	[PATCH] www/p5-WebService-Bloglines: Add missing dependency.
>Severity:	non-critical
>Priority:	low
>Category:	ports 
>Class:		change-request
>Release:	FreeBSD 6.0-RELEASE i386
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Sat Dec 10 02:26:21 CST 2005
>Description:
- Add missing dependency. (textproc/XML-RSS-LibXML in ports/91819)
- Bump PORTREVISION.

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

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

--- p5-WebService-Bloglines-0.09_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/p5-WebService-Bloglines/Makefile /home/staff/gslin/work/p5-WebService-Bloglines/Makefile
--- /usr/ports/www/p5-WebService-Bloglines/Makefile	Sat Sep 17 15:16:16 2005
+++ /home/staff/gslin/work/p5-WebService-Bloglines/Makefile	Sun Jan 15 17:53:33 2006
@@ -8,6 +8,7 @@
 
 PORTNAME=	WebService-Bloglines
 PORTVERSION=	0.09
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	WebService
@@ -18,6 +19,7 @@
 
 BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
 		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
+		${SITE_PERL}/XML/RSS/LibXML.pm:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \
 		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
--- p5-WebService-Bloglines-0.09_1.patch ends here ---



More information about the freebsd-perl mailing list