aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-Liberal
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-07-17 09:58:55 +0800
committerclsung <clsung@FreeBSD.org>2006-07-17 09:58:55 +0800
commit17e23d1750836250dc201ac8406b98e519a1fc74 (patch)
treea0b736767cb532dec5a6213481a5a53fdff49039 /textproc/p5-XML-Liberal
parent999d630ec11947595c57d11e7724e8b9a545f9c0 (diff)
downloadfreebsd-ports-gnome-17e23d1750836250dc201ac8406b98e519a1fc74.tar.gz
freebsd-ports-gnome-17e23d1750836250dc201ac8406b98e519a1fc74.tar.zst
freebsd-ports-gnome-17e23d1750836250dc201ac8406b98e519a1fc74.zip
- update to 0.13
PR: ports/100414 Submitted by: clsung Reviewed by: maintainer Approved by: maintainer
Diffstat (limited to 'textproc/p5-XML-Liberal')
-rw-r--r--textproc/p5-XML-Liberal/Makefile8
-rw-r--r--textproc/p5-XML-Liberal/distinfo6
-rw-r--r--textproc/p5-XML-Liberal/pkg-descr1
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile
index 3b8ccb65c498..2e9cb216e65f 100644
--- a/textproc/p5-XML-Liberal/Makefile
+++ b/textproc/p5-XML-Liberal/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-Liberal
-PORTVERSION= 0.12
+PORTVERSION= 0.13
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -15,15 +15,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Super liberal XML parser that parses broken XML
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
${SITE_PERL}/HTML/Entities/Numbered.pm:${PORTSDIR}/textproc/p5-HTML-Entities-Numbered \
${SITE_PERL}/Module/Pluggable/Fast.pm:${PORTSDIR}/devel/p5-Module-Pluggable-Fast
-RUN_DEPENDS= ${BUILD_DEPENDS}
+BUILD_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= XML::Liberal.3
+MAN3= XML::Liberal.3
.include <bsd.port.pre.mk>
diff --git a/textproc/p5-XML-Liberal/distinfo b/textproc/p5-XML-Liberal/distinfo
index 0b3a8cce8d20..1264820f4d49 100644
--- a/textproc/p5-XML-Liberal/distinfo
+++ b/textproc/p5-XML-Liberal/distinfo
@@ -1,3 +1,3 @@
-MD5 (XML-Liberal-0.12.tar.gz) = b7580d0a9afef6d7cb9e86840685cb5a
-SHA256 (XML-Liberal-0.12.tar.gz) = 1e06c6991734759d0909cc89200f5f63c8b42aa98738520c3b18a7b8f5b80848
-SIZE (XML-Liberal-0.12.tar.gz) = 44853
+MD5 (XML-Liberal-0.13.tar.gz) = 6a97a2de54be86b4f286a378ad52187a
+SHA256 (XML-Liberal-0.13.tar.gz) = 026700edb08b890f695a51eb957e9078167b0ecfb293440e6dcba4d4ad559aa5
+SIZE (XML-Liberal-0.13.tar.gz) = 45304
diff --git a/textproc/p5-XML-Liberal/pkg-descr b/textproc/p5-XML-Liberal/pkg-descr
index 40565b35ba77..60988588d2d3 100644
--- a/textproc/p5-XML-Liberal/pkg-descr
+++ b/textproc/p5-XML-Liberal/pkg-descr
@@ -1,5 +1,4 @@
XML::Liberal is a super liberal XML parser that can fix broken XML
stream and create a DOM node out of it.
-Author: Tatsuhiko Miyagawa <miyagawa@bulknews.net>
WWW: http://search.cpan.org/dist/XML-Liberal/