diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-31 01:29:49 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-31 01:29:49 +0000 |
commit | cdadf2a98561314b9b0d86fc28c4e7c5d75234c7 (patch) | |
tree | a327dd63f62b981d619cb3e2f80de144f66fe57e /textproc/p5-XML-RSS | |
parent | 523bb21c32ae28bb2ab3170d4ef38d2937c3a6ce (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm | 10 |
3 files changed, 7 insertions, 21 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index fc847e6de55e..4cd7008b92c3 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -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> diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index 207e67318126..fd80ff5cedc0 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -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 --git a/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm b/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm deleted file mode 100644 index a812a17cc5fd..000000000000 --- a/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm +++ /dev/null @@ -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; - } |