svn commit: r432956 - head/astro/google-earth

Tijl Coosemans tijl at FreeBSD.org
Tue Jan 31 20:51:06 UTC 2017


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 at 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


More information about the svn-ports-all mailing list