Date: Fri, 13 Aug 2004 15:50:30 +0800 (CST) From: Cheng-Lung Sung <clsung@dragon2.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70398: [PATCH] textproc/p5-XML-RSS: update to 1.05 Message-ID: <20040813075030.A3BC915643@mail.dragon2.net> Resent-Message-ID: <200408130810.i7D8ANZQ062578@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70398 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-RSS: update to 1.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 13 08:10:22 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD sungsung.csie.nctu.edu.tw 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #3: Tue Aug 10 17:43:32 CST 2004 >Description: - add new dependency of Test-* - ask for maintainership - Update to 1.05 - copy from Changes: * fixed version number * improved RSS 2.0 generation support * typo and documentation fixes Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- p5-XML-RSS-1.05.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/Makefile /home/clsung/p5-XML-RSS/Makefile --- /usr/ports/textproc/p5-XML-RSS/Makefile Thu Mar 18 09:04:23 2004 +++ /home/clsung/p5-XML-RSS/Makefile Fri Aug 13 15:47:56 2004 @@ -6,7 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,11 +15,18 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Perl extension to manage RDF Site Summary (RSS) files -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/Test/Manifest.pm:${PORTSDIR}/devel/p5-Test-Manifest RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= XML::RSS.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/distinfo /home/clsung/p5-XML-RSS/distinfo --- /usr/ports/textproc/p5-XML-RSS/distinfo Thu Mar 18 09:04:23 2004 +++ /home/clsung/p5-XML-RSS/distinfo Fri Aug 13 15:42:35 2004 @@ -1,2 +1,2 @@ -MD5 (XML-RSS-1.04.tar.gz) = 7fd0c5393c3fffac0dcf447d9f0dfb4f -SIZE (XML-RSS-1.04.tar.gz) = 38362 +MD5 (XML-RSS-1.05.tar.gz) = 3eaa65ec6316edec3194b6a2f384a65c +SIZE (XML-RSS-1.05.tar.gz) = 38586 --- p5-XML-RSS-1.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040813075030.A3BC915643>