Date: Wed, 6 Jul 2016 00:39:13 +0000 (UTC) From: Jason Unovitch <junovitch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418115 - head/devel/pcre Message-ID: <201607060039.u660dD2S035288@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607060039.u660dD2S035288>