FreeBSD Bugzilla – Attachment 191042 Details for
Bug 197011
textproc/p5-XML-SAX: checksum mismatch for ParserDetails.ini
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for textproc/p5-XML-SAX (p5-XML-SAX-1.00)
patch-p5-XML-SAX_1.diff (text/plain), 2.05 KB, created by
Tatsuki Makino
on 2018-02-27 02:46:30 UTC
(
hide
)
Description:
Updated patch for textproc/p5-XML-SAX (p5-XML-SAX-1.00)
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2018-02-27 02:46:30 UTC
Size:
2.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 461894) >+++ Makefile (working copy) >@@ -20,5 +20,8 @@ > NO_ARCH= yes > USES= perl5 > USE_PERL5= configure >+SUB_FILES= pkg-install >+SUB_LIST= PERL=${PERL} >+PKGDEINSTALL= ${PKGINSTALL} > > .include <bsd.port.mk> >Index: files/patch-Makefile.PL >=================================================================== >--- files/patch-Makefile.PL (revision 461894) >+++ files/patch-Makefile.PL (working copy) >@@ -22,7 +22,7 @@ > > install_sax_pureperl : pure_install > -\t\@\$(PERL) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" >-+\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" >++#\t\@\$(PERL) -I\$(DESTDIR)\$(INSTALLSITELIB) -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" > > INSTALL > >Index: files/pkg-install.in >=================================================================== >--- files/pkg-install.in (nonexistent) >+++ files/pkg-install.in (working copy) >@@ -0,0 +1,19 @@ >+#!/bin/sh >+ >+PERL="%%PERL%%" >+ >+case $2 in >+ POST-INSTALL) >+ $PERL -MXML::SAX -e 'XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers();' >+ ;; >+ DEINSTALL) >+ $PERL -MFile::Basename=dirname -MFile::Spec -MXML::SAX << 'PERLSCRIPT' >+XML::SAX->remove_parser(q(XML::SAX::PurePerl))->save_parsers(); >+unless (@{XML::SAX->parsers()} > 0) { >+ $dir = $INC{q(XML/SAX.pm)}; $dir = dirname($dir); >+ $file = File::Spec->catfile($dir, q(SAX), XML::SAX::PARSER_DETAILS); >+ unlink($file); >+} >+PERLSCRIPT >+ ;; >+esac >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 461894) >+++ pkg-plist (working copy) >@@ -7,7 +7,7 @@ > %%SITE_PERL%%/XML/SAX.pm > %%SITE_PERL%%/XML/SAX/DocumentLocator.pm > %%SITE_PERL%%/XML/SAX/Intro.pod >-%%SITE_PERL%%/XML/SAX/ParserDetails.ini >+@comment %%SITE_PERL%%/XML/SAX/ParserDetails.ini > %%SITE_PERL%%/XML/SAX/ParserFactory.pm > %%SITE_PERL%%/XML/SAX/PurePerl.pm > %%SITE_PERL%%/XML/SAX/PurePerl/DTDDecls.pm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197011
:
153574
|
153575
| 191042 |
191043