aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-SAX
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-13 19:13:22 +0800
committerijliao <ijliao@FreeBSD.org>2001-12-13 19:13:22 +0800
commit79ab3c1c77c89de3247af95812bc242c477dcb71 (patch)
tree8ef0a09e87ea5c4751bb32a1fac3d6dfd8e0252d /textproc/p5-XML-SAX
parent9cc691197c1b1229421731942a85d43407b1f424 (diff)
downloadfreebsd-ports-gnome-79ab3c1c77c89de3247af95812bc242c477dcb71.tar.gz
freebsd-ports-gnome-79ab3c1c77c89de3247af95812bc242c477dcb71.tar.zst
freebsd-ports-gnome-79ab3c1c77c89de3247af95812bc242c477dcb71.zip
upgrade to 0.03
PR: 32771 Submitted by: maintainer
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r--textproc/p5-XML-SAX/Makefile7
-rw-r--r--textproc/p5-XML-SAX/distinfo2
-rw-r--r--textproc/p5-XML-SAX/pkg-plist1
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile
index 99869548a518..44462d548a58 100644
--- a/textproc/p5-XML-SAX/Makefile
+++ b/textproc/p5-XML-SAX/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= XML-SAX
-PORTVERSION= 0.02
+PORTVERSION= 0.03
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
@@ -19,8 +19,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
-MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::ParserFactory.3 \
- XML::SAX::PurePerl.3 XML::SAX::PurePerl::Reader.3
+MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::Exception.3 \
+ XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \
+ XML::SAX::PurePerl::Reader.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo
index c7bdd21591bc..f6bb4bfcaf0e 100644
--- a/textproc/p5-XML-SAX/distinfo
+++ b/textproc/p5-XML-SAX/distinfo
@@ -1 +1 @@
-MD5 (XML-SAX-0.02.tar.gz) = 153106a8014d45b91c72a59de196c0b3
+MD5 (XML-SAX-0.03.tar.gz) = f4da07ffcd323521407ef5e30620a5d7
diff --git a/textproc/p5-XML-SAX/pkg-plist b/textproc/p5-XML-SAX/pkg-plist
index 287e357e0da5..cdde7eef74a0 100644
--- a/textproc/p5-XML-SAX/pkg-plist
+++ b/textproc/p5-XML-SAX/pkg-plist
@@ -16,6 +16,7 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/Stream.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/String.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/URI.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/XMLDecl.pm
+lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/placeholder.pl
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML/SAX 2>/dev/null || true