pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games Depend on current pkgsrc version of nethack-*; b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d640a6f39cba
branches:  trunk
changeset: 499432:d640a6f39cba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 22 14:55:07 2005 +0000

description:
Depend on current pkgsrc version of nethack-*; bump PKGREVISION.

diffstat:

 games/nethack-qt/Makefile  |  6 +++---
 games/nethack-tty/Makefile |  5 +++--
 games/nethack-x11/Makefile |  5 +++--
 games/nethack/Makefile     |  8 ++++----
 4 files changed, 13 insertions(+), 11 deletions(-)

diffs (85 lines):

diff -r d00fe84bf67b -r d640a6f39cba games/nethack-qt/Makefile
--- a/games/nethack-qt/Makefile Thu Sep 22 14:53:41 2005 +0000
+++ b/games/nethack-qt/Makefile Thu Sep 22 14:55:07 2005 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.44 2005/07/19 10:17:59 grant Exp $
+# $NetBSD: Makefile,v 1.45 2005/09/22 14:55:07 wiz Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
 
 PKGNAME=               nethack-qt-${NETHACK_VERSION}
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES+=           x11
 
 COMMENT=               The QT-Enhanced X11 version of NetHack
 
-DEPENDS+=              nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib
+DEPENDS+=              nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
 
 
 BUILD_TARGET=          x11tiles nethack
diff -r d00fe84bf67b -r d640a6f39cba games/nethack-tty/Makefile
--- a/games/nethack-tty/Makefile        Thu Sep 22 14:53:41 2005 +0000
+++ b/games/nethack-tty/Makefile        Thu Sep 22 14:55:07 2005 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.14 2005/07/19 10:17:59 grant Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/22 14:55:07 wiz Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
 
 PKGNAME=               nethack-tty-${NETHACK_VERSION}
+PKGREVISION=           1
 
 COMMENT=               The tty/console based version of NetHack
 
-DEPENDS+=              nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib
+DEPENDS+=              nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
 
 BUILD_TARGET=          nethack
 INSTALL_TARGET=                binfiles
diff -r d00fe84bf67b -r d640a6f39cba games/nethack-x11/Makefile
--- a/games/nethack-x11/Makefile        Thu Sep 22 14:53:41 2005 +0000
+++ b/games/nethack-x11/Makefile        Thu Sep 22 14:55:07 2005 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.28 2005/07/19 10:17:59 grant Exp $
+# $NetBSD: Makefile,v 1.29 2005/09/22 14:55:07 wiz Exp $
 #
 
 .include               "../nethack-lib/Makefile.common"
 
 PKGNAME=               nethack-x11-${NETHACK_VERSION}
+PKGREVISION=           1
 COMMENT=               The X11 version of NetHack
 
 CATEGORIES+=           x11
 
-DEPENDS+=              nethack-lib-${NETHACK_VERSION}:../../games/nethack-lib
+DEPENDS+=              nethack-lib-${NETHACK_VERSION}nb1:../../games/nethack-lib
 
 
 BUILD_TARGET=          x11tiles nethack
diff -r d00fe84bf67b -r d640a6f39cba games/nethack/Makefile
--- a/games/nethack/Makefile    Thu Sep 22 14:53:41 2005 +0000
+++ b/games/nethack/Makefile    Thu Sep 22 14:55:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/07/19 10:17:59 grant Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/22 14:55:07 wiz Exp $
 
 # Needed so configure/patch rules don't get pulled in
 NO_BUILD=      yes
@@ -13,9 +13,9 @@
 
 COMMENT=       Meta-package for NetHack with x11, qt and tty versions
 
-DEPENDS+=      nethack-tty-${NETHACK_VERSION}:../../games/nethack-tty
-DEPENDS+=      nethack-x11-${NETHACK_VERSION}:../../games/nethack-x11
-DEPENDS+=      nethack-qt-${NETHACK_VERSION}nb2:../../games/nethack-qt
+DEPENDS+=      nethack-tty-${NETHACK_VERSION}nb1:../../games/nethack-tty
+DEPENDS+=      nethack-x11-${NETHACK_VERSION}nb1:../../games/nethack-x11
+DEPENDS+=      nethack-qt-${NETHACK_VERSION}nb3:../../games/nethack-qt
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes



Home | Main Index | Thread Index | Old Index