diff options
author | clsung <clsung@FreeBSD.org> | 2006-03-16 14:31:04 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-03-16 14:31:04 +0800 |
commit | 091deeca4215e90243c3792109116d0fc4277284 (patch) | |
tree | e4c84f6727a1530379092d302bdd5d77423a4dee | |
parent | 1fd05bc6e54b948ad3e8598332a88fda1e61c024 (diff) | |
download | freebsd-ports-gnome-091deeca4215e90243c3792109116d0fc4277284.tar.gz freebsd-ports-gnome-091deeca4215e90243c3792109116d0fc4277284.tar.zst freebsd-ports-gnome-091deeca4215e90243c3792109116d0fc4277284.zip |
- update to 1.10
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 6 | ||||
-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+);)/&/g; $text =~ s/&($entities);/$entity{$1}/g; $text =~ s/</</g; |