svn commit: r449929 - head/textproc/p5-XML-XPathEngine

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 15 19:17:55 UTC 2017


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 at 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>


More information about the svn-ports-all mailing list