aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-SAX/files/patch-Makefile.PL
Commit message (Collapse)AuthorAgeFilesLines
* textproc/p5-XML-SAX: fix checksum mismatch for ParserDetails.iniKurt Jaeger2018-02-271-1/+1
| | | | | | | | | | | | | | | | | | - The file %%SITE_PERL%%/XML/SAX/ParserDetails.ini is updated by ports that depending textproc/p5-XML-SAX. - For example, textproc/p5-XML-SAX-Expat, textproc/p5-XML-Simple and textproc/p5-XML-LibXML append something to the .ini file. - This causes checksum mismatch when executing `pkg check -s textproc/p5-XML-SAX` The fix provides a pkg-install program to handle the file in post-install. PR: 197011 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> Reviewed by: John Hein, mat, Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Notes: svn path=/head/; revision=463111
* Update to 1.00Sunpoet Po-Chuan Hsieh2018-02-151-3/+3
| | | | | | | | | | - Add NO_ARCH - Remove outdated post-configure: Changes: http://search.cpan.org/dist/XML-SAX/Changes Notes: svn path=/head/; revision=461894
* 1: remove WRITE_INI_OK config from p5-XML-SAX, force to write ini now.Vanilla I. Shu2013-11-081-9/+14
| | | | | | | | | | 2: fix install/deinstall problem of p5-XML-SAX-ExpatXS, will cause md5 checksum error of p5-XML-SAX. PR: ports/183781 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Notes: svn path=/head/; revision=333249
* Support STAGEDIR.Vanilla I. Shu2013-11-071-5/+12
| | | | Notes: svn path=/head/; revision=333056
* Fix interactivity when ParserDetails exists.Chris Rees2012-05-271-0/+16
It is now an OPTION (on by default, and recommended) to alter ParserDetails.ini so unattended builds are no longer held up. Requested by: wblock Notes: svn path=/head/; revision=297554