summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2002-07-07 12:38:41 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2002-07-07 12:38:41 +0000
commit1d0781f16b0ab05b7cc5ed9a1f93b165eec1b58e (patch)
tree2de24727c935ea5a33a0d96c25e2cacdcb1f548e /textproc
parentoops... forgot to add this one (diff)
Updated to 0.41
Notes
Notes: svn path=/head/; revision=62556
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-XML-SAX-Writer/Makefile11
-rw-r--r--textproc/p5-XML-SAX-Writer/distinfo2
-rw-r--r--textproc/p5-XML-SAX-Writer/pkg-plist2
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/p5-XML-SAX-Writer/Makefile b/textproc/p5-XML-SAX-Writer/Makefile
index d21f5914aadd..de6b2135debc 100644
--- a/textproc/p5-XML-SAX-Writer/Makefile
+++ b/textproc/p5-XML-SAX-Writer/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-SAX-Writer
-PORTVERSION= 0.39
+PORTVERSION= 0.41
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -14,14 +14,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX/Exception.pm:${PORTSDIR}/textproc/p5-XML-SAX \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/NamespaceSupport.pm:${PORTSDIR}/textproc/p5-XML-NamespaceSupport \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
-BUILD_DEPENDS= ${RUN_DEPENDS}
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Filter/BufferText.pm:${PORTSDIR}/textproc/p5-XML-Filter-BufferText
+RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= XML::SAX::Writer.3
+MAN3= XML::SAX::Writer.3 XML::SAX::Writer::XML.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/textproc/p5-XML-SAX-Writer/distinfo b/textproc/p5-XML-SAX-Writer/distinfo
index b0ad848b2a5a..653ba48d07d9 100644
--- a/textproc/p5-XML-SAX-Writer/distinfo
+++ b/textproc/p5-XML-SAX-Writer/distinfo
@@ -1 +1 @@
-MD5 (XML-SAX-Writer-0.39.tar.gz) = 8f05339ad971eee827501be374511397
+MD5 (XML-SAX-Writer-0.41.tar.gz) = 41d2c5d911a05282534f130ad10061b3
diff --git a/textproc/p5-XML-SAX-Writer/pkg-plist b/textproc/p5-XML-SAX-Writer/pkg-plist
index abf64f81be15..9ec2bd0bff61 100644
--- a/textproc/p5-XML-SAX-Writer/pkg-plist
+++ b/textproc/p5-XML-SAX-Writer/pkg-plist
@@ -1,5 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Writer/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Writer.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Writer/XML.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Writer
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/Writer
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true