aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2001-07-31 17:52:31 +0800
committertobez <tobez@FreeBSD.org>2001-07-31 17:52:31 +0800
commit215f95528a30273454332320df6dbe73145e07bf (patch)
tree7e6721ea1cce95621e4628f31c82236079f3b244 /textproc
parent75ab8b697b0e34f9848539d1af91c96094d5fb85 (diff)
downloadfreebsd-ports-gnome-215f95528a30273454332320df6dbe73145e07bf.tar.gz
freebsd-ports-gnome-215f95528a30273454332320df6dbe73145e07bf.tar.zst
freebsd-ports-gnome-215f95528a30273454332320df6dbe73145e07bf.zip
Update textproc/p5-XML-Stream to 1.12.
Change the maintainer to ports@. While at it, fix plist. PR: 29289 Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-Stream/Makefile12
-rw-r--r--textproc/p5-XML-Stream/distinfo2
-rw-r--r--textproc/p5-XML-Stream/pkg-plist6
3 files changed, 13 insertions, 7 deletions
diff --git a/textproc/p5-XML-Stream/Makefile b/textproc/p5-XML-Stream/Makefile
index b4e6bd820194..290f065a9073 100644
--- a/textproc/p5-XML-Stream/Makefile
+++ b/textproc/p5-XML-Stream/Makefile
@@ -6,19 +6,23 @@
#
PORTNAME= XML-Stream
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
-MAINTAINER= leeym@cae.ce.ntu.edu.tw
+MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-MAN3= XML::Stream.3 XML::Stream::Namespace.3 XML::Stream::Parser.3 XML::Stream::Parser::DTD.3
+MAN3= XML::Stream.3 XML::Stream::Hash.3 XML::Stream::Namespace.3 \
+ XML::Stream::Parser.3 XML::Stream::Parser::DTD.3 \
+ XML::Stream::Tree.3
.include <bsd.port.mk>
diff --git a/textproc/p5-XML-Stream/distinfo b/textproc/p5-XML-Stream/distinfo
index c53afe546e1d..5b2bd4c89d4f 100644
--- a/textproc/p5-XML-Stream/distinfo
+++ b/textproc/p5-XML-Stream/distinfo
@@ -1 +1 @@
-MD5 (XML-Stream-1.11.tar.gz) = a4b38a21f0adbb32e82f41fcfd8c800a
+MD5 (XML-Stream-1.12.tar.gz) = 0a679cd2f7f794c5ee86f9939b1854dc
diff --git a/textproc/p5-XML-Stream/pkg-plist b/textproc/p5-XML-Stream/pkg-plist
index ca93ec0264d3..2d97bc81c980 100644
--- a/textproc/p5-XML-Stream/pkg-plist
+++ b/textproc/p5-XML-Stream/pkg-plist
@@ -1,9 +1,11 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Hash.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Namespace.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser/DTD.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Tree.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/Stream
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream/Parser
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/Stream
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true