svn commit: r362127 - branches/2014Q3/www/chromium

Rene Ladan rene at FreeBSD.org
Thu Jul 17 09:49:24 UTC 2014


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


More information about the svn-ports-branches mailing list