diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 03:19:29 +0000 |
commit | 729d9d232f2d99318b1c393e60fa5acadf5587b3 (patch) | |
tree | 587d15de621adfc5fa93e4c481b8470e04053dc3 /games | |
parent | 42b70968f967f81a86153683471600406da01615 (diff) |
- Move over to py25 or above
- While here get rid FreeBSD 6.X and md5 support
Notes
Notes:
svn path=/head/; revision=269643
Diffstat (limited to 'games')
-rw-r--r-- | games/funnyboat/Makefile | 4 | ||||
-rw-r--r-- | games/funnyboat/distinfo | 1 | ||||
-rw-r--r-- | games/gemrb/Makefile | 9 | ||||
-rw-r--r-- | games/gemrb/distinfo | 1 | ||||
-rw-r--r-- | games/gnomesudoku/Makefile | 4 | ||||
-rw-r--r-- | games/gnomesudoku/distinfo | 1 | ||||
-rw-r--r-- | games/gondola/Makefile | 3 | ||||
-rw-r--r-- | games/gondola/distinfo | 1 | ||||
-rw-r--r-- | games/kimboot/Makefile | 4 | ||||
-rw-r--r-- | games/kimboot/distinfo | 1 | ||||
-rw-r--r-- | games/outerspace/Makefile | 4 | ||||
-rw-r--r-- | games/poker-engine/Makefile | 3 | ||||
-rw-r--r-- | games/poker-engine/distinfo | 1 | ||||
-rw-r--r-- | games/py-mnemosyne/Makefile | 3 | ||||
-rw-r--r-- | games/py-mnemosyne/distinfo | 1 | ||||
-rw-r--r-- | games/py-poker-eval/Makefile | 3 | ||||
-rw-r--r-- | games/py-poker-eval/distinfo | 1 | ||||
-rw-r--r-- | games/widelands/Makefile | 4 |
18 files changed, 21 insertions, 28 deletions
diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index 19393b87faa4..44bed69b6a50 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -7,7 +7,7 @@ PORTNAME= funnyboat PORTVERSION= 1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game WRKSRC= ${WRKDIR}/${PORTNAME} USE_ZIP= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes SUB_FILES= funnyboat_ diff --git a/games/funnyboat/distinfo b/games/funnyboat/distinfo index e68733d9604b..5b02f806a707 100644 --- a/games/funnyboat/distinfo +++ b/games/funnyboat/distinfo @@ -1,3 +1,2 @@ -MD5 (funnyboat-1.5-src.zip) = 71724a755614c286bd861864bd0062a6 SHA256 (funnyboat-1.5-src.zip) = de001d17f0e380df89bf5000392db75b385851a3cd200b3b87a8a9b66502f016 SIZE (funnyboat-1.5-src.zip) = 3839990 diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index e544adc0b538..33c5e4e4ef6f 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gemrb PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= games emulators MASTER_SITES= SF/${PORTNAME}/GemRB%20Sources/GemRB%20${PORTVERSION}%20Sources @@ -14,7 +15,7 @@ MAINTAINER= beyert@cs.ucr.edu COMMENT= GemRB (Game engine made with preRendered Background) LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ - vorbis.4:${PORTSDIR}/audio/libvorbis + vorbis.4:${PORTSDIR}/audio/libvorbis LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -23,7 +24,7 @@ USE_CMAKE= yes USE_SDL= sdl mixer USE_OPENAL= al alut USE_LDCONFIG= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include CMAKE_C_FLAGS= ${CFLAGS} CMAKE_ARGS= -DDOC_DIR="${LOCALBASE}/share/doc/gemrb" -DMAN_DIR="${LOCALBASE}/man/man6" -DDISABLE_WERROR=1 @@ -32,10 +33,6 @@ MAN6= gemrb.6 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -BROKEN= does not build on 6.X -.endif - post-patch: .if defined(NOPORTDOCS) EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-noportdocs-* diff --git a/games/gemrb/distinfo b/games/gemrb/distinfo index 9fda8e756ebb..b34f70d2088f 100644 --- a/games/gemrb/distinfo +++ b/games/gemrb/distinfo @@ -1,3 +1,2 @@ -MD5 (gemrb-0.6.2.tar.gz) = e1c582a8ac29e364cca1cabc8657ad87 SHA256 (gemrb-0.6.2.tar.gz) = 68344f290c015feeba0671da647d6b7541f090dd876622ec1f5d8d07b1e6f927 SIZE (gemrb-0.6.2.tar.gz) = 1726415 diff --git a/games/gnomesudoku/Makefile b/games/gnomesudoku/Makefile index 7905c33f0e03..3ca66db4068c 100644 --- a/games/gnomesudoku/Makefile +++ b/games/gnomesudoku/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomesudoku PORTVERSION= 0.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnome MASTER_SITES= SF/gnome-sudoku/gnome-sudoku/${PORTVERSION} DISTNAME= gnome-sudoku-${PORTVERSION} @@ -26,7 +26,7 @@ MAKE_ENV+= DISPLAY="localhost:1001" .endif .endif -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS=yes USE_GNOME= gnomehack gnomeprefix pygnome2 pygnomedesktop diff --git a/games/gnomesudoku/distinfo b/games/gnomesudoku/distinfo index df8c65b13816..e3e3f83edb6d 100644 --- a/games/gnomesudoku/distinfo +++ b/games/gnomesudoku/distinfo @@ -1,3 +1,2 @@ -MD5 (gnome-sudoku-0.6.0.tar.gz) = 4084b498856fcd6a96abbb3247440604 SHA256 (gnome-sudoku-0.6.0.tar.gz) = 8d80644b3aaec3bde969dd606742c22cd2b156cddf48dd326494295ca2306f0c SIZE (gnome-sudoku-0.6.0.tar.gz) = 160277 diff --git a/games/gondola/Makefile b/games/gondola/Makefile index 9a82b00ea4a9..80c93214b7f7 100644 --- a/games/gondola/Makefile +++ b/games/gondola/Makefile @@ -7,6 +7,7 @@ PORTNAME= gondola PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://arcticpaint.com/static/gondola/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -20,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rabbyt>=0.8.1:${PORTSDIR}/graphics/py-rabbyt avbin>=7:${PORTSDIR}/multimedia/avbin USE_ZIP= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes SUB_FILES= ${PORTNAME} diff --git a/games/gondola/distinfo b/games/gondola/distinfo index 7daccfc635ed..b02a3c452ecb 100644 --- a/games/gondola/distinfo +++ b/games/gondola/distinfo @@ -1,3 +1,2 @@ -MD5 (Gondola-1.1-src.zip) = 21aafd709b4270725ed7e27fc59bdeb8 SHA256 (Gondola-1.1-src.zip) = 2afdd11761219a32b7704f4cd35e9d4fb3267589d939d90a48ddd5f0a04a4899 SIZE (Gondola-1.1-src.zip) = 10047826 diff --git a/games/kimboot/Makefile b/games/kimboot/Makefile index 0cb01b3c0680..5868227625aa 100644 --- a/games/kimboot/Makefile +++ b/games/kimboot/Makefile @@ -7,7 +7,7 @@ PORTNAME= kimboot PORTVERSION= 0.74 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ ${PYTHON_SITELIBDIR}/xode/__init__.py:${PORTSDIR}/devel/py-ode USE_BZIP2= yes -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes SUB_FILES= kimboot diff --git a/games/kimboot/distinfo b/games/kimboot/distinfo index e15ee41add04..8de1b4544a01 100644 --- a/games/kimboot/distinfo +++ b/games/kimboot/distinfo @@ -1,3 +1,2 @@ -MD5 (kimboot-0.74-src.tar.bz2) = 8f643ccbe8c4eb3014d0618a9236e904 SHA256 (kimboot-0.74-src.tar.bz2) = fe621309e8986593dd83021c866ddb5cb8f5a500b68b768bf78df0d0da7dd841 SIZE (kimboot-0.74-src.tar.bz2) = 1987683 diff --git a/games/outerspace/Makefile b/games/outerspace/Makefile index 7b6575310213..45a26245960c 100644 --- a/games/outerspace/Makefile +++ b/games/outerspace/Makefile @@ -7,7 +7,7 @@ PORTNAME= outerspace PORTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/ospace/OSLauncher/${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= On-line strategy game RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ NO_BUILD= yes SUB_FILES= outerspace diff --git a/games/poker-engine/Makefile b/games/poker-engine/Makefile index 2d336ca5a42e..5ac8683a1940 100644 --- a/games/poker-engine/Makefile +++ b/games/poker-engine/Makefile @@ -8,6 +8,7 @@ PORTNAME= poker-engine PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.gna.org/pokersource/sources/ @@ -21,7 +22,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GNOME= pkgconfig -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/games/poker-engine/distinfo b/games/poker-engine/distinfo index 5106aabd4b70..dfd36ac704f9 100644 --- a/games/poker-engine/distinfo +++ b/games/poker-engine/distinfo @@ -1,3 +1,2 @@ -MD5 (poker-engine-1.3.5.tar.gz) = fca61d7fa884fef2f1996a780fa96939 SHA256 (poker-engine-1.3.5.tar.gz) = b6b033515295dd341c8bb2eb405ce78a1ea188634d7a949ed6e26b5aa77e569d SIZE (poker-engine-1.3.5.tar.gz) = 288490 diff --git a/games/py-mnemosyne/Makefile b/games/py-mnemosyne/Makefile index 0d169ebad9fe..c9a727ab7028 100644 --- a/games/py-mnemosyne/Makefile +++ b/games/py-mnemosyne/Makefile @@ -8,6 +8,7 @@ PORTNAME= mnemosyne PORTVERSION= 1.2.2 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}-proj/${PORTNAME}/${PORTNAME:S/^m/M/}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +21,7 @@ RUN_DEPENDS= py*-game>=0:${PORTSDIR}/devel/py-game \ py*-qt>=0:${PORTSDIR}/x11-toolkits/py-qt \ ${PYXML} -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_EGG= Mnemosyne-${PORTVERSION}-${PYTHON_VERSION:S/thon//}${PYEASYINSTALL_OSARCH}.egg diff --git a/games/py-mnemosyne/distinfo b/games/py-mnemosyne/distinfo index 7f06877de773..f2541b36aecb 100644 --- a/games/py-mnemosyne/distinfo +++ b/games/py-mnemosyne/distinfo @@ -1,3 +1,2 @@ -MD5 (mnemosyne-1.2.2.tgz) = a309a6f032fcca104851e0dcaeae9dd4 SHA256 (mnemosyne-1.2.2.tgz) = 4a31281426dea4c14187783af4323499297980d26ccab6307267267953f88078 SIZE (mnemosyne-1.2.2.tgz) = 1040914 diff --git a/games/py-poker-eval/Makefile b/games/py-poker-eval/Makefile index 1d7f56bca86d..76b3d180eb8e 100644 --- a/games/py-poker-eval/Makefile +++ b/games/py-poker-eval/Makefile @@ -8,6 +8,7 @@ PORTNAME= poker-eval PORTVERSION= 0.137 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= http://download.gna.org/pokersource/sources/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +20,7 @@ COMMENT= Python adaptor for the poker-eval toolkit LIB_DEPENDS= poker-eval.1:${PORTSDIR}/games/poker-eval USE_GNOME= pkgconfig -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ GNU_CONFIGURE= yes PLIST_SUB= PYVER=${_PYTHON_VERSION:S/./_/} diff --git a/games/py-poker-eval/distinfo b/games/py-poker-eval/distinfo index dd1f86643571..ee011fd6a91d 100644 --- a/games/py-poker-eval/distinfo +++ b/games/py-poker-eval/distinfo @@ -1,3 +1,2 @@ -MD5 (pypoker-eval-137.0.tar.gz) = a17ceb8320097f026754ac0ef22f7888 SHA256 (pypoker-eval-137.0.tar.gz) = b3f95a59a7e6f9e332473dd79ec57046919a4e8f07be8252504b2b05b24d5ad6 SIZE (pypoker-eval-137.0.tar.gz) = 338195 diff --git a/games/widelands/Makefile b/games/widelands/Makefile index eb64ef8a8b52..9589f14ec19e 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -7,7 +7,7 @@ PORTNAME= widelands DISTVERSION= build13 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Old%20releases%20%21%21%21/build-13/ DISTNAME= ${PORTNAME:C/^w/W/}-${DISTVERSION:C/^b/B/}-src @@ -20,7 +20,7 @@ LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ USE_BZIP2= yes USE_GETTEXT= yes -USE_PYTHON_BUILD=2.4+ +USE_PYTHON_BUILD=2.5+ USE_SDL= sdl mixer image net ttf gfx USE_GCC= 4.2+ |