diff options
author | he <he> | 2008-10-19 19:17:40 +0000 |
---|---|---|
committer | he <he> | 2008-10-19 19:17:40 +0000 |
commit | 5209d3b6614856d771465489fa3399121b800518 (patch) | |
tree | ceeaa7c54feda81f7e5e3ff3df7f4c2e1c315341 /games | |
parent | 2560c84b6152c3cc13f201807fa73da40e5e951a (diff) | |
download | pkgsrc-5209d3b6614856d771465489fa3399121b800518.tar.gz |
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Diffstat (limited to 'games')
-rw-r--r-- | games/frozen-bubble/Makefile | 4 | ||||
-rw-r--r-- | games/openmortal/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/frozen-bubble/Makefile b/games/frozen-bubble/Makefile index 88a4edbf8c5..84a0a76c122 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2007/02/15 14:30:50 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2008/10/19 19:18:10 he Exp $ # DISTNAME= frozen-bubble-1.0.0 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= games MASTER_SITES= http://zarb.org/~gc/fb/ EXTRACT_SUFX= .tar.bz2 diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index 1017447634f..aa4be58e95b 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2006/08/06 05:16:50 kristerw Exp $ +# $NetBSD: Makefile,v 1.26 2008/10/19 19:18:10 he Exp $ # DISTNAME= openmortal-0.7 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmortal/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 4c0f7eddd96..c6aa7d6576e 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2008/07/14 12:56:04 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2008/10/19 19:18:10 he Exp $ # DISTNAME= xracer-0.96.9 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games x11 MASTER_SITES= http://xracer.annexia.org/files/ |