Date: Fri, 20 Oct 2006 08:55:30 +0800 (CST) From: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: clsung@FreeBSD.org Subject: ports/104591: [PATCH] textproc/p5-XML-RSS: update to 1.11 Message-ID: <200610200055.k9K0tUqx074688@pluto.cdpa.nsysu.edu.tw> Resent-Message-ID: <200610200100.k9K10dJo059073@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104591 >Category: ports >Synopsis: [PATCH] textproc/p5-XML-RSS: update to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Oct 20 01:00:38 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jin-Shan Tseng >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD Pluto.CDPA.nsysu.edu.tw 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Thu Oct 12 11:54:24 CST 2006 >Description: - Update to 1.11 Removed file(s): - files/patch-lib::XML::RSS.pm Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-RSS-1.11.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/Makefile /hd1/p5-XML-RSS/Makefile --- /usr/ports/textproc/p5-XML-RSS/Makefile Thu Mar 16 14:31:04 2006 +++ /hd1/p5-XML-RSS/Makefile Fri Oct 20 08:53:38 2006 @@ -6,7 +6,7 @@ # PORTNAME= XML-RSS -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -15,16 +15,11 @@ MAINTAINER= clsung@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 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser/Expat.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser PERL_CONFIGURE= yes MAN3= XML::RSS.3 -.include <bsd.port.pre.mk> - -post-patch: - @${RM} ${WRKSRC}/lib/XML/RSS.pm.orig - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/distinfo /hd1/p5-XML-RSS/distinfo --- /usr/ports/textproc/p5-XML-RSS/distinfo Thu Mar 16 14:31:04 2006 +++ /hd1/p5-XML-RSS/distinfo Fri Oct 20 08:43:31 2006 @@ -1,3 +1,3 @@ -MD5 (XML-RSS-1.10.tar.gz) = d5a55a2eeeb479681bc72d32ac87cf8f -SHA256 (XML-RSS-1.10.tar.gz) = 9a14b3c2d1f549b1760436b19c4359f8f2d16889fce5e9962b8ec9674cb85a1e -SIZE (XML-RSS-1.10.tar.gz) = 38193 +MD5 (XML-RSS-1.11.tar.gz) = a89d4d8c731e80b6b40b8c134e22d03a +SHA256 (XML-RSS-1.11.tar.gz) = 02cfa4c620a7785b9035f116cb95cf9f33f5092a2025d1d8997ff89ed2958cc2 +SIZE (XML-RSS-1.11.tar.gz) = 38439 diff -ruN --exclude=CVS /usr/ports/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm /hd1/p5-XML-RSS/files/patch-lib::XML::RSS.pm --- /usr/ports/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm Thu Mar 16 14:31:04 2006 +++ /hd1/p5-XML-RSS/files/patch-lib::XML::RSS.pm Thu Jan 1 08:00:00 1970 @@ -1,10 +0,0 @@ ---- lib/XML/RSS.pm.orig Sun Mar 12 07:47:19 2006 -+++ lib/XML/RSS.pm Thu Mar 16 10:37:37 2006 -@@ -1799,6 +1799,7 @@ - $text =~ s/&(?!(#[0-9]+|#x[0-9a-fA-F]+|\w+);)/&/g; - $text =~ s/&($entities);/$entity{$1}/g; - $text =~ s/</</g; -+ $text =~ s/>/>/g; - - return $text; - } --- p5-XML-RSS-1.11.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?200610200055.k9K0tUqx074688>