diff options
author | tron <tron> | 2013-06-04 22:15:37 +0000 |
---|---|---|
committer | tron <tron> | 2013-06-04 22:15:37 +0000 |
commit | 380d9fe620b0cfe80698a4c15fc2ae3bb5485aba (patch) | |
tree | 6b8ed11551c6ae6edf7530700df81d41fe88397e /emulators | |
parent | 32c6b5730534fd6aec4757823f8d305cabccf0b0 (diff) | |
download | pkgsrc-380d9fe620b0cfe80698a4c15fc2ae3bb5485aba.tar.gz |
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
Diffstat (limited to 'emulators')
26 files changed, 52 insertions, 52 deletions
diff --git a/emulators/blinkensim/Makefile b/emulators/blinkensim/Makefile index a9022d714ed..0a96eb6267a 100644 --- a/emulators/blinkensim/Makefile +++ b/emulators/blinkensim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/06/04 22:16:00 tron Exp $ # DISTNAME= blinkensim-2.2 -PKGREVISION= 20 +PKGREVISION= 21 CATEGORIES= emulators graphics MASTER_SITES= http://sven.gimp.org/blinkenlights/old/ diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 06e62622c82..68597e20d5a 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.73 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2013/06/04 22:16:00 tron Exp $ DISTNAME= bochs-2.6 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index 4e116701e6f..1bf0a9e7ddd 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/06/04 22:16:00 tron Exp $ DISTNAME= e-uae-0.8.28 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= emulators MASTER_SITES= http://www.rcdrummond.net/uae/e-uae-0.8.28/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index fa94cd137e1..8bbfb21ab87 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2013/06/04 22:16:01 tron Exp $ DISTNAME= fuse-1.0.0.1a -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} diff --git a/emulators/gambatte/Makefile b/emulators/gambatte/Makefile index 3fd2ca652bc..fb3c6f0bcdd 100644 --- a/emulators/gambatte/Makefile +++ b/emulators/gambatte/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/06/04 22:16:01 tron Exp $ # DISTNAME= gambatte_src-0.4.1 PKGNAME= ${DISTNAME:S/_src//} -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gambatte/} diff --git a/emulators/gens/Makefile b/emulators/gens/Makefile index 0942d1e3015..c0f26249d06 100644 --- a/emulators/gens/Makefile +++ b/emulators/gens/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.32 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2013/06/04 22:16:01 tron Exp $ # DISTNAME= gens-rc3 PKGNAME= gens-2.12rc3 -PKGREVISION= 24 +PKGREVISION= 25 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gens/} diff --git a/emulators/gpsim-devel/Makefile b/emulators/gpsim-devel/Makefile index dea2fc8d775..deda7d1e067 100644 --- a/emulators/gpsim-devel/Makefile +++ b/emulators/gpsim-devel/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/06/04 22:16:01 tron Exp $ # DISTNAME= gpsim-20050905 -PKGREVISION= 21 +PKGREVISION= 22 CATEGORIES= emulators MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ diff --git a/emulators/gpsim-devel/buildlink3.mk b/emulators/gpsim-devel/buildlink3.mk index 2b0d7cd78dc..e4f2cebb41b 100644 --- a/emulators/gpsim-devel/buildlink3.mk +++ b/emulators/gpsim-devel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.25 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.26 2013/06/04 22:16:01 tron Exp $ BUILDLINK_TREE+= gpsim @@ -6,7 +6,7 @@ BUILDLINK_TREE+= gpsim GPSIM_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gpsim+= gpsim>=20050905 -BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb21 +BUILDLINK_ABI_DEPENDS.gpsim+= gpsim>=20050905nb22 BUILDLINK_PKGSRCDIR.gpsim?= ../../emulators/gpsim-devel .include "../../x11/gtk2/buildlink3.mk" diff --git a/emulators/gpsim-oscilloscope/Makefile b/emulators/gpsim-oscilloscope/Makefile index 45d9ebe3916..321f7d6831e 100644 --- a/emulators/gpsim-oscilloscope/Makefile +++ b/emulators/gpsim-oscilloscope/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.26 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2013/06/04 22:16:01 tron Exp $ # DISTNAME= oscilloscope-0.1.2 PKGNAME= gpsim-${DISTNAME} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= emulators MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ diff --git a/emulators/gpsim-ptyusart/Makefile b/emulators/gpsim-ptyusart/Makefile index 548053cd4f2..3aca63166f0 100644 --- a/emulators/gpsim-ptyusart/Makefile +++ b/emulators/gpsim-ptyusart/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.27 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2013/06/04 22:16:01 tron Exp $ # DISTNAME= ptyusart-0.3.2 PKGNAME= gpsim-${DISTNAME} -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= emulators MASTER_SITES= http://www-asim.lip6.fr/~bouyer/pic/ diff --git a/emulators/gpsim/Makefile b/emulators/gpsim/Makefile index c35a76d608c..80d1dd63e8a 100644 --- a/emulators/gpsim/Makefile +++ b/emulators/gpsim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2013/06/03 10:04:54 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2013/06/04 22:16:01 tron Exp $ # DISTNAME= gpsim-0.21.11 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsim/} diff --git a/emulators/kenigma/Makefile b/emulators/kenigma/Makefile index 43402bc48e8..5ca3822f13b 100644 --- a/emulators/kenigma/Makefile +++ b/emulators/kenigma/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/06/04 22:16:01 tron Exp $ DISTNAME= 28107-kenigma-1.2.1 PKGNAME= kenigma-1.2.1 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= emulators security MASTER_SITES= http://www.kde-apps.org/content/files/ diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 00c3f980d70..848fb235839 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/06/04 22:16:01 tron Exp $ DISTNAME= mame0148s PKGNAME= ${DISTNAME:S/0/-0./:S/s$//} -PKGREVISION= 2 +PKGREVISION= 3 MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ COMMENT= Multiple Arcade Machine Emulator diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile index 8214ea05439..89c46f7ebad 100644 --- a/emulators/mess/Makefile +++ b/emulators/mess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2013/06/04 22:16:01 tron Exp $ DISTNAME= mame0148s PKGNAME= ${DISTNAME:S/mame0/mess-0./:S/s$//} -PKGREVISION= 2 +PKGREVISION= 3 MASTER_SITES= http://mamedev.org/downloader.php?file=releases/ COMMENT= Multi Emulator Super System diff --git a/emulators/nestopia/Makefile b/emulators/nestopia/Makefile index 4e5e095a928..633e28709ba 100644 --- a/emulators/nestopia/Makefile +++ b/emulators/nestopia/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/06/04 22:16:01 tron Exp $ # DISTNAME= Nestopia140src PKGNAME= nestopia-1.40h -PKGREVISION= 15 +PKGREVISION= 16 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nestopia/} EXTRACT_SUFX= .zip diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 9f515342bb4..372d97d171e 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/06/04 22:16:01 tron Exp $ # DISTNAME= openmsx-0.9.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmsx/} diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index e74a958d1d6..ebfa9196a20 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2013/06/04 22:16:01 tron Exp $ # DISTNAME= snes9x-1.53-src PKGNAME= snes9x-gtk-1.53.81 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= emulators MASTER_SITES= http://snes9x-gtk.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 2c087cc3694..e9564c09204 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/06/04 22:16:01 tron Exp $ # DISTNAME= tme-0.8 -PKGREVISION= 17 +PKGREVISION= 18 CATEGORIES= emulators MASTER_SITES= http://csail.mit.edu/~fredette/tme/ diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 67eed49fc86..9f4974f26ee 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.68 2013/06/04 22:16:02 tron Exp $ DISTNAME= uae-0.8.25 -PKGREVISION= 18 +PKGREVISION= 19 CATEGORIES= emulators MASTER_SITES= http://www.freiburg.linux.de/~uae/bin/sources/develop/ diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 0ec15e7906c..8a20423091a 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.106 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.107 2013/06/04 22:16:02 tron Exp $ DISTNAME= vice-2.4 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 2191ad60577..fd507061190 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2013/06/04 22:16:02 tron Exp $ DISTNAME= wine-1.3.26 -PKGREVISION= 14 +PKGREVISION= 15 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine-devel/buildlink3.mk b/emulators/wine-devel/buildlink3.mk index 4191fa54e3c..8db8bf5aac0 100644 --- a/emulators/wine-devel/buildlink3.mk +++ b/emulators/wine-devel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.10 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.11 2013/06/04 22:16:02 tron Exp $ BUILDLINK_TREE+= wine @@ -6,7 +6,7 @@ BUILDLINK_TREE+= wine WINE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.wine+= wine>=1.3.0 -BUILDLINK_ABI_DEPENDS.wine+= wine>=1.3.26nb14 +BUILDLINK_ABI_DEPENDS.wine+= wine>=1.3.26nb15 BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine pkgbase:= wine diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d81d2f2e88c..94a59eb6d8d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.176 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.177 2013/06/04 22:16:02 tron Exp $ DISTNAME= wine-1.2.3 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine/buildlink3.mk b/emulators/wine/buildlink3.mk index 49a27812ed4..bfe5e5e8fed 100644 --- a/emulators/wine/buildlink3.mk +++ b/emulators/wine/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.21 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.22 2013/06/04 22:16:02 tron Exp $ BUILDLINK_TREE+= wine @@ -6,7 +6,7 @@ BUILDLINK_TREE+= wine WINE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.wine+= wine>=1.2.0 -BUILDLINK_ABI_DEPENDS.wine+= wine>=1.2.3nb13 +BUILDLINK_ABI_DEPENDS.wine+= wine>=1.2.3nb14 BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine pkgbase:= wine diff --git a/emulators/xnp2/Makefile b/emulators/xnp2/Makefile index b80960ab1ec..e8b521c960e 100644 --- a/emulators/xnp2/Makefile +++ b/emulators/xnp2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/06/04 22:16:02 tron Exp $ SNAPSHOTDATE= 20120618 DISTNAME= xnp2-${SNAPSHOTDATE} PKGNAME= xnp2-0.83pl${SNAPSHOTDATE} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://www.asahi-net.or.jp/~aw9k-nnk/np2/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 59fe76ce249..c340383aacb 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2013/06/03 10:04:55 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2013/06/04 22:16:02 tron Exp $ DISTNAME= yabause-0.9.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/} |