diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-30 22:58:40 +0000 |
commit | c6baf95a8f18a1b1fb1e19583fa1fed495f13344 (patch) | |
tree | 2f733f258e7d2fe1aa3b75159442230adb1548fe /games | |
parent | 3db78cacd659c4a951634d77de8f0394239a9358 (diff) | |
download | pkgsrc-c6baf95a8f18a1b1fb1e19583fa1fed495f13344.tar.gz |
As pointed out by jlam:
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
Diffstat (limited to 'games')
-rw-r--r-- | games/battalion/Makefile | 4 | ||||
-rw-r--r-- | games/bzflag/Makefile | 4 | ||||
-rw-r--r-- | games/glchess/Makefile | 4 | ||||
-rw-r--r-- | games/quake/Makefile | 4 | ||||
-rw-r--r-- | games/quake6/Makefile | 3 | ||||
-rw-r--r-- | games/tuxracer/Makefile | 4 |
6 files changed, 12 insertions, 11 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile index e269ca660e9..a9ed785b8ff 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.22 2003/07/22 22:38:36 jmmv Exp $ +# $NetBSD: Makefile,v 1.23 2003/11/30 22:58:41 jschauma Exp $ # DISTNAME= battalion PKGNAME= battalion-1.4 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR}/battalionSource CATEGORIES= games x11 MASTER_SITES= http://www.evl.uic.edu/aej/ diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index cf07eec6046..c53f73bfe2e 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2003/03/09 20:05:08 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/11/30 22:58:41 jschauma Exp $ DISTNAME= bzflag-1.7e6 PKGNAME= ${DISTNAME:S/e/.5./} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bzflag/} EXTRACT_SUFX= .tgz diff --git a/games/glchess/Makefile b/games/glchess/Makefile index 5a4441916fd..62c952586c3 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:38:26 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/30 22:58:41 jschauma Exp $ # DISTNAME= glchess-0.4.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=glchess/} diff --git a/games/quake/Makefile b/games/quake/Makefile index 4a708291350..4676fd1042c 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2003/11/18 14:13:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.27 2003/11/30 22:58:41 jschauma Exp $ DISTNAME= q1source PKGNAME= quake-2.30 -PKGREVISION= 2 +PKGREVISION= 3 WRKSRC= ${WRKDIR} CATEGORIES= games x11 MASTER_SITES= ftp://ftp.fu-berlin.de/pc/msdos/games/idgames/idstuff/source/ \ diff --git a/games/quake6/Makefile b/games/quake6/Makefile index fb6f430d9d3..aa29baa28b4 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2003/03/29 12:41:08 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2003/11/30 22:58:41 jschauma Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/quakeforge CATEGORIES= games MASTER_SITES= http://www.viagenie.qc.ca/quake/ diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile index 435a2241785..a969ae5df8b 100644 --- a/games/tuxracer/Makefile +++ b/games/tuxracer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/08/01 11:47:41 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/30 22:58:41 jschauma Exp $ # DISTNAME= tuxracer-0.61 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxracer/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |