svn commit: r418115 - head/devel/pcre

Jason Unovitch junovitch at FreeBSD.org
Wed Jul 6 00:39:14 UTC 2016


Author: junovitch
Date: Wed Jul  6 00:39:12 2016
New Revision: 418115
URL: https://svnweb.freebsd.org/changeset/ports/418115

Log:
  devel/pcre: add USES= cpe
  
  Note: There are two other conflicting CPE_PRODUCTs in the CPE dictionary.
    perl-compatible_regular_expression_library
    perl_compatible_regular_expression_library
  
  I contacted NIST for clarification and 'cpe:2.3:a:pcre:pcre' is the correct
  CPE string. As such we do not need to set CPE_VENDOR or CPE_PRODUCT.
  
  PR:		208328
  Submitted by:	Shun <shun.fbsd.pr at dropcut.net> (original patch)
  Approved by:	adamw (maintainer)

Modified:
  head/devel/pcre/Makefile

Modified: head/devel/pcre/Makefile
==============================================================================
--- head/devel/pcre/Makefile	Tue Jul  5 23:26:52 2016	(r418114)
+++ head/devel/pcre/Makefile	Wed Jul  6 00:39:12 2016	(r418115)
@@ -15,7 +15,7 @@ COMMENT=	Perl Compatible Regular Express
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
-USES=		libtool pathfix tar:bzip2
+USES=		cpe libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list