pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/nethack Play nicer, don't require exact (nb) ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb4362e56bdd
branches:  trunk
changeset: 513377:bb4362e56bdd
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 26 19:22:49 2006 +0000

description:
Play nicer, don't require exact (nb) version matches. The same
base version is good enough. Bump revision.

diffstat:

 games/nethack/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r fa0da4fbbef9 -r bb4362e56bdd games/nethack/Makefile
--- a/games/nethack/Makefile    Fri May 26 19:15:34 2006 +0000
+++ b/games/nethack/Makefile    Fri May 26 19:22:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:09:20 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2006/05/26 19:22:49 joerg Exp $
 
 # Needed so configure/patch rules don't get pulled in
 NO_BUILD=      yes
@@ -7,16 +7,16 @@
 .include "../../games/nethack-lib/Makefile.common"
 
 DISTNAME=      nethack-all-${NETHACK_VERSION}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES+=   x11
 MASTER_SITES=  # empty
 DISTFILES=     # empty
 
 COMMENT=       Meta-package for NetHack with x11, qt and tty versions
 
-DEPENDS+=      nethack-tty-${NETHACK_VERSION}nb1:../../games/nethack-tty
-DEPENDS+=      nethack-x11-${NETHACK_VERSION}nb2:../../games/nethack-x11
-DEPENDS+=      nethack-qt-${NETHACK_VERSION}nb5:../../games/nethack-qt
+DEPENDS+=      nethack-tty-${NETHACK_VERSION}{,nb*}:../../games/nethack-tty
+DEPENDS+=      nethack-x11-${NETHACK_VERSION}{,nb*}:../../games/nethack-x11
+DEPENDS+=      nethack-qt-${NETHACK_VERSION}{,nb*}:../../games/nethack-qt
 
 EXTRACT_ONLY=  # empty
 NO_CHECKSUM=   yes



Home | Main Index | Thread Index | Old Index