Date: Thu, 15 Feb 2018 12:46:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r461894 - in head/textproc/p5-XML-SAX: . files Message-ID: <201802151246.w1FCk9qQ001239@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Feb 15 12:46:09 2018 New Revision: 461894 URL: https://svnweb.freebsd.org/changeset/ports/461894 Log: Update to 1.00 - Add NO_ARCH - Remove outdated post-configure: Changes: http://search.cpan.org/dist/XML-SAX/Changes Modified: head/textproc/p5-XML-SAX/Makefile head/textproc/p5-XML-SAX/distinfo head/textproc/p5-XML-SAX/files/patch-Makefile.PL Modified: head/textproc/p5-XML-SAX/Makefile ============================================================================== --- head/textproc/p5-XML-SAX/Makefile Thu Feb 15 12:46:04 2018 (r461893) +++ head/textproc/p5-XML-SAX/Makefile Thu Feb 15 12:46:09 2018 (r461894) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= XML-SAX -PORTVERSION= 0.99 -PORTREVISION= 2 +PORTVERSION= 1.00 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -18,11 +17,8 @@ BUILD_DEPENDS= p5-XML-NamespaceSupport>=0.03:textproc/ p5-XML-SAX-Base>=1.05:textproc/p5-XML-SAX-Base RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure - -post-configure: -# dirty hack to deceive irritable pod2man - @${PERL} -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile .include <bsd.port.mk> Modified: head/textproc/p5-XML-SAX/distinfo ============================================================================== --- head/textproc/p5-XML-SAX/distinfo Thu Feb 15 12:46:04 2018 (r461893) +++ head/textproc/p5-XML-SAX/distinfo Thu Feb 15 12:46:09 2018 (r461894) @@ -1,2 +1,3 @@ -SHA256 (XML-SAX-0.99.tar.gz) = 32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84 -SIZE (XML-SAX-0.99.tar.gz) = 46703 +TIMESTAMP = 1518695246 +SHA256 (XML-SAX-1.00.tar.gz) = 45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3 +SIZE (XML-SAX-1.00.tar.gz) = 46808 Modified: head/textproc/p5-XML-SAX/files/patch-Makefile.PL ============================================================================== --- head/textproc/p5-XML-SAX/files/patch-Makefile.PL Thu Feb 15 12:46:04 2018 (r461893) +++ head/textproc/p5-XML-SAX/files/patch-Makefile.PL Thu Feb 15 12:46:09 2018 (r461894) @@ -1,5 +1,5 @@ ---- Makefile.PL.orig 2011-09-05 05:37:48.000000000 +0800 -+++ Makefile.PL 2013-11-09 01:00:33.000000000 +0800 +--- Makefile.PL.orig 2018-02-15 09:44:15 UTC ++++ Makefile.PL @@ -27,15 +27,7 @@ sub MY::install { } else { @@ -20,7 +20,7 @@ @@ -43,7 +35,7 @@ sub MY::install { $script .= <<"INSTALL"; - install_sax_pureperl : + 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()"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802151246.w1FCk9qQ001239>