summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorfredb <fredb@pkgsrc.org>2002-03-13 17:36:35 +0000
committerfredb <fredb@pkgsrc.org>2002-03-13 17:36:35 +0000
commitb48eba1112f54d5bd53419acb41234e880b1c4d8 (patch)
treedc32ede50f2b2eb416705689058f2df8cb72865f /games
parentb83587c254a875614110a4d3bcfeafebc7536d9a (diff)
downloadpkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'games')
-rw-r--r--games/amor/Makefile5
-rw-r--r--games/backgammon/Makefile5
-rw-r--r--games/clanbomber/Makefile4
-rw-r--r--games/crossfire-cli/Makefile5
-rw-r--r--games/crossfire-srv/Makefile5
-rw-r--r--games/freeciv-client-gtk/Makefile3
-rw-r--r--games/gnocatan/Makefile3
-rw-r--r--games/gnome-breakout/Makefile5
-rw-r--r--games/gnome-chess/Makefile3
-rw-r--r--games/gnome-games/Makefile3
-rw-r--r--games/kdegames/Makefile5
-rw-r--r--games/kdegames2/Makefile5
-rw-r--r--games/kdetoys/Makefile5
-rw-r--r--games/kdetoys2/Makefile5
-rw-r--r--games/knights/Makefile3
-rw-r--r--games/kulki/Makefile3
-rw-r--r--games/nethack-qt/Makefile3
-rw-r--r--games/nethack/Makefile3
-rw-r--r--games/pacman/Makefile3
19 files changed, 47 insertions, 29 deletions
diff --git a/games/amor/Makefile b/games/amor/Makefile
index d9c430e1f46..45d58436854 100644
--- a/games/amor/Makefile
+++ b/games/amor/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2001/02/16 15:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:58 fredb Exp $
#
DISTNAME= amor-0.6
+PKGREVISION= 1
CATEGORIES= games kde
MASTER_SITES= http://www.powerup.com.au/~mjones/amor/
EXTRACT_SUFX= .tgz
@@ -10,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.powerup.com.au/~mjones/amor/index.html
COMMENT= Small blob that sits on top of your active window
-DEPENDS+= kdebase-1.1.2:../../x11/kdebase
+DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
diff --git a/games/backgammon/Makefile b/games/backgammon/Makefile
index 9d89efc9d2a..844abf7d12f 100644
--- a/games/backgammon/Makefile
+++ b/games/backgammon/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/13 17:36:59 fredb Exp $
#
DISTNAME= bacKgammon-1.9.1b
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=backgammon/}
@@ -9,7 +10,7 @@ MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://bacKgammon.sourceforge.net/
COMMENT= KDE frontend for first internet backgammon server (FIBS)
-DEPENDS+= kde-1.*:../../x11/kde
+DEPENDS+= kde-1.1.2nb1:../../x11/kde
GNU_CONFIGURE= yes
EVAL_PREFIX+= QT1DIR=qt1 KDEBASEDIR=kdebase
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index be506288110..2350db45009 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2001/11/29 01:12:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2002/03/13 17:36:59 fredb Exp $
DISTNAME= clanbomber-1.01
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= games x11
MASTER_SITES= http://www.clanbomber.de/files/
diff --git a/games/crossfire-cli/Makefile b/games/crossfire-cli/Makefile
index b0210548804..c5a5a4252d6 100644
--- a/games/crossfire-cli/Makefile
+++ b/games/crossfire-cli/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2001/12/05 15:00:45 agc Exp $
+# $NetBSD: Makefile,v 1.12 2002/03/13 17:36:59 fredb Exp $
#
DISTNAME= crossfire-client-1.0.0
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/
DISTFILES= ${CF_SRC} ${CF_SND} ${CF_RAW}
@@ -11,7 +12,7 @@ HOMEPAGE= http://crossfire.real-time.com/
COMMENT= Client for X11 game similar to gauntlet and nethack
DEPENDS+= gtk+>=1.2.4:../../x11/gtk
-DEPENDS+= png>=1.0.11:../../graphics/png
+DEPENDS+= png>=1.2.1:../../graphics/png
EXTRACT_ONLY= ${CF_SRC}
diff --git a/games/crossfire-srv/Makefile b/games/crossfire-srv/Makefile
index faf4a08bf3d..783a043a604 100644
--- a/games/crossfire-srv/Makefile
+++ b/games/crossfire-srv/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2001/12/05 15:00:45 agc Exp $
+# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:59 fredb Exp $
#
DISTNAME= crossfire-1.0.0
PKGNAME= crossfire-server-1.0.0
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.scruz.net/users/mwedel/public/
DISTFILES= ${CF_SRC} ${CF_MAPS}
@@ -11,7 +12,7 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://crossfire.real-time.com/
COMMENT= X11 multi/single player game similar to gauntlet and nethack
-DEPENDS+= png>=1.0.11:../../graphics/png
+DEPENDS+= png>=1.2.1:../../graphics/png
DEPENDS+= dmalloc-[0-9]*:../../devel/dmalloc
EXTRACT_ONLY= ${CF_SRC}
diff --git a/games/freeciv-client-gtk/Makefile b/games/freeciv-client-gtk/Makefile
index a5f7ebaf14e..9e22ed01a5c 100644
--- a/games/freeciv-client-gtk/Makefile
+++ b/games/freeciv-client-gtk/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2001/10/24 22:10:55 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2002/03/13 17:36:59 fredb Exp $
PKGNAME= ${DISTNAME:S/-/-client-gtk-/}
+PKGREVISION= 1
COMMENT= Freeciv client with GTK+ interface
DEPENDS+= freeciv-share-${FC_VERS}:../../games/freeciv-share
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile
index 68415ae54aa..a7ad013f5b5 100644
--- a/games/gnocatan/Makefile
+++ b/games/gnocatan/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/10/13 06:50:47 veego Exp $
+# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:00 fredb Exp $
#
DISTNAME= gnocatan-0.6.1
+PKGREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnocatan/}
diff --git a/games/gnome-breakout/Makefile b/games/gnome-breakout/Makefile
index 0db45173683..d3b9efcbad1 100644
--- a/games/gnome-breakout/Makefile
+++ b/games/gnome-breakout/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:06 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2002/03/13 17:37:00 fredb Exp $
#
DISTNAME= gnome-breakout-0.5.2
+PKGREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= http://www.senet.com.au/~alcaron/
@@ -9,7 +10,7 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.senet.com.au/~alcaron/software.html
COMMENT= gnome version of the classic breakout game
-DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core
+DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_X11BASE= YES
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile
index 5a7c37c082c..9b713dc491a 100644
--- a/games/gnome-chess/Makefile
+++ b/games/gnome-chess/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2001/10/24 22:10:56 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2002/03/13 17:37:00 fredb Exp $
DISTNAME= gnome-chess-0.3.3
+PKGREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-chess/}
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 96a71ca6182..c48c9edc2fd 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.34 2001/12/12 14:59:13 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2002/03/13 17:37:00 fredb Exp $
DISTNAME= gnome-games-1.4.0.3
+PKGREVISION= 1
CATEGORIES= games gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-games/}
EXTRACT_SUFX= .tar.bz2
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile
index d9fc028b207..bce6d6c2037 100644
--- a/games/kdegames/Makefile
+++ b/games/kdegames/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.44 2001/02/16 15:10:52 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2002/03/13 17:37:00 fredb Exp $
# FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp
#
DISTNAME= kdegames-1.1.2
+PKGREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/ \
ftp://ftp.de.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/
@@ -12,7 +13,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.kde.org/
COMMENT= Games for the KDE integrated X11 desktop
-DEPENDS+= kdebase-1.1.2:../../x11/kdebase
+DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
DEPENDS+= qwspritefield-1.6:../../x11/qwspritefield
USE_X11BASE= yes
diff --git a/games/kdegames2/Makefile b/games/kdegames2/Makefile
index 6327b081b33..a9c4525e27c 100644
--- a/games/kdegames2/Makefile
+++ b/games/kdegames2/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2001/12/03 15:37:16 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:01 fredb Exp $
DISTNAME= kdegames-2.2.2
+PKGREVISION= 1
CATEGORIES= games
COMMENT= Games for the KDE integrated X11 desktop
.include "../../x11/kde2/Makefile.kde2"
-BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb1:../../x11/qt2-designer-kde
+BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
USE_BUILDLINK_ONLY= YES
diff --git a/games/kdetoys/Makefile b/games/kdetoys/Makefile
index 9e6a46126be..e24461f7ef3 100644
--- a/games/kdetoys/Makefile
+++ b/games/kdetoys/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2001/09/27 23:18:07 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2002/03/13 17:37:01 fredb Exp $
DISTNAME= kdetoys-1.1.2
+PKGREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/ \
ftp://ftp.de.kde.org/pub/kde/Attic/old/1.1.2/distribution/tar/generic/source/bz2/
@@ -10,7 +11,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.kde.org/
COMMENT= Toys for the KDE integrated X11 desktop
-DEPENDS+= kdebase-1.1.2:../../x11/kdebase
+DEPENDS+= kdebase-1.1.2nb1:../../x11/kdebase
CONFLICTS= kworldwatch-[0-9]*
diff --git a/games/kdetoys2/Makefile b/games/kdetoys2/Makefile
index c330ce44689..e862e427096 100644
--- a/games/kdetoys2/Makefile
+++ b/games/kdetoys2/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.5 2001/12/03 15:37:15 skrll Exp $
+# $NetBSD: Makefile,v 1.6 2002/03/13 17:37:01 fredb Exp $
DISTNAME= kdetoys-2.2.2
+PKGREVISION= 1
CATEGORIES= games
COMMENT= Toys for the KDE integrated X11 desktop
.include "../../x11/kde2/Makefile.kde2"
-BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb1:../../x11/qt2-designer-kde
+BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde
USE_BUILDLINK_ONLY= YES
diff --git a/games/knights/Makefile b/games/knights/Makefile
index 517413a9948..897b7e2804e 100644
--- a/games/knights/Makefile
+++ b/games/knights/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/12/04 06:14:59 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/03/13 17:37:01 fredb Exp $
DISTNAME= knights-0.4.6
+PKGREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=knights/}
EXTRACT_SUFX= .tar.gz
diff --git a/games/kulki/Makefile b/games/kulki/Makefile
index 035b08473e1..7217cb3f333 100644
--- a/games/kulki/Makefile
+++ b/games/kulki/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2001/10/24 22:10:56 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2002/03/13 17:37:01 fredb Exp $
#
DISTNAME= kulki-1.01
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.cs.put.poznan.pl/adanilecki/
EXTRACT_SUFX= .tgz
diff --git a/games/nethack-qt/Makefile b/games/nethack-qt/Makefile
index a88e357cbd8..d8ffb1defc3 100644
--- a/games/nethack-qt/Makefile
+++ b/games/nethack-qt/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.30 2001/12/15 20:25:36 agc Exp $
+# $NetBSD: Makefile,v 1.31 2002/03/13 17:37:02 fredb Exp $
#
.include "../nethack-lib/Makefile.common"
PKGNAME= nethack-qt-${NETHACK_VERSION}
+PKGREVISION= 1
CATEGORIES+= x11
COMMENT= The QT-Enhanced X11 version of NetHack
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
index 1c1914bc385..fe58af9806c 100644
--- a/games/nethack/Makefile
+++ b/games/nethack/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2001/02/16 15:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:02 fredb Exp $
.include "../nethack-lib/Makefile.common"
DISTNAME= nethack-all-${NETHACK_VERSION}
+PKGREVISION= 1
CATEGORIES+= x11
MASTER_SITES= # empty
DISTFILES= # empty
diff --git a/games/pacman/Makefile b/games/pacman/Makefile
index 0ba7e6fe691..ad906ccdb13 100644
--- a/games/pacman/Makefile
+++ b/games/pacman/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2002/01/11 10:17:21 skrll Exp $
+# $NetBSD: Makefile,v 1.17 2002/03/13 17:37:02 fredb Exp $
DISTNAME= Pacman-0.3-CVS-00-11-17
PKGNAME= Pacman-0.3
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/snapshots/Games/