diff options
author | alex <alex@FreeBSD.org> | 2000-06-23 17:05:10 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-23 17:05:10 +0800 |
commit | a8644e68e17a195da34369db2020d8ec982f427d (patch) | |
tree | 8d510c32470ae0c43e32ca66ac0df731ef74a5e0 /astro | |
parent | cb92d40868072f56419eeae69b00ba092aad39a4 (diff) | |
download | freebsd-ports-gnome-a8644e68e17a195da34369db2020d8ec982f427d.tar.gz freebsd-ports-gnome-a8644e68e17a195da34369db2020d8ec982f427d.tar.zst freebsd-ports-gnome-a8644e68e17a195da34369db2020d8ec982f427d.zip |
New harmonics-file with new location.
PR: 19420, 19395
Submitted by: maintainer
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xtide/distinfo | 2 | ||||
-rw-r--r-- | astro/xtide/files/patch-aa | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/astro/xtide/distinfo b/astro/xtide/distinfo index dc6c4debaec6..2db6c3a0ad9d 100644 --- a/astro/xtide/distinfo +++ b/astro/xtide/distinfo @@ -1,2 +1,2 @@ MD5 (xtide-2.2.tar.gz) = a2e9ef7a0eea27de87a12efa0339ac85 -MD5 (harmonics.world.gz) = 35e94d71936ca8de60872a9784fb5883 +MD5 (harmonics.world.gz) = 207c2fdda8efe7546b5fe41b6cda0f0e diff --git a/astro/xtide/files/patch-aa b/astro/xtide/files/patch-aa index e2101ee36593..30ba0acb9726 100644 --- a/astro/xtide/files/patch-aa +++ b/astro/xtide/files/patch-aa @@ -1,5 +1,5 @@ -*** TideContext.cc.orig Mon Apr 17 16:16:02 2000 ---- TideContext.cc Mon Apr 17 16:17:00 2000 +*** TideContext.cc.orig Sun Dec 5 15:12:17 1999 +--- TideContext.cc Mon Jun 19 22:51:03 2000 *************** *** 53,59 **** } @@ -13,7 +13,7 @@ } } if (hfile_path.isNull()) -! hfile_path = "/usr/local/share/xtide/harmonics"; +! hfile_path = "/usr/X11R6/share/xtide/harmonics"; harmonicsPath = new HarmonicsPath (hfile_path); homedir = getenv ("HOME"); |