svn commit: r319796 - head/www/chromium

Rene Ladan rene at FreeBSD.org
Mon Jun 3 17:55:12 UTC 2013


Author: rene
Date: Mon Jun  3 17:55:12 2013
New Revision: 319796
URL: http://svnweb.freebsd.org/changeset/ports/319796

Log:
  Use the FreeBSD API key, this enables webservices like e.g. Google Sync and
  Geolocation.
  
  Note that the key is for FreeBSD use ONLY.
  
  Submitted by:	George Liaskos
  Approved by:	Pawel Hajdan <phajdan at google.com>

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Mon Jun  3 16:53:08 2013	(r319795)
+++ head/www/chromium/Makefile	Mon Jun  3 17:55:12 2013	(r319796)
@@ -4,6 +4,7 @@
 PORTNAME=	chromium
 DISTVERSIONPREFIX=	courgette-redacted-
 DISTVERSION=	27.0.1453.93
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://download.goodking.org/downloads/ \
 		ftp://rene-ladan.nl/pub/distfiles/ \
@@ -75,6 +76,14 @@ GYP_DEFINES+=	use_cups=1 \
 		prefix_dir=${LOCALBASE} \
 		python_ver=${PYTHON_VER}
 
+# FreeBSD Chromium Api Key
+# Set up Google API keys, see http://www.chromium.org/developers/how-tos/api-keys .
+# Note: these are for FreeBSD use ONLY. For your own distribution,
+# please get your own set of keys.
+GYP_DEFINES+=	google_api_key=AIzaSyBsp9n41JLW8jCokwn7vhoaMejDFRd1mp8 \
+		google_default_client_id=996322985003.apps.googleusercontent.com \
+		google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn
+
 SUB_FILES=	chromium-browser.desktop
 SUB_LIST=	COMMENT="${COMMENT}" \
 		DATADIR=${DATADIR}


More information about the svn-ports-head mailing list