diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 11:13:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 11:13:22 +0000 |
commit | e5bfaf5582f7b88c2f5c0c72a78edbe9f075a641 (patch) | |
tree | bbb31e1223806011924187072e74643b6b47efd0 /textproc/p5-XML-SAX | |
parent | f11372fd3cdc59eb3444528d81d5ab326e7f040b (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/pkg-plist | 1 |
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 |