aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-03-16 06:31:04 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-03-16 06:31:04 +0000
commit742f4d780c75dbeab8d4d628b8c33859e3be1324 (patch)
treeea1efc99bed3b6cec5069917e2b0ebf80f404f93 /textproc/p5-XML-RSS
parentfa52946d6ed3a6ffa8cb05564071e8a2698b7b81 (diff)
downloadports-742f4d780c75dbeab8d4d628b8c33859e3be1324.tar.gz
ports-742f4d780c75dbeab8d4d628b8c33859e3be1324.zip
Notes
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r--textproc/p5-XML-RSS/Makefile10
-rw-r--r--textproc/p5-XML-RSS/distinfo6
-rw-r--r--textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm (renamed from textproc/p5-XML-RSS/files/patch-lib::RSS.pm)6
3 files changed, 13 insertions, 9 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile
index 7045aab55bc6..fc847e6de55e 100644
--- a/textproc/p5-XML-RSS/Makefile
+++ b/textproc/p5-XML-RSS/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= XML-RSS
-PORTVERSION= 1.05
-PORTREVISION= 1
+PORTVERSION= 1.10
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -23,4 +22,9 @@ PERL_CONFIGURE= yes
MAN3= XML::RSS.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+post-patch:
+ @${RM} ${WRKSRC}/lib/XML/RSS.pm.orig
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo
index 6d481e4794ab..207e67318126 100644
--- a/textproc/p5-XML-RSS/distinfo
+++ b/textproc/p5-XML-RSS/distinfo
@@ -1,3 +1,3 @@
-MD5 (XML-RSS-1.05.tar.gz) = 3eaa65ec6316edec3194b6a2f384a65c
-SHA256 (XML-RSS-1.05.tar.gz) = 12de94026fa23974995b952440dd8443ec5f94706b33ed8d157a879b80a94342
-SIZE (XML-RSS-1.05.tar.gz) = 38586
+MD5 (XML-RSS-1.10.tar.gz) = d5a55a2eeeb479681bc72d32ac87cf8f
+SHA256 (XML-RSS-1.10.tar.gz) = 9a14b3c2d1f549b1760436b19c4359f8f2d16889fce5e9962b8ec9674cb85a1e
+SIZE (XML-RSS-1.10.tar.gz) = 38193
diff --git a/textproc/p5-XML-RSS/files/patch-lib::RSS.pm b/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm
index 9f1cc6535054..a812a17cc5fd 100644
--- a/textproc/p5-XML-RSS/files/patch-lib::RSS.pm
+++ b/textproc/p5-XML-RSS/files/patch-lib::XML::RSS.pm
@@ -1,6 +1,6 @@
---- lib/RSS.pm.orig Wed Apr 21 15:14:43 2004
-+++ lib/RSS.pm Wed Apr 6 13:06:54 2005
-@@ -1800,6 +1800,7 @@
+--- 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+);)/&amp;/g;
$text =~ s/&($entities);/$entity{$1}/g;
$text =~ s/</&lt;/g;