diff options
author | tg <tg@FreeBSD.org> | 1997-11-12 17:57:18 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-11-12 17:57:18 +0800 |
commit | 662ae6cba1a2fe6fb1aeb3c656e2bede9faa0eec (patch) | |
tree | 6f6307b380370759488177f05b891347617fb22f /games | |
parent | 81139eb64727049e08280839507cff161c7e2d3a (diff) | |
download | freebsd-ports-gnome-662ae6cba1a2fe6fb1aeb3c656e2bede9faa0eec.tar.gz freebsd-ports-gnome-662ae6cba1a2fe6fb1aeb3c656e2bede9faa0eec.tar.zst freebsd-ports-gnome-662ae6cba1a2fe6fb1aeb3c656e2bede9faa0eec.zip |
Upgrade to 1.11.
Diffstat (limited to 'games')
-rw-r--r-- | games/xkobo/Makefile | 6 | ||||
-rw-r--r-- | games/xkobo/distinfo | 2 | ||||
-rw-r--r-- | games/xkobo/files/patch-aa | 12 |
3 files changed, 10 insertions, 10 deletions
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index b803f7c80404..677092833771 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xkobo -# Version required: 1.9 +# Version required: 1.11 # Date created: 18 Jul 1995 # Whom: jkh # -# $Id: Makefile,v 1.8 1997/01/06 12:06:44 jkh Exp $ +# $Id: Makefile,v 1.9 1997/07/02 07:54:05 tg Exp $ # -DISTNAME= xkobo-1.9 +DISTNAME= xkobo-1.11 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.uoknor.edu/mirrors/X/contrib/games/ diff --git a/games/xkobo/distinfo b/games/xkobo/distinfo index 0ef74f9a88c9..86a4c08b5d28 100644 --- a/games/xkobo/distinfo +++ b/games/xkobo/distinfo @@ -1 +1 @@ -MD5 (xkobo-1.9.tar.gz) = ca8e9cdddc45caa16cbe00607a4988fd +MD5 (xkobo-1.11.tar.gz) = b350678e49ad1a319a73d3e23ba5ec06 diff --git a/games/xkobo/files/patch-aa b/games/xkobo/files/patch-aa index 268648f3bc44..621b23d399ce 100644 --- a/games/xkobo/files/patch-aa +++ b/games/xkobo/files/patch-aa @@ -1,11 +1,11 @@ ---- Imakefile.orig Wed Nov 29 16:27:49 1995 -+++ Imakefile Mon Feb 12 13:55:44 1996 +--- Imakefile.orig Fri Jan 10 03:29:36 1997 ++++ Imakefile Wed Nov 12 10:55:46 1997 @@ -6,7 +6,7 @@ - SHIPS = 7 + SHIPS = 5 - ##### RECORDS + /* RECORDS */ -HSCORE_DIR = /usr/local/games/xkobo-scores +HSCORE_DIR = $(LIBDIR)/xkobo-scores - ##### C++ COMPILER - #CXX = g++ + /* C++ COMPILER */ + /* CXX = g++ */ |