summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-02-27 20:39:48 +0000
committerpat <pat@FreeBSD.org>2002-02-27 20:39:48 +0000
commit8cab545b61588eaeef954aef50afe77a9f010ddc (patch)
tree0e808de44d5cf17c09250fb4d50cfa4a95ad2171 /games
parentfed628ebb19d515714b51f1e81526c4fe2e7aca6 (diff)
downloadFreeBSD-ports-8cab545b61588eaeef954aef50afe77a9f010ddc.zip
FreeBSD-ports-8cab545b61588eaeef954aef50afe77a9f010ddc.tar.gz
Update to 4.2.10
PR: 35380 Submitted by: maintainer
Diffstat (limited to 'games')
-rw-r--r--games/wolfpack/Makefile4
-rw-r--r--games/wolfpack/distinfo2
-rw-r--r--games/wolfpack/files/patch-ag36
-rw-r--r--games/wolfpack/pkg-descr2
-rw-r--r--games/wolfpack/pkg-plist1
5 files changed, 5 insertions, 40 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile
index 37f0e3a..c97fd67 100644
--- a/games/wolfpack/Makefile
+++ b/games/wolfpack/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= wolfpack
-PORTVERSION= 4.2.8
+PORTVERSION= 4.2.10
CATEGORIES= games
-MASTER_SITES= ftp://ftp.empire.cx/pub/empire/server/oldversions/
+MASTER_SITES= http://www.empire.cx/Downloads/server/
DISTNAME= empire${PORTVERSION}
MAINTAINER= darius@dons.net.au
diff --git a/games/wolfpack/distinfo b/games/wolfpack/distinfo
index 446576f..327c2e5 100644
--- a/games/wolfpack/distinfo
+++ b/games/wolfpack/distinfo
@@ -1 +1 @@
-MD5 (empire4.2.8.tar.gz) = d14b90dc8a7f11ebac202796b5798db9
+MD5 (empire4.2.10.tar.gz) = 0189e8b9fa1909d6df618af4ca9a4e01
diff --git a/games/wolfpack/files/patch-ag b/games/wolfpack/files/patch-ag
deleted file mode 100644
index cd9d5d6..0000000
--- a/games/wolfpack/files/patch-ag
+++ /dev/null
@@ -1,36 +0,0 @@
---- src/lib/commands/mfir.c.orig Sat Mar 11 15:36:42 2000
-+++ src/lib/commands/mfir.c Sat Dec 16 22:45:46 2000
-@@ -522,6 +522,7 @@
- }
- }
- */
-+ /* Now check treaties, based on the target */
- switch (target) {
- case targ_ship:
- if (!trechk(player->cnum, vict, SEAFIR))
-@@ -531,9 +532,13 @@
- if (!trechk(player->cnum, vict, SUBFIR))
- continue;
- break;
-- default:
-+ case targ_unit:
-+ case targ_land:
- if (!trechk(player->cnum, vict, LANFIR))
- continue;
-+ break;
-+ default:
-+ break;
- }
-
- if (opt_SLOW_WAR) {
-@@ -614,6 +619,10 @@
-
- break ;
- }
-+ /* Ok, now, check if we had a bogus target. If so,
-+ just continue on, since there is no defender. */
-+ if (target == targ_bogus)
-+ continue;
- if (attacker == targ_unit){
- attacker = targ_land;
- getsect(fland.lnd_x,fland.lnd_y,&fsect);
diff --git a/games/wolfpack/pkg-descr b/games/wolfpack/pkg-descr
index f92e84fc..5ca4e39 100644
--- a/games/wolfpack/pkg-descr
+++ b/games/wolfpack/pkg-descr
@@ -1,4 +1,4 @@
Wolfpack Empire is a game designed for 2 to 100 people. Games can last from 24
hours to 1 year. Very complex and highly addictive, beware!
-WWW: http://empire.idlpaper.com/
+WWW: http://www.expire.cx/
diff --git a/games/wolfpack/pkg-plist b/games/wolfpack/pkg-plist
index fe398e2..2960caf 100644
--- a/games/wolfpack/pkg-plist
+++ b/games/wolfpack/pkg-plist
@@ -226,6 +226,7 @@ wolfpack/info.nr/origin
wolfpack/info.nr/paradrop
wolfpack/info.nr/path
wolfpack/info.nr/payoff
+wolfpack/info.nr/pboard
wolfpack/info.nr/pdump
wolfpack/info.nr/plane
wolfpack/info.nr/players
OpenPOWER on IntegriCloud