diff options
author | skv <skv@FreeBSD.org> | 2002-09-04 16:59:34 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2002-09-04 16:59:34 +0800 |
commit | 6e225c2af4692f136693aa52a622766afb293367 (patch) | |
tree | 303dc8873548ed1b182d9dda04fad30e7de79bac /textproc | |
parent | cc80a2fc494c4e8e38ac6b7d26f9f7c35495d80a (diff) | |
download | freebsd-ports-gnome-6e225c2af4692f136693aa52a622766afb293367.tar.gz freebsd-ports-gnome-6e225c2af4692f136693aa52a622766afb293367.tar.zst freebsd-ports-gnome-6e225c2af4692f136693aa52a622766afb293367.zip |
Updated to 0.11
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-SAX/Makefile | 10 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SAX/pkg-plist | 1 |
3 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 9e160af9384f..2f2d5ebe3dc5 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -22,14 +22,12 @@ PERL_CONFIGURE= yes CONFIGURE_ARGS= </dev/null MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.3 \ - XML::SAX::Exception.3 XML::SAX::ParserFactory.3 \ - XML::SAX::PurePerl.3 XML::SAX::PurePerl::Reader.3 + XML::SAX::Exception.3 XML::SAX::Intro.3 \ + XML::SAX::ParserFactory.3 XML::SAX::PurePerl.3 \ + XML::SAX::PurePerl::Reader.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -post-patch: - @${PERL} -pi -e 's/\x0d(?=\x0a)//;' ${WRKSRC}/SAX/Intro.pod - post-configure: # dirty hack to deceive irritable pod2man @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \ diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo index c1a00778a3ea..f73651ab9322 100644 --- a/textproc/p5-XML-SAX/distinfo +++ b/textproc/p5-XML-SAX/distinfo @@ -1 +1 @@ -MD5 (XML-SAX-0.10.tar.gz) = d673a7f453bb9115a435142b4ac517ef +MD5 (XML-SAX-0.11.tar.gz) = a635fdcba8b94a6a556b0778cabf0385 diff --git a/textproc/p5-XML-SAX/pkg-plist b/textproc/p5-XML-SAX/pkg-plist index f82b30a6fbd0..0c50aa1bd9af 100644 --- a/textproc/p5-XML-SAX/pkg-plist +++ b/textproc/p5-XML-SAX/pkg-plist @@ -4,6 +4,7 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Base.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/DocumentLocator.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Exception.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Intro.pod +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserDetails.ini lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/ParserFactory.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DTDDecls.pm |