From owner-svn-ports-all@freebsd.org Fri Jan 29 09:02:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 88608A70ADE; Fri, 29 Jan 2016 09:02:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 415341A63; Fri, 29 Jan 2016 09:02:58 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0T92vLS031008; Fri, 29 Jan 2016 09:02:57 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0T92vWU031005; Fri, 29 Jan 2016 09:02:57 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201601290902.u0T92vWU031005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 29 Jan 2016 09:02:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r407460 - in branches/2016Q1/www/chromium: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2016 09:02:58 -0000 Author: rene Date: Fri Jan 29 09:02:56 2016 New Revision: 407460 URL: https://svnweb.freebsd.org/changeset/ports/407460 Log: MFH: r407459 www/chromium: update to 48.0.2564.97 [1] While here, fix startup script [2] PR: 204644 [2] Submitted by: Christoph Moench-Tegeder via Github [1] Submitted by: Anthony Eadicicco [2] Approved by: portmgr (erwin) Modified: branches/2016Q1/www/chromium/Makefile branches/2016Q1/www/chromium/distinfo branches/2016Q1/www/chromium/files/chrome.in Directory Properties: branches/2016Q1/ (props changed) Modified: branches/2016Q1/www/chromium/Makefile ============================================================================== --- branches/2016Q1/www/chromium/Makefile Fri Jan 29 08:13:57 2016 (r407459) +++ branches/2016Q1/www/chromium/Makefile Fri Jan 29 09:02:56 2016 (r407460) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chromium -PORTVERSION= 48.0.2564.82 +PORTVERSION= 48.0.2564.97 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # default, but needed to get distinfo correct if TEST is on Modified: branches/2016Q1/www/chromium/distinfo ============================================================================== --- branches/2016Q1/www/chromium/distinfo Fri Jan 29 08:13:57 2016 (r407459) +++ branches/2016Q1/www/chromium/distinfo Fri Jan 29 09:02:56 2016 (r407460) @@ -1,4 +1,4 @@ -SHA256 (chromium-48.0.2564.82.tar.xz) = cda64bf427d01bae7d45863812edcd7fa43176238ec07c7752e42afd3e1714fd -SIZE (chromium-48.0.2564.82.tar.xz) = 432281684 -SHA256 (chromium-48.0.2564.82-testdata.tar.xz) = 122e42beb5b4ec694649370616d04b4d94301090f80c9f06b8c8950bb1a4d479 -SIZE (chromium-48.0.2564.82-testdata.tar.xz) = 117232108 +SHA256 (chromium-48.0.2564.97.tar.xz) = 7734b81a329ba9a1588a9dfb12a227b24cc227ef59bcda8aff51524c3fb252db +SIZE (chromium-48.0.2564.97.tar.xz) = 432337592 +SHA256 (chromium-48.0.2564.97-testdata.tar.xz) = b9ae290549e15affa7a0ab2c57ee6a2f19eb58fdcd7ad1f10d0416f34bfcd6fe +SIZE (chromium-48.0.2564.97-testdata.tar.xz) = 117230856 Modified: branches/2016Q1/www/chromium/files/chrome.in ============================================================================== --- branches/2016Q1/www/chromium/files/chrome.in Fri Jan 29 08:13:57 2016 (r407459) +++ branches/2016Q1/www/chromium/files/chrome.in Fri Jan 29 09:02:56 2016 (r407460) @@ -16,4 +16,4 @@ EOMSG exit 1 fi ulimit -c 0 -exec %%PREFIX%%/share/chromium/chrome $* +exec %%PREFIX%%/share/chromium/chrome ${1+"$@"}