Date: Fri, 15 Sep 2017 19:17:54 +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: r449929 - head/textproc/p5-XML-XPathEngine Message-ID: <201709151917.v8FJHs52025943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Sep 15 19:17:53 2017 New Revision: 449929 URL: https://svnweb.freebsd.org/changeset/ports/449929 Log: Add LICENSE - Silence patch messages Modified: head/textproc/p5-XML-XPathEngine/Makefile Modified: head/textproc/p5-XML-XPathEngine/Makefile ============================================================================== --- head/textproc/p5-XML-XPathEngine/Makefile Fri Sep 15 19:17:49 2017 (r449928) +++ head/textproc/p5-XML-XPathEngine/Makefile Fri Sep 15 19:17:53 2017 (r449929) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Re-usable XPath engine for DOM-like trees +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure REINPLACE_ARGS= -i '' @@ -18,6 +21,6 @@ REINPLACE_ARGS= -i '' # For errors like # Bareword "XML::XPathEngine::Step::..." not allowed while "strict subs" in use at ... post-patch: - ${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm + @${REINPLACE_CMD} -Ee 's,(use strict;),\1 no strict "subs";,' ${WRKSRC}/lib/XML/XPathEngine.pm .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709151917.v8FJHs52025943>