Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jul 2014 17:45:50 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362980 - head/www/chromium
Message-ID:  <201407261745.s6QHjo6L038398@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407261745.s6QHjo6L038398>