diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/fillets-ng/Makefile | 4 | ||||
-rw-r--r-- | games/onscripter/Makefile | 3 | ||||
-rw-r--r-- | games/pushover/Makefile | 4 | ||||
-rw-r--r-- | games/solarus/Makefile | 3 | ||||
-rw-r--r-- | games/stratagus/Makefile | 4 | ||||
-rw-r--r-- | games/wesnoth/Makefile | 4 |
6 files changed, 12 insertions, 10 deletions
diff --git a/games/fillets-ng/Makefile b/games/fillets-ng/Makefile index a9cc08666c8..c6a9ba305a4 100644 --- a/games/fillets-ng/Makefile +++ b/games/fillets-ng/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2013/12/08 22:30:17 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2014/05/03 13:14:37 alnsn Exp $ # DISTNAME= fillets-ng-0.7.3 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fillets/} diff --git a/games/onscripter/Makefile b/games/onscripter/Makefile index 1d2903f7e50..06166db709a 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2014/02/28 16:17:22 tsutsui Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/03 13:14:37 alnsn Exp $ # DISTNAME= onscripter-20131223 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://onscripter.sourceforge.jp/ diff --git a/games/pushover/Makefile b/games/pushover/Makefile index 7a638cf3ddf..4de8fc42880 100644 --- a/games/pushover/Makefile +++ b/games/pushover/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2013/10/30 06:49:53 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2014/05/03 13:14:37 alnsn Exp $ # DISTNAME= pushover-0.0.4 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pushover/} diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 6773b67bdb7..8cd34ff62e8 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2013/12/31 15:41:17 rodent Exp $ +# $NetBSD: Makefile,v 1.11 2014/05/03 13:14:37 alnsn Exp $ VERSION= 1.1.1 DISTNAME= solarus-${VERSION}-src PKGNAME= ${DISTNAME:S/-src//1} +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index 5ee443129d6..0df1ff0314a 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2013/11/13 22:51:37 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2014/05/03 13:14:37 alnsn Exp $ # DISTNAME= stratagus-2.1-src PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stratagus/} diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index b096ec0a423..d0785969611 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2014/02/07 12:27:06 wiz Exp $ +# $NetBSD: Makefile,v 1.102 2014/05/03 13:14:38 alnsn Exp $ DISTNAME= wesnoth-1.10.6 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} EXTRACT_SUFX= .tar.bz2 |