Date: Sun, 15 Jan 2006 18:10:52 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@freebsd.org Cc: perl@FreeBSD.org Subject: [PATCH] www/p5-WebService-Bloglines: Add missing dependency. Message-ID: <20060115101052.22B6B203@netnews.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>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@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 ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060115101052.22B6B203>