summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-11-29 01:12:24 +0000
committerhubertf <hubertf@pkgsrc.org>2001-11-29 01:12:24 +0000
commit5542206cbab4ff38cfe05a48a6dcf0205f5c9ff5 (patch)
tree57da34d13a725a0c61343ca8eabdee3d27dfbd9a /games
parent718ca46cf7df72abd300f82ed7c9b7d676ff468b (diff)
downloadpkgsrc-5542206cbab4ff38cfe05a48a6dcf0205f5c9ff5.tar.gz
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
Diffstat (limited to 'games')
-rw-r--r--games/abuse/Makefile5
-rw-r--r--games/clanbomber/Makefile4
-rw-r--r--games/gnuchess/Makefile5
-rw-r--r--games/knightcap/Makefile5
-rw-r--r--games/netris/Makefile4
-rw-r--r--games/xdoom/Makefile5
-rw-r--r--games/xgalaga/Makefile4
7 files changed, 18 insertions, 14 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile
index 0f666f5d063..967e2a35c03 100644
--- a/games/abuse/Makefile
+++ b/games/abuse/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2001/07/02 15:30:59 abs Exp $
+# $NetBSD: Makefile,v 1.10 2001/11/29 01:12:32 hubertf Exp $
DISTNAME= abuse_pd
-PKGNAME= abuse-2.0nb1
+PKGNAME= abuse-2.0
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://www.crack.com/games/abuse/
DISTFILES= ${DISTNAME}.tgz abuse_data.tar.gz
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index 7e605265487..be506288110 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2001/10/24 22:10:55 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/11/29 01:12:32 hubertf Exp $
DISTNAME= clanbomber-1.01
-PKGNAME= ${DISTNAME}nb1
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://www.clanbomber.de/files/
diff --git a/games/gnuchess/Makefile b/games/gnuchess/Makefile
index 1277c51351d..d789ad44f29 100644
--- a/games/gnuchess/Makefile
+++ b/games/gnuchess/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2001/11/11 07:54:55 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2001/11/29 01:12:33 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1999/01/27 07:41:12 fenner Exp
#
DISTNAME= chess-5.00
-PKGNAME= gnuchess-5.00nb2
+PKGNAME= gnuchess-5.00
+PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU:=chess/}
diff --git a/games/knightcap/Makefile b/games/knightcap/Makefile
index a559a456819..46bcab574be 100644
--- a/games/knightcap/Makefile
+++ b/games/knightcap/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2001/09/27 23:18:07 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/29 01:12:33 hubertf Exp $
DISTNAME= KnightCap-3.6
-PKGNAME= knightcap-3.6nb1
+PKGNAME= knightcap-3.6
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/
diff --git a/games/netris/Makefile b/games/netris/Makefile
index fb49ef211ea..6b015d87bb0 100644
--- a/games/netris/Makefile
+++ b/games/netris/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:55 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:33 hubertf Exp $
#
DISTNAME= netris-0.5
-PKGNAME= netris-0.5nb1
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ftp://ftp.netris.org/pub/netris/
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile
index da949187e70..efea1d219dc 100644
--- a/games/xdoom/Makefile
+++ b/games/xdoom/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2001/09/27 23:18:09 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2001/11/29 01:12:33 hubertf Exp $
DISTNAME= linuxdoom-1.10
-PKGNAME= xdoom-1.10nb1
+PKGNAME= xdoom-1.10
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= games x11
MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile
index cf51d96e11c..12e43c112a0 100644
--- a/games/xgalaga/Makefile
+++ b/games/xgalaga/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2001/09/10 01:08:54 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/11/29 01:12:33 hubertf Exp $
#
DISTNAME= xgalaga-2.0.34
-PKGNAME= ${DISTNAME}nb1
+PKGREVISION= 1
CATEGORIES= games x11
MASTER_SITES= http://ogresoft.dyn.ml.org/