aboutsummaryrefslogtreecommitdiff
path: root/games/heretic
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-10-05 16:14:05 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-10-05 16:14:05 +0000
commitc53e455454dd1505e1259093f546eedc371a4b88 (patch)
treefb5a68684ed5a9a992205de8403af15f4740c920 /games/heretic
parentec08f711e158f3fa1dc625cf4070d8c629f7d13f (diff)
update to 1.2
Notes
Notes: svn path=/head/; revision=144306
Diffstat (limited to 'games/heretic')
-rw-r--r--games/heretic/Makefile5
-rw-r--r--games/heretic/distinfo4
-rw-r--r--games/heretic/files/patch-doomtype.h13
3 files changed, 18 insertions, 4 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile
index 8e7fd3222454..3e5c2403be89 100644
--- a/games/heretic/Makefile
+++ b/games/heretic/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= heretic
-PORTVERSION= 1.1
-PORTREVISION= 2
+PORTVERSION= 1.2
+PORTREVISION= 0
CATEGORIES= games
MASTER_SITES= http://heretic.linuxgames.com/heretic/src/:source \
http://heretic.linuxgames.com/wad/:wad
@@ -59,6 +59,7 @@ post-extract:
@${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/heretic_share.wad.gz \
> ${WRKSRC}/heretic_share.wad
.endif
+ @${FIND} ${WRKSRC} -name .depend -type f -delete
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${PREFIX}/bin/heretic
diff --git a/games/heretic/distinfo b/games/heretic/distinfo
index a480c2e8fc27..92c180f2ddf4 100644
--- a/games/heretic/distinfo
+++ b/games/heretic/distinfo
@@ -1,4 +1,4 @@
-MD5 (glheretic-1.1.tar.gz) = b2db87a126cee747bb2882259e1acec1
-SIZE (glheretic-1.1.tar.gz) = 578535
+MD5 (glheretic-1.2.tar.gz) = fafb739195bfbf2dd035070ec0792d4e
+SIZE (glheretic-1.2.tar.gz) = 584733
MD5 (heretic_share.wad.gz) = efc102ab90b0cb4bfe9177303e549d6f
SIZE (heretic_share.wad.gz) = 2302549
diff --git a/games/heretic/files/patch-doomtype.h b/games/heretic/files/patch-doomtype.h
new file mode 100644
index 000000000000..f2eca026e66b
--- /dev/null
+++ b/games/heretic/files/patch-doomtype.h
@@ -0,0 +1,13 @@
+--- doomtype.h.orig Wed Oct 5 07:40:18 2005
++++ doomtype.h Wed Oct 5 07:40:41 2005
+@@ -59,9 +59,7 @@
+ #define MININT ((int)0x80000000)
+ #define MINLONG ((long)0x8000000000000000)
+
+-#endif /* 64bit */
+-
+-#if defined(__32BIT__)
++#elif defined(__32BIT__)
+
+ /* 32bit defines */
+