diff options
author | wiz <wiz> | 2013-11-25 12:00:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-11-25 12:00:45 +0000 |
commit | 03476c4e8418053207bc0b7af05ba2003b888f90 (patch) | |
tree | 6ab513eca9a83dc1b88694269449b669fe7e6b5d /devel | |
parent | 37dcec3861c279b13fac36690c9cae4b7974cfc6 (diff) | |
download | pkgsrc-03476c4e8418053207bc0b7af05ba2003b888f90.tar.gz |
PKGREVISION bump for json-c shlib rename.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/SDL/Makefile | 4 | ||||
-rw-r--r-- | devel/SDL2/Makefile | 3 | ||||
-rw-r--r-- | devel/gmtk/Makefile | 4 | ||||
-rw-r--r-- | devel/gmtk/buildlink3.mk | 4 | ||||
-rw-r--r-- | devel/xulrunner10/Makefile | 4 | ||||
-rw-r--r-- | devel/xulrunner17/Makefile | 3 |
6 files changed, 12 insertions, 10 deletions
diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index af0ee92635c..ac1f622a3f9 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.111 2013/02/09 22:11:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.112 2013/11/25 12:00:47 wiz Exp $ DISTNAME= SDL-1.2.15 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel games MASTER_SITES= http://www.libsdl.org/release/ diff --git a/devel/SDL2/Makefile b/devel/SDL2/Makefile index fb69b9b9c58..739a05d8426 100644 --- a/devel/SDL2/Makefile +++ b/devel/SDL2/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2013/11/02 20:20:07 adam Exp $ +# $NetBSD: Makefile,v 1.3 2013/11/25 12:00:47 wiz Exp $ DISTNAME= SDL2-2.0.1 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.libsdl.org/release/ diff --git a/devel/gmtk/Makefile b/devel/gmtk/Makefile index b11c3626466..fbf12b5a5ad 100644 --- a/devel/gmtk/Makefile +++ b/devel/gmtk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2013/10/10 14:41:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.21 2013/11/25 12:00:45 wiz Exp $ # DISTNAME= gmtk-1.0.8 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= http://gmtk.googlecode.com/files/ diff --git a/devel/gmtk/buildlink3.mk b/devel/gmtk/buildlink3.mk index 16931a3b987..1308f88ffaf 100644 --- a/devel/gmtk/buildlink3.mk +++ b/devel/gmtk/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.19 2013/10/10 14:41:49 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2013/11/25 12:00:45 wiz Exp $ # BUILDLINK_TREE+= gmtk @@ -7,7 +7,7 @@ BUILDLINK_TREE+= gmtk GMTK_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.gmtk+= gmtk>=1.0.7 -BUILDLINK_ABI_DEPENDS.gmtk+= gmtk>=1.0.8nb5 +BUILDLINK_ABI_DEPENDS.gmtk+= gmtk>=1.0.8nb6 BUILDLINK_PKGSRCDIR.gmtk?= ../../devel/gmtk pkgbase := gmtk diff --git a/devel/xulrunner10/Makefile b/devel/xulrunner10/Makefile index 4cfb2445350..831c86210f0 100644 --- a/devel/xulrunner10/Makefile +++ b/devel/xulrunner10/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2013/10/10 14:41:54 ryoon Exp $ +# $NetBSD: Makefile,v 1.24 2013/11/25 12:00:47 wiz Exp $ .include "dist.mk" PKGNAME= xulrunner10-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= devel www MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/devel/xulrunner17/Makefile b/devel/xulrunner17/Makefile index 88781375621..977bdeb9b8e 100644 --- a/devel/xulrunner17/Makefile +++ b/devel/xulrunner17/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/11/14 13:16:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2013/11/25 12:00:47 wiz Exp $ .include "dist.mk" PKGNAME= xulrunner17-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//} +PKGREVISION= 1 CATEGORIES= devel www MAINTAINER= pkgsrc-users@NetBSD.org |