diff options
author | seb <seb@pkgsrc.org> | 2010-08-21 16:32:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-08-21 16:32:42 +0000 |
commit | 59dff5ba96c15adcc88736ea259378c482cfbe05 (patch) | |
tree | ea003b3d334b79322d0a5e4e9868404f6a97846b /games | |
parent | 9286555869607e27b36b6e4993ca00fc48faae06 (diff) | |
download | pkgsrc-59dff5ba96c15adcc88736ea259378c482cfbe05.tar.gz |
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
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=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
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 9569927d380..3163f573fde 100644 --- a/games/frozen-bubble/Makefile +++ b/games/frozen-bubble/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2010/01/29 22:52:54 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2010/08/21 16:34:52 seb Exp $ # DISTNAME= frozen-bubble-1.0.0 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= games MASTER_SITES= http://zarb.org/~gc/fb/ EXTRACT_SUFX= .tar.bz2 diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index 5f96495e1eb..278ec75ca25 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2010/07/02 16:48:54 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2010/08/21 16:34:53 seb Exp $ # DISTNAME= openmortal-0.7 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmortal/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 6a7e0a67205..320b458bcc1 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.47 2010/01/18 09:58:54 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2010/08/21 16:34:53 seb Exp $ # DISTNAME= xracer-0.96.9 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= games x11 MASTER_SITES= http://www.annexia.org/_file/ |