diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-04-08 16:09:23 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-04-08 16:09:23 +0000 |
commit | dd12e813f24b4d49d3c554860de96e5f729a4b0c (patch) | |
tree | f57206bd7b4c488de53866282c81b601044ddd54 /textproc/p5-XML-SAX | |
parent | 7cd3685d47b444d5bcced88530ec1e91fde586ad (diff) | |
download | ports-dd12e813f24b4d49d3c554860de96e5f729a4b0c.tar.gz ports-dd12e813f24b4d49d3c554860de96e5f729a4b0c.zip |
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 | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/textproc/p5-XML-SAX/Makefile b/textproc/p5-XML-SAX/Makefile index 93127e5e147a..9e160af9384f 100644 --- a/textproc/p5-XML-SAX/Makefile +++ b/textproc/p5-XML-SAX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX -PORTVERSION= 0.05 +PORTVERSION= 0.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML @@ -27,9 +27,12 @@ MAN3= XML::SAX.3 XML::SAX::Base.3 XML::SAX::DocumentLocator.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/;' \ + @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' \ ${WRKSRC}/Makefile .include <bsd.port.mk> diff --git a/textproc/p5-XML-SAX/distinfo b/textproc/p5-XML-SAX/distinfo index 31480b349dd3..c1a00778a3ea 100644 --- a/textproc/p5-XML-SAX/distinfo +++ b/textproc/p5-XML-SAX/distinfo @@ -1 +1 @@ -MD5 (XML-SAX-0.05.tar.gz) = 464cd12f7ffa72a0e351fccf64f8f84c +MD5 (XML-SAX-0.10.tar.gz) = d673a7f453bb9115a435142b4ac517ef diff --git a/textproc/p5-XML-SAX/pkg-plist b/textproc/p5-XML-SAX/pkg-plist index cdde7eef74a0..f82b30a6fbd0 100644 --- a/textproc/p5-XML-SAX/pkg-plist +++ b/textproc/p5-XML-SAX/pkg-plist @@ -1,8 +1,9 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/SAX/.packlist lib/perl5/site_perl/%%PERL_VER%%/XML/SAX.pm 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/ParserDetails.ini +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/Intro.pod 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 @@ -10,11 +11,15 @@ lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DebugHandler.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/DocType.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/EncodingDetect.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Exception.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/NoUnicodeExt.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Productions.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/UnicodeExt.pm lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader.pm +lib/perl5/site_perl/%%PERL_VER%%/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm 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/Reader/UnicodeExt.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 |