From owner-svn-ports-branches@FreeBSD.ORG Thu Jul 17 09:49:24 2014 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B66DE2AB; Thu, 17 Jul 2014 09:49:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A2B5F2381; Thu, 17 Jul 2014 09:49:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6H9nO3H072424; Thu, 17 Jul 2014 09:49:24 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6H9nOHs072423; Thu, 17 Jul 2014 09:49:24 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201407170949.s6H9nOHs072423@svn.freebsd.org> From: Rene Ladan Date: Thu, 17 Jul 2014 09:49:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r362127 - branches/2014Q3/www/chromium X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2014 09:49:24 -0000 Author: rene Date: Thu Jul 17 09:49:24 2014 New Revision: 362127 URL: http://svnweb.freebsd.org/changeset/ports/362127 QAT: https://qat.redports.org/buildarchive/r362127/ Log: MFH: r362124 Add CPE information. The vendor is "The Chromium Project" as shown on [1], Google is the vendor of the Google Chrome browser which is derived from the open source Chromium browser. [1] http://www.chromium.org/Home Approved by: portmgr (erwin) Modified: branches/2014Q3/www/chromium/Makefile Directory Properties: branches/2014Q3/ (props changed) Modified: branches/2014Q3/www/chromium/Makefile ============================================================================== --- branches/2014Q3/www/chromium/Makefile Thu Jul 17 08:57:51 2014 (r362126) +++ branches/2014Q3/www/chromium/Makefile Thu Jul 17 09:49:24 2014 (r362127) @@ -41,8 +41,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf ONLY_FOR_ARCHS= i386 amd64 -USES= bison compiler:c++11-lib desktop-file-utils pkgconfig \ +USES= bison compiler:c++11-lib cpe desktop-file-utils pkgconfig \ perl5 shebangfix ninja tar:xz +CPE_VENDOR= The Chromium Project USE_PERL5= build USE_PYTHON_BUILD= 2 USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst