From owner-svn-ports-all@freebsd.org Thu Feb 15 12:46:11 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9B74F1B261; Thu, 15 Feb 2018 12:46:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F38E75CB3; Thu, 15 Feb 2018 12:46:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0AB8F1EE9B; Thu, 15 Feb 2018 12:46:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1FCk9sj001242; Thu, 15 Feb 2018 12:46:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1FCk9qQ001239; Thu, 15 Feb 2018 12:46:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201802151246.w1FCk9qQ001239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Feb 2018 12:46:09 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/textproc/p5-XML-SAX: . files X-SVN-Commit-Revision: 461894 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Feb 2018 12:46:11 -0000 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 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()"