Date: Wed, 25 Oct 2006 22:46:45 +0330 From: Babak Farrokhi <babak@farrokhi.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/104816: [update] port textproc/p5-XML-RSS to 1.11 Message-ID: <1161803805.43822@starfish.farrokhi.net> Resent-Message-ID: <200610251920.k9PJKGxC064949@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104816 >Category: ports >Synopsis: [update] port textproc/p5-XML-RSS to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 25 19:20:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Babak Farrokhi >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD starfish.farrokhi.net 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 14:10:00 IRST 2006 root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH i386 >Description: - update to 1.11 - remove stale patche >How-To-Repeat: >Fix: --- p5-XML-RSS.patch begins here --- diff -ruN p5-XML-RSS.orig/Makefile p5-XML-RSS/Makefile --- p5-XML-RSS.orig/Makefile Wed Oct 25 22:21:55 2006 +++ p5-XML-RSS/Makefile Wed Oct 25 22:38:02 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 @@ -22,9 +22,5 @@ MAN3= XML::RSS.3 -.include <bsd.port.pre.mk> +.include <bsd.port.mk> -post-patch: - @${RM} ${WRKSRC}/lib/XML/RSS.pm.orig - -.include <bsd.port.post.mk> diff -ruN p5-XML-RSS.orig/distinfo p5-XML-RSS/distinfo --- p5-XML-RSS.orig/distinfo Wed Oct 25 22:21:55 2006 +++ p5-XML-RSS/distinfo Wed Oct 25 22:23:06 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 p5-XML-RSS.orig/files/patch-lib::XML::RSS.pm p5-XML-RSS/files/patch-lib::XML::RSS.pm --- p5-XML-RSS.orig/files/patch-lib::XML::RSS.pm Wed Oct 25 22:21:55 2006 +++ p5-XML-RSS/files/patch-lib::XML::RSS.pm Thu Jan 1 03:30: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.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?1161803805.43822>