From fef897f055e90c521306fd739399d2a33f87e02d Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 20 Nov 1999 21:45:57 +0000 Subject: Update to version 1.46 Submitted by: Frank Mayhar --- astro/tkseti/Makefile | 2 +- astro/tkseti/distinfo | 2 +- astro/tkseti/files/patch-aa | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index 94dc3f153c4f..b5c5cb766148 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= tkseti-1.42 +DISTNAME= tkseti-1.46 CATEGORIES= astro tk80 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ diff --git a/astro/tkseti/distinfo b/astro/tkseti/distinfo index 5d251dfa03d2..db9c31481dd7 100644 --- a/astro/tkseti/distinfo +++ b/astro/tkseti/distinfo @@ -1 +1 @@ -MD5 (tkseti-1.42.tar.gz) = af2531c5516275036be7f4b25be2df8a +MD5 (tkseti-1.46.tar.gz) = 3819c809430878bcae0645efdd6c0ff3 diff --git a/astro/tkseti/files/patch-aa b/astro/tkseti/files/patch-aa index 38cf7b5be04f..f8218da2f32e 100644 --- a/astro/tkseti/files/patch-aa +++ b/astro/tkseti/files/patch-aa @@ -1,5 +1,5 @@ ---- tkseti Wed Jun 30 17:43:09 1999 -+++ tkseti Wed Jun 30 17:43:19 1999 +--- tkseti.orig Sun Oct 31 10:12:05 1999 ++++ tkseti Thu Nov 18 18:48:20 1999 @@ -1,6 +1,6 @@ #!/bin/sh # the next line restarts using wish \ @@ -8,7 +8,7 @@ ############################################################################# # Visual Tcl v1.20 Project # -@@ -160,11 +160,11 @@ +@@ -181,11 +181,11 @@ TkSETI can be started if the client is already running, or it can start the client manually or automatically for you. This is explained in the Setup section that follows. @@ -25,16 +25,16 @@ tkseti ~/setiathome -@@ -494,7 +494,7 @@ - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - } - -- set seti(usage) " TkSETI version $seti(tksetiVersion) by Rick Macdonald \n\nYou are running [info nameofexecutable] patchlevel [info patchlevel].\n\nUsage: tkseti \[--help\] \[user_setiathome_directory\]\n user_setiathome_directory defaults to ~/setiathome" -+ set seti(usage) " TkSETI version $seti(tksetiVersion) by Rick Macdonald \n\nYou are running [info nameofexecutable] patchlevel [info patchlevel].\n\nUsage: tkseti \[--help\] \[user_setiathome_directory\]\n user_setiathome_directory defaults to /var/db/setiathome" +@@ -554,7 +554,7 @@ + if {[catch {info nameofexecutable} nameofexecutable]} { + set nameofexecutable wish + } +- set seti(usage) " TkSETI version $seti(tksetiVersion) by Rick Macdonald \n\nYou are running $nameofexecutable patchlevel [info patchlevel].\n\nUsage: tkseti \[--help\] \[user_setiathome_directory\]\n user_setiathome_directory defaults to ~/setiathome" ++ set seti(usage) " TkSETI version $seti(tksetiVersion) by Rick Macdonald \n\nYou are running $nameofexecutable patchlevel [info patchlevel].\n\nUsage: tkseti \[--help\] \[user_setiathome_directory\]\n user_setiathome_directory defaults to /var/db/setiathome" if {[lsearch $argv "--help"] >= 0} { puts \n$seti(usage) -@@ -509,7 +509,7 @@ +@@ -569,7 +569,7 @@ option add *highlightBackground grey85 user if {$argc == 0} { -- cgit