Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2017 20:51:04 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432956 - head/astro/google-earth
Message-ID:  <201701312051.v0VKp4Pw071360@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Jan 31 20:51:04 2017
New Revision: 432956
URL: https://svnweb.freebsd.org/changeset/ports/432956

Log:
  Add 64 bit support.
  
  PR:		216573

Modified:
  head/astro/google-earth/Makefile
  head/astro/google-earth/distinfo

Modified: head/astro/google-earth/Makefile
==============================================================================
--- head/astro/google-earth/Makefile	Tue Jan 31 20:48:13 2017	(r432955)
+++ head/astro/google-earth/Makefile	Tue Jan 31 20:51:04 2017	(r432956)
@@ -2,10 +2,12 @@
 
 PORTNAME=	google-earth
 PORTVERSION=	7.1.7.2606
+PORTREVISION=	1
 PORTEPOCH=	3
 CATEGORIES=	astro deskutils geography
 MASTER_SITES=	https://dl.google.com/dl/earth/client/current/
-DISTFILES=	google-earth-stable_current_i386.rpm
+DISTFILES_amd64=google-earth-stable_current_x86_64.rpm
+DISTFILES_i386=	google-earth-stable_current_i386.rpm
 DIST_SUBDIR=	${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org

Modified: head/astro/google-earth/distinfo
==============================================================================
--- head/astro/google-earth/distinfo	Tue Jan 31 20:48:13 2017	(r432955)
+++ head/astro/google-earth/distinfo	Tue Jan 31 20:51:04 2017	(r432956)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1478259823
+TIMESTAMP = 1485895464
 SHA256 (google-earth/7.1.7.2606/google-earth-stable_current_i386.rpm) = 0e8d1af7008ef1df0d40561a329b3ea7ccad0c5ca7dd647968f623769b56dd86
 SIZE (google-earth/7.1.7.2606/google-earth-stable_current_i386.rpm) = 59902359
+SHA256 (google-earth/7.1.7.2606/google-earth-stable_current_x86_64.rpm) = 18206397baa74f729eb7e8ca65f75cd6c40343cce37a5e623cd7dba1a3835cfd
+SIZE (google-earth/7.1.7.2606/google-earth-stable_current_x86_64.rpm) = 61599864



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701312051.v0VKp4Pw071360>