diff options
author | nox <nox@FreeBSD.org> | 2012-02-01 06:14:51 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2012-02-01 06:14:51 +0800 |
commit | 59c6f88d75f2f2f17519b1d604085a2712a109da (patch) | |
tree | db5c88cff0ed6e3cf9b7f95f9d73d2deaccd3c80 /astro/google-earth/Makefile | |
parent | d8b7b12b935de27c4ac427e169e82c16f1eae762 (diff) | |
download | freebsd-ports-gnome-59c6f88d75f2f2f17519b1d604085a2712a109da.tar.gz freebsd-ports-gnome-59c6f88d75f2f2f17519b1d604085a2712a109da.tar.zst freebsd-ports-gnome-59c6f88d75f2f2f17519b1d604085a2712a109da.zip |
- The old version is 5.2.1.1588 actually (have I really used the wrong
version or have google changed it?) [1]
But this version also crashes on 9.x/amd64:
http://people.freebsd.org/~nox/tmp/google-earth-5.2.1.1588/9-nvidia-amd64/crashlog-4f286531.txt
- Bump PORTEPOCH once more. :(
Submitted by: pointyhat via pav
Diffstat (limited to 'astro/google-earth/Makefile')
-rw-r--r-- | astro/google-earth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index c94a2d3afe70..671034e20910 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -6,8 +6,8 @@ # PORTNAME= google-earth -PORTVERSION= 6.0.3.2197 -PORTEPOCH= 2 +PORTVERSION= 5.2.1.1588 +PORTEPOCH= 3 CATEGORIES= astro deskutils geography MASTER_SITES= http://dl.google.com/earth/client/advanced/previous/:previous \ http://dl.google.com/earth/client/current/:current |