- Update to 1.11
- remove stale patch PR: ports/104591 [1], ports/104816 [2] Submitted by: <tjs_AT_cdpa dot nsysu dot edu dot tw> [1], <babak@farrokhi dot net> [2]
This commit is contained in:
parent
523bb21c32
commit
cdadf2a985
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175580
3 changed files with 7 additions and 21 deletions
|
@ -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,12 @@ PKGNAMEPREFIX= p5-
|
|||
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
|
||||
BUILD_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
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue