From owner-svn-ports-head@FreeBSD.ORG Sat Jul 26 17:45:51 2014 Return-Path: Delivered-To: svn-ports-head@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 2D295702; Sat, 26 Jul 2014 17:45:51 +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 19C652078; Sat, 26 Jul 2014 17:45:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6QHjo5l038399; Sat, 26 Jul 2014 17:45:50 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6QHjo6L038398; Sat, 26 Jul 2014 17:45:50 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201407261745.s6QHjo6L038398@svn.freebsd.org> From: Rene Ladan Date: Sat, 26 Jul 2014 17:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362980 - head/www/chromium X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2014 17:45:51 -0000 Author: rene Date: Sat Jul 26 17:45:50 2014 New Revision: 362980 URL: http://svnweb.freebsd.org/changeset/ports/362980 QAT: https://qat.redports.org/buildarchive/r362980/ Log: Use correct CPE information, verified against the official CPE dictionary. Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Sat Jul 26 17:43:59 2014 (r362979) +++ head/www/chromium/Makefile Sat Jul 26 17:45:50 2014 (r362980) @@ -45,7 +45,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/l ONLY_FOR_ARCHS= i386 amd64 USES= bison compiler:c++11-lib cpe desktop-file-utils pkgconfig \ perl5 shebangfix ninja tar:xz -CPE_VENDOR= The Chromium Project +CPE_VENDOR= google +CPE_PRODUCT= chrome USE_PERL5= build USE_PYTHON_BUILD= 2 USE_XORG= scrnsaverproto x11 xproto xscrnsaver xtst