summaryrefslogtreecommitdiff
path: root/games/wolfpack
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-06-22 14:38:46 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-06-22 14:38:46 +0000
commit6bb8682ad6ff29144bf56f400485b7cc1ecb2ca0 (patch)
tree986b6714ab9096c9705c24622f90f022e11c02f7 /games/wolfpack
parentAdd a forgotten directory to PLIST. (diff)
Update port to 4.2.7
PR: 19440 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=29781
Diffstat (limited to 'games/wolfpack')
-rw-r--r--games/wolfpack/Makefile2
-rw-r--r--games/wolfpack/distinfo2
-rw-r--r--games/wolfpack/files/patch-ab2
3 files changed, 3 insertions, 3 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile
index 29e2be6d2294..5f58db2c255e 100644
--- a/games/wolfpack/Makefile
+++ b/games/wolfpack/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= wolfpack
-PORTVERSION= 4.2.6
+PORTVERSION= 4.2.7
CATEGORIES= games
MASTER_SITES= ftp://empire.idlpaper.com/pub/empire/server/
DISTNAME= empire${PORTVERSION}
diff --git a/games/wolfpack/distinfo b/games/wolfpack/distinfo
index 54dff27d1899..ed09c495861f 100644
--- a/games/wolfpack/distinfo
+++ b/games/wolfpack/distinfo
@@ -1 +1 @@
-MD5 (empire4.2.6.tar.gz) = 16d6c12830cfa9c58b6d6a9fd126e228
+MD5 (empire4.2.7.tar.gz) = 4e2643137a6635876ae064e1201b48ab
diff --git a/games/wolfpack/files/patch-ab b/games/wolfpack/files/patch-ab
index 66a2e7664ff1..ecd4e0c1a684 100644
--- a/games/wolfpack/files/patch-ab
+++ b/games/wolfpack/files/patch-ab
@@ -5,7 +5,7 @@ diff -u -r ./include/misc.h ../emp4.patched/include/misc.h
extern char *calloc();
#endif
#else
--#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux)
+-#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(FBSD)
+#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(__FreeBSD__)
extern char *malloc();
extern char *calloc();