summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-26 21:33:32 +0000
committerfrueauf <frueauf>1998-12-26 21:33:32 +0000
commit276777032978a0bd1cb3a16ba1d8e6a35ea188b5 (patch)
tree216faa32b379281d2765603debb02b686dee6f71 /games
parente89612d6beacb883f9f6e03ffcd1f585f20aac0e (diff)
downloadpkgsrc-276777032978a0bd1cb3a16ba1d8e6a35ea188b5.tar.gz
Update freeciv to 1.7.2.
This version contains numerous bug fixes and some new features, all in all to much to list here.
Diffstat (limited to 'games')
-rw-r--r--games/freeciv/Makefile12
-rw-r--r--games/freeciv/files/md54
-rw-r--r--games/freeciv/patches/patch-aa20
3 files changed, 20 insertions, 16 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index b7db8f97713..bd347f48561 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.5 1998/08/20 15:16:54 tsarna Exp $
+# $NetBSD: Makefile,v 1.6 1998/12/26 21:33:32 frueauf Exp $
#
-DISTNAME= freeciv-1.6.6
+DISTNAME= freeciv-1.7.2
CATEGORIES= games x11
-MASTER_SITES= ftp://freeciv.ultraviolet.org/pub/freeciv/
+MASTER_SITES= ftp://www.freeciv.org/pub/freeciv/
MAINTAINER= root@garbled.net
-HOMEPAGE= http://freeciv.ultraviolet.org/index.html
+HOMEPAGE= http://www.freeciv.org/index.html
-DEPENDS= xpm-3.4k:../../graphics/xpm
+DEPENDS+= xpm-3.4k:../../graphics/xpm
-CONFLICTS= freeciv-1.6.3 freeciv-1.6.5
+CONFLICTS= freeciv-1.6.3 freeciv-1.6.5 freeciv-1.6.6
USE_IMAKE= YES
NO_INSTALL_MANPAGES= YES
diff --git a/games/freeciv/files/md5 b/games/freeciv/files/md5
index a70e5e559c4..38c7fbec665 100644
--- a/games/freeciv/files/md5
+++ b/games/freeciv/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.4 1998/08/07 13:21:32 agc Exp $
+$NetBSD: md5,v 1.5 1998/12/26 21:33:32 frueauf Exp $
-MD5 (freeciv-1.6.6.tar.gz) = b0b8205e4da257c69fce0a666839928f
+MD5 (freeciv-1.7.2.tar.gz) = 2058dd135c5eaa4f9a83e0ab6f228d03
diff --git a/games/freeciv/patches/patch-aa b/games/freeciv/patches/patch-aa
index 18dd42be104..17d44a6a8d2 100644
--- a/games/freeciv/patches/patch-aa
+++ b/games/freeciv/patches/patch-aa
@@ -1,9 +1,13 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:40 agc Exp $
+$NetBSD: patch-aa,v 1.3 1998/12/26 21:33:33 frueauf Exp $
---- client/climisc.c.orig Thu Jun 11 22:16:11 1998
-+++ client/climisc.c Thu Jun 11 22:16:56 1998
-@@ -46,3 +46,3 @@
- } else {
-- datadir = "data"; /* correct if not 'data' is the default */
-+ datadir = "@X11BASE@/share/freeciv/data"; /* correct if not 'data' is the default */
- };
+--- client/climisc.c.orig Thu Dec 3 11:48:49 1998
++++ client/climisc.c Sat Dec 26 22:10:54 1998
+@@ -33,7 +33,7 @@
+ #include <chatline.h>
+
+ #ifndef FREECIV_DATADIR
+-#define FREECIV_DATADIR "data"
++#define FREECIV_DATADIR "@X11BASE@/share/freeciv/data"
+ #endif
+
+