From owner-svn-ports-head@FreeBSD.ORG Wed Jun 11 13:21:22 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 D932913C; Wed, 11 Jun 2014 13:21:22 +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 AC7FF26E8; Wed, 11 Jun 2014 13:21:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5BDLMEl074535; Wed, 11 Jun 2014 13:21:22 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5BDLMUB074533; Wed, 11 Jun 2014 13:21:22 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201406111321.s5BDLMUB074533@svn.freebsd.org> From: Rene Ladan Date: Wed, 11 Jun 2014 13:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357475 - 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: Wed, 11 Jun 2014 13:21:22 -0000 Author: rene Date: Wed Jun 11 13:21:21 2014 New Revision: 357475 URL: http://svnweb.freebsd.org/changeset/ports/357475 QAT: https://qat.redports.org/buildarchive/r357475/ Log: www/chromium: update to 35.0.1916.153 - Add dependency on libdrm, which is now required by the configure phase - upstream GYP_GENERATOR now defaults to "ninja" on FreeBSD MFH: 2014Q2 Security: http://vuxml.freebsd.org/freebsd/0b0fb9b0-f0fb-11e3-9bcd-000c6e25e3e9.html Modified: head/www/chromium/Makefile head/www/chromium/distinfo Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Wed Jun 11 13:06:08 2014 (r357474) +++ head/www/chromium/Makefile Wed Jun 11 13:21:21 2014 (r357475) @@ -4,7 +4,7 @@ #TODO eadler: s/python/python2/g on a number of files, chromium does not build with python3 PORTNAME= chromium -PORTVERSION= 35.0.1916.114 +PORTVERSION= 35.0.1916.153 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -33,7 +33,8 @@ LIB_DEPENDS= libcairo.so:${PORTSDIR}/gra libcups.so:${PORTSDIR}/print/cups-client \ libevent-1.4.so:${PORTSDIR}/devel/libevent \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libpci.so:${PORTSDIR}/devel/libpci + libpci.so:${PORTSDIR}/devel/libpci \ + libdrm.so:${PORTSDIR}/graphics/libdrm RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \ ${LOCALBASE}/lib/X11/fonts/Droid/fonts.dir:${PORTSDIR}/x11-fonts/droid-fonts-ttf @@ -140,7 +141,6 @@ GYP_DEFINES+= buildtype=Official CONFIGURE_ENV+= CC="${CC}" \ CXX="${CXX}" \ - GYP_GENERATORS=ninja \ GYP_DEFINES="${GYP_DEFINES}" MAKE_ENV+= BUILDTYPE=${BUILDTYPE} \ GPERF="${LOCALBASE}/bin/gperf" Modified: head/www/chromium/distinfo ============================================================================== --- head/www/chromium/distinfo Wed Jun 11 13:06:08 2014 (r357474) +++ head/www/chromium/distinfo Wed Jun 11 13:21:21 2014 (r357475) @@ -1,4 +1,4 @@ -SHA256 (chromium-35.0.1916.114.tar.xz) = 566fcdc05d53c551d142ac9742ef69ba7c6d5a450d8ec41c0efd4fc8249f77af -SIZE (chromium-35.0.1916.114.tar.xz) = 206243256 -SHA256 (chromium-35.0.1916.114-testdata.tar.xz) = 122977c93e1d211abfe92af2ccad359af83de277e89c89d1259928f0b1a04ea1 -SIZE (chromium-35.0.1916.114-testdata.tar.xz) = 109106164 +SHA256 (chromium-35.0.1916.153.tar.xz) = 280ceb4307ba334918aacd1c5672e6ce6538bf229f90415245ede5b569e5e70e +SIZE (chromium-35.0.1916.153.tar.xz) = 206225052 +SHA256 (chromium-35.0.1916.153-testdata.tar.xz) = b3b977312a7a57f53cd8a02ab59480509ab39ea66130855da16438de888d92f4 +SIZE (chromium-35.0.1916.153-testdata.tar.xz) = 109105000