diff options
author | adam <adam> | 2013-01-26 21:36:13 +0000 |
---|---|---|
committer | adam <adam> | 2013-01-26 21:36:13 +0000 |
commit | ff29cddfa07bbb615b19000cdfa8f73c01aeec32 (patch) | |
tree | b794b1007e5af77b45d83e1bbdd128fb3a78557a /emulators | |
parent | ba20683e95163088b361a0c628a0bd0c4623759a (diff) | |
download | pkgsrc-ff29cddfa07bbb615b19000cdfa8f73c01aeec32.tar.gz |
Revbump after graphics/jpeg and textproc/icu
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ckmame/Makefile | 4 | ||||
-rw-r--r-- | emulators/gambatte/Makefile | 4 | ||||
-rw-r--r-- | emulators/kenigma/Makefile | 4 | ||||
-rw-r--r-- | emulators/palmosemulator/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/buildlink3.mk | 4 | ||||
-rw-r--r-- | emulators/wine/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine/buildlink3.mk | 4 | ||||
-rw-r--r-- | emulators/yabause/Makefile | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/emulators/ckmame/Makefile b/emulators/ckmame/Makefile index 5ffc13cb580..694d362d315 100644 --- a/emulators/ckmame/Makefile +++ b/emulators/ckmame/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2012/12/12 10:43:31 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/01/26 21:37:31 adam Exp $ # DISTNAME= ckmame-0.11 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://www.nih.at/ckmame/ EXTRACT_SUFX= .tar.bz2 diff --git a/emulators/gambatte/Makefile b/emulators/gambatte/Makefile index b65dcd63942..82aecb828c4 100644 --- a/emulators/gambatte/Makefile +++ b/emulators/gambatte/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2012/10/08 23:01:31 adam Exp $ +# $NetBSD: Makefile,v 1.18 2013/01/26 21:37:31 adam Exp $ # DISTNAME= gambatte_src-0.4.1 PKGNAME= ${DISTNAME:S/_src//} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gambatte/} diff --git a/emulators/kenigma/Makefile b/emulators/kenigma/Makefile index 3d8ac9dd463..ff249cba234 100644 --- a/emulators/kenigma/Makefile +++ b/emulators/kenigma/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2012/12/16 01:52:12 obache Exp $ +# $NetBSD: Makefile,v 1.26 2013/01/26 21:37:31 adam Exp $ DISTNAME= 28107-kenigma-1.2.1 PKGNAME= kenigma-1.2.1 -PKGREVISION= 22 +PKGREVISION= 23 CATEGORIES= emulators security MASTER_SITES= http://www.kde-apps.org/content/files/ diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index f6391352ae2..088435c4eb5 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2012/10/03 21:56:01 wiz Exp $ +# $NetBSD: Makefile,v 1.38 2013/01/26 21:37:31 adam Exp $ # DISTNAME= emulator_src_${POSE_VERSION} PKGNAME= palmosemulator-${POSE_VERSION} -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= emulators x11 MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index bf6db107d68..7670e37a4b2 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2012/12/16 01:52:13 obache Exp $ +# $NetBSD: Makefile,v 1.37 2013/01/26 21:36:23 adam Exp $ DISTNAME= wine-1.3.26 -PKGREVISION= 10 +PKGREVISION= 11 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 d07bf786ee3..c83a00dad74 100644 --- a/emulators/wine-devel/buildlink3.mk +++ b/emulators/wine-devel/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:29 dholland Exp $ +# $NetBSD: buildlink3.mk,v 1.9 2013/01/26 21:36:23 adam 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.26nb1 +BUILDLINK_ABI_DEPENDS.wine+= wine>=1.3.26nb11 BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine pkgbase:= wine diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 10ebae657a7..c5b99cae65e 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.172 2012/12/16 01:52:13 obache Exp $ +# $NetBSD: Makefile,v 1.173 2013/01/26 21:36:23 adam Exp $ DISTNAME= wine-1.2.3 -PKGREVISION= 9 +PKGREVISION= 10 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 f9fa0f574ad..40bfca9aa6f 100644 --- a/emulators/wine/buildlink3.mk +++ b/emulators/wine/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2011/11/01 06:01:11 sbd Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/01/26 21:36:23 adam 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.3nb1 +BUILDLINK_ABI_DEPENDS.wine+= wine>=1.2.3nb10 BUILDLINK_PKGSRCDIR.wine?= ../../emulators/wine pkgbase:= wine diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 5d0f64701fa..b0317c12b70 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2012/10/31 22:48:54 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/01/26 21:37:31 adam Exp $ DISTNAME= yabause-0.9.11.1 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yabause/} |