aboutsummaryrefslogtreecommitdiff
path: root/games/tomenet
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2015-04-09 11:04:34 +0000
committerFrederic Culot <culot@FreeBSD.org>2015-04-09 11:04:34 +0000
commit8bd171e0739dfa79253dbb85bda8924c7173876f (patch)
tree77016e4614bd92109ab3a5898cf546d29ef752b8 /games/tomenet
parent4b873a24ae5a772218f79e55c4976debc165c06c (diff)
downloadports-8bd171e0739dfa79253dbb85bda8924c7173876f.tar.gz
ports-8bd171e0739dfa79253dbb85bda8924c7173876f.zip
Notes
Diffstat (limited to 'games/tomenet')
-rw-r--r--games/tomenet/Makefile6
-rw-r--r--games/tomenet/distinfo4
-rw-r--r--games/tomenet/files/patch-makefile10
-rw-r--r--games/tomenet/files/pkg-message.in2
-rw-r--r--games/tomenet/pkg-descr2
-rw-r--r--games/tomenet/pkg-plist5
6 files changed, 15 insertions, 14 deletions
diff --git a/games/tomenet/Makefile b/games/tomenet/Makefile
index 6eca355d95c4..c2fc931d4ec5 100644
--- a/games/tomenet/Makefile
+++ b/games/tomenet/Makefile
@@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= tomenet
-PORTVERSION= 4.5.6
+PORTVERSION= 4.5.9
CATEGORIES= games
-MASTER_SITES= http://tomenet.net/downloads/
+MASTER_SITES= http://tomenet.eu/downloads/
MAINTAINER= culot@FreeBSD.org
COMMENT= Online multiplayer rogue-like role-playing game
@@ -19,7 +19,7 @@ MAKE_JOBS_UNSAFE= yes
SUB_FILES= pkg-message
do-install:
-.for f in tomenet tomenet.server accedit evilmeta
+.for f in tomenet tomenet.server accedit
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin
.endfor
${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/games/tomenet/distinfo b/games/tomenet/distinfo
index 802d138c0c24..8a0560ef9f84 100644
--- a/games/tomenet/distinfo
+++ b/games/tomenet/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tomenet-4.5.6.tar.bz2) = d715cc42d8d86d92d6627e80738ee02b9b16a47314113bf266bdfd12bb0aa2bb
-SIZE (tomenet-4.5.6.tar.bz2) = 2802114
+SHA256 (tomenet-4.5.9.tar.bz2) = 40ce5068e2ee10ad051241d5c44423bb74a9ef4054260ee692adeccc9b46d4c7
+SIZE (tomenet-4.5.9.tar.bz2) = 3012187
diff --git a/games/tomenet/files/patch-makefile b/games/tomenet/files/patch-makefile
index a5b86add00ee..c88ac7f509b2 100644
--- a/games/tomenet/files/patch-makefile
+++ b/games/tomenet/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2013-01-13 17:58:32.000000000 +0100
-+++ makefile 2014-02-12 10:16:43.223223949 +0100
+--- makefile.orig 2015-02-01 11:19:25.000000000 +0100
++++ makefile 2015-04-08 15:13:59.866757474 +0200
@@ -203,7 +203,7 @@
#
# This is my compiler of choice, it seems to work most everywhere
@@ -13,9 +13,9 @@
# attempt to "guess" at many of these flags based on your system.
#
## With SDL
--CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags`
+-CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32
-LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm `sdl-config --libs` -lSDL_mixer
-+#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags`
++#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32
+#LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm `sdl-config --libs` -lSDL_mixer
##
## Without SDL
@@ -27,7 +27,7 @@
-#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
-#LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm
+CFLAGS += -g -pipe -Wall -DUSE_GCU -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
-+LIBS += -lncurses -lcrypt -lm
++LIBS += -lncurses -lcrypt -lm -lexecinfo
## Added by thaler, 6/28/97
diff --git a/games/tomenet/files/pkg-message.in b/games/tomenet/files/pkg-message.in
index 27e186b5bda9..fb026bf8d7bb 100644
--- a/games/tomenet/files/pkg-message.in
+++ b/games/tomenet/files/pkg-message.in
@@ -13,6 +13,6 @@ If installed, extensive documentation can be found in
otherwise the guide is available online at:
-http://www.tomenet.net/guide.php
+http://www.tomenet.eu/guide.php
========================================================================
diff --git a/games/tomenet/pkg-descr b/games/tomenet/pkg-descr
index f1f01579091b..6bf302504d97 100644
--- a/games/tomenet/pkg-descr
+++ b/games/tomenet/pkg-descr
@@ -4,4 +4,4 @@ TomeNET loosely bases on the stories of J.R.R. Tolkien mainly
"The Lord Of The Rings", hence the name "the Troubles of Middle
Earth" or alternatively "the Tales of Middle Earth".
-WWW: http://tomenet.net/
+WWW: http://tomenet.eu/
diff --git a/games/tomenet/pkg-plist b/games/tomenet/pkg-plist
index 0a94eff0601b..6cd05c809005 100644
--- a/games/tomenet/pkg-plist
+++ b/games/tomenet/pkg-plist
@@ -1,5 +1,4 @@
bin/accedit
-bin/evilmeta
bin/tomenet
bin/tomenet.server
%%ETCDIR%%/tomenetrc
@@ -7,7 +6,7 @@ bin/tomenet.server
%%DATADIR%%/lib/config/nonswearing.txt
%%DATADIR%%/lib/config/swearing.txt
%%DATADIR%%/lib/config/tomenet.cfg
-%%DATADIR%%/lib/data/tomenet.log
+%%DATADIR%%/lib/data/delete.me
%%DATADIR%%/lib/game/a_info.txt
%%DATADIR%%/lib/game/ba_info.txt
%%DATADIR%%/lib/game/d_info.txt
@@ -15,6 +14,7 @@ bin/tomenet.server
%%DATADIR%%/lib/game/f_info.txt
%%DATADIR%%/lib/game/k_info.txt
%%DATADIR%%/lib/game/ow_info.txt
+%%DATADIR%%/lib/game/q_info.txt
%%DATADIR%%/lib/game/r_info.txt
%%DATADIR%%/lib/game/re_info.txt
%%DATADIR%%/lib/game/renumber.pl
@@ -34,6 +34,7 @@ bin/tomenet.server
%%DATADIR%%/lib/game/t_nargothrond.txt
%%DATADIR%%/lib/game/t_pref.txt
%%DATADIR%%/lib/game/t_valinor.txt
+%%DATADIR%%/lib/game/tq_testcastle.txt
%%DATADIR%%/lib/game/tr_info.txt
%%DATADIR%%/lib/game/v_info.txt
%%DATADIR%%/lib/save/delete.me