diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-10 13:10:06 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-10 13:10:06 +0800 |
commit | dbd9bae8abe972cd5e656434a385417df2bc2723 (patch) | |
tree | 1871c5068484a0a5603aaf1e8bdc156a17086245 /astro | |
parent | fed83f592ea14b4a8592437d773b5e3e56c49b81 (diff) | |
download | freebsd-ports-gnome-dbd9bae8abe972cd5e656434a385417df2bc2723.tar.gz freebsd-ports-gnome-dbd9bae8abe972cd5e656434a385417df2bc2723.tar.zst freebsd-ports-gnome-dbd9bae8abe972cd5e656434a385417df2bc2723.zip |
fix for "user stats" function in tkseti
SETI@home has changed their cgi system a while ago. As a
result, the "user stats" function in TkSETI doesn't work
anymore.
PR: ports/50029
Submitted by: Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/tkseti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index 64df5611a596..c8f4cf3b3ab1 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkseti PORTVERSION= 3.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro tk84 MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ |