From owner-svn-ports-all@freebsd.org Sat Jan 9 15:07:16 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 282DDA680A1; Sat, 9 Jan 2016 15:07:16 +0000 (UTC) (envelope-from sbruno@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 E98F5117D; Sat, 9 Jan 2016 15:07:15 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u09F7E6o012037; Sat, 9 Jan 2016 15:07:14 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u09F7EiC012036; Sat, 9 Jan 2016 15:07:14 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201601091507.u09F7EiC012036@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Sat, 9 Jan 2016 15:07:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405637 - head/astro/google-earth X-SVN-Group: ports-head 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: Sat, 09 Jan 2016 15:07:16 -0000 Author: sbruno Date: Sat Jan 9 15:07:14 2016 New Revision: 405637 URL: https://svnweb.freebsd.org/changeset/ports/405637 Log: Add linux-c6-nss as a dependency. PR: 202640 Submitted by: Johannes Meixner Modified: head/astro/google-earth/Makefile Modified: head/astro/google-earth/Makefile ============================================================================== --- head/astro/google-earth/Makefile Sat Jan 9 15:01:24 2016 (r405636) +++ head/astro/google-earth/Makefile Sat Jan 9 15:07:14 2016 (r405637) @@ -2,7 +2,7 @@ PORTNAME= google-earth PORTVERSION= 6.0.3.2197 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 3 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \ @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER OPTIONS_DEFINE= NVIDIA USE_LINUX= yes -USE_LINUX_APPS= xorglibs curl +USE_LINUX_APPS= xorglibs curl nss USES= perl5 shared-mime-info desktop-file-utils USE_PERL5= patch build