diff options
author | andreas <andreas@FreeBSD.org> | 1997-09-24 03:04:33 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-09-24 03:04:33 +0800 |
commit | b2ce95509dd633e5c296ee4913df6cf70416564c (patch) | |
tree | 76b5da3b682d372f74b647dc1f9beecafe6eda69 /games/cgoban | |
parent | c518101025f8b1a3cd117d3cb129660a05b44baa (diff) | |
download | freebsd-ports-graphics-b2ce95509dd633e5c296ee4913df6cf70416564c.tar.gz freebsd-ports-graphics-b2ce95509dd633e5c296ee4913df6cf70416564c.tar.zst freebsd-ports-graphics-b2ce95509dd633e5c296ee4913df6cf70416564c.zip |
making my first steps in go I noticed, there is a new client available.
update from 1.8.0 to 1.8.2
Diffstat (limited to 'games/cgoban')
-rw-r--r-- | games/cgoban/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 3c20308af4d..06530bc6241 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -3,10 +3,10 @@ # Date created: 28 October 1996 # Whom: simonm@dcs.gla.ac.uk # -# $Id: Makefile,v 1.3 1997/06/03 18:48:25 max Exp $ +# $Id: Makefile,v 1.4 1997/08/01 13:13:07 tg Exp $ # -DISTNAME= cgoban-1.8.0 +DISTNAME= cgoban-1.8.2 CATEGORIES= games MASTER_SITES= ftp://igs.nuri.net/Go/clients/ |