diff options
author | jmmv <jmmv> | 2003-07-26 21:41:08 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-26 21:41:08 +0000 |
commit | 3a6fd79ff2019c63207da51b6ea2d86b1a142b67 (patch) | |
tree | 8876ccac04ea1c3e9e359787ce67cb3ee3c339a3 /emulators | |
parent | 703da909442f0b54b94592c8547a60dcbe5fdb15 (diff) | |
download | pkgsrc-3a6fd79ff2019c63207da51b6ea2d86b1a142b67.tar.gz |
Bump revision due to SDL update, and sync versions in buildlink files where
needed. This is required because esound has been droped as a dependancy.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dosbox/Makefile | 3 | ||||
-rw-r--r-- | emulators/generator/Makefile | 4 | ||||
-rw-r--r-- | emulators/hatari/Makefile | 3 | ||||
-rw-r--r-- | emulators/zsnes/Makefile | 4 |
4 files changed, 8 insertions, 6 deletions
diff --git a/emulators/dosbox/Makefile b/emulators/dosbox/Makefile index 3522761cd57..277598c0fb1 100644 --- a/emulators/dosbox/Makefile +++ b/emulators/dosbox/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2003/07/21 16:45:54 martti Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/26 21:41:13 jmmv Exp $ # DISTNAME= dosbox-0.58 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dosbox/} diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index 2ec0a59896c..ced7c0644cf 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:35:30 grant Exp $ +# $NetBSD: Makefile,v 1.10 2003/07/26 21:41:14 jmmv Exp $ # DISTNAME= generator-0.34 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://www.squish.net/generator/files/ diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 66c80606d68..2987d2be3f0 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:35:30 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/07/26 21:41:14 jmmv Exp $ # DISTNAME= hatari-0.30 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hatari/} diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile index 0e5b7f018d2..662b37901b4 100644 --- a/emulators/zsnes/Makefile +++ b/emulators/zsnes/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:36:33 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/07/26 21:41:14 jmmv Exp $ # DISTNAME= zsnes136src PKGNAME= zsnes-1.360 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/zsnes-1.36/src CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsnes/} |