diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-05 16:20:59 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-05 16:20:59 +0000 |
commit | 6058ba62cc30ae47b5aac8514e7f1bfa7e266527 (patch) | |
tree | 30c85e078315d17c9ee20f5d95b3c9816a022868 /games | |
parent | Unbreak by making this port a non-slave port and going back to 1.0.1. (diff) |
- Update to 1.5.b1
Notes
Notes:
svn path=/head/; revision=97360
Diffstat (limited to 'games')
-rw-r--r-- | games/spacehulk/Makefile | 11 | ||||
-rw-r--r-- | games/spacehulk/distinfo | 2 | ||||
-rw-r--r-- | games/spacehulk/files/patch-src::rand.cpp | 8 | ||||
-rw-r--r-- | games/spacehulk/pkg-descr | 2 | ||||
-rw-r--r-- | games/spacehulk/pkg-plist | 1 |
5 files changed, 16 insertions, 8 deletions
diff --git a/games/spacehulk/Makefile b/games/spacehulk/Makefile index a69f4f104328..9d6d9dca0333 100644 --- a/games/spacehulk/Makefile +++ b/games/spacehulk/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ PORTNAME= spacehulk -PORTVERSION= 1.4.5 -PORTREVISION= 1 +PORTVERSION= 1.5.b1 CATEGORIES= games kde -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME}/main.pkg/${PORTVERSION} +MASTER_SITES= http://r.vinot.free.fr/spacehulk/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b1/-beta1/} MAINTAINER= krion@FreeBSD.org COMMENT= Science-fiction board game in the world of Warhammer 40000 @@ -18,4 +17,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_KDELIBS_VER=3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> diff --git a/games/spacehulk/distinfo b/games/spacehulk/distinfo index 74714ba57c2f..857adc2b61ef 100644 --- a/games/spacehulk/distinfo +++ b/games/spacehulk/distinfo @@ -1 +1 @@ -MD5 (spacehulk-1.4.5.tar.gz) = a4164d35d1e1955457aa079735061888 +MD5 (spacehulk-1.5-beta1.tar.gz) = 43eb76b5a2b59e8af2205bff145cbfb2 diff --git a/games/spacehulk/files/patch-src::rand.cpp b/games/spacehulk/files/patch-src::rand.cpp new file mode 100644 index 000000000000..c7387fd9fbe5 --- /dev/null +++ b/games/spacehulk/files/patch-src::rand.cpp @@ -0,0 +1,8 @@ +--- src/rand.cpp.orig Mon Jan 5 17:08:25 2004 ++++ src/rand.cpp Mon Jan 5 17:08:36 2004 +@@ -1,4 +1,5 @@ + #include <qstring.h> ++#include <stdlib.h> + + #include "rand.h" + diff --git a/games/spacehulk/pkg-descr b/games/spacehulk/pkg-descr index a3e9640ec277..e1ed25532bb7 100644 --- a/games/spacehulk/pkg-descr +++ b/games/spacehulk/pkg-descr @@ -2,4 +2,4 @@ Space Hulk is a great board game of Games Workshop in the world of Warhammer 40000. This is a two player game where one play the 'Marine', the other play the alien called 'Genestealer'. -WWW: http://savannah.nongnu.org/projects/spacehulk +WWW: http://r.vinot.free.fr/spacehulk diff --git a/games/spacehulk/pkg-plist b/games/spacehulk/pkg-plist index a82e04bd8549..8d1dc698e1c0 100644 --- a/games/spacehulk/pkg-plist +++ b/games/spacehulk/pkg-plist @@ -1,5 +1,4 @@ bin/qspacehulk -bin/xspacehulk share/spacehulk/levels/campaign1-1.lvl share/spacehulk/levels/campaign1-2.lvl share/spacehulk/levels/campaign1-3.lvl |