From owner-svn-ports-all@freebsd.org Wed Jul 6 00:39:14 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37ED0B734B8; Wed, 6 Jul 2016 00:39:14 +0000 (UTC) (envelope-from junovitch@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 mx1.freebsd.org (Postfix) with ESMTPS id 012BF1975; Wed, 6 Jul 2016 00:39:13 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u660dDux035289; Wed, 6 Jul 2016 00:39:13 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u660dD2S035288; Wed, 6 Jul 2016 00:39:13 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201607060039.u660dD2S035288@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Wed, 6 Jul 2016 00:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418115 - head/devel/pcre X-SVN-Group: ports-head 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.22 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: Wed, 06 Jul 2016 00:39:14 -0000 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 (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