diff options
author | nros <nros@pkgsrc.org> | 2016-07-22 13:04:04 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2016-07-22 13:04:04 +0000 |
commit | aa1065cf5e890b96fe44ea47dac7f8ab029fa634 (patch) | |
tree | 6bd913bad23726d9beeddc1aa4e9debdd1eb8a40 | |
parent | bbe0a1331170bbc8db4c08122c65bd510466546c (diff) | |
download | pkgsrc-aa1065cf5e890b96fe44ea47dac7f8ab029fa634.tar.gz |
Revbump because of lang/qore version update.
-rw-r--r-- | databases/qore-sqlite3-module/Makefile | 6 | ||||
-rw-r--r-- | devel/qore-uuid-module/Makefile | 4 | ||||
-rw-r--r-- | graphics/qore-opengl-module/Makefile | 6 | ||||
-rw-r--r-- | graphics/qore-opengl-module/buildlink3.mk | 4 |
4 files changed, 10 insertions, 10 deletions
diff --git a/databases/qore-sqlite3-module/Makefile b/databases/qore-sqlite3-module/Makefile index 5811c96d666..a1f4a315403 100644 --- a/databases/qore-sqlite3-module/Makefile +++ b/databases/qore-sqlite3-module/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.5 2016/04/11 19:01:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/22 13:04:04 nros Exp $ DISTNAME= qore-sqlite3-module-1.0.1 -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} -MAINTAINER= nros@users.sourceforge.net +MAINTAINER= nros@netbsd.org HOMEPAGE= http://www.qore.org/ COMMENT= SQLite module for Qore LICENSE= gnu-lgpl-v2.1 diff --git a/devel/qore-uuid-module/Makefile b/devel/qore-uuid-module/Makefile index 3484aa0bdef..c6a260715c1 100644 --- a/devel/qore-uuid-module/Makefile +++ b/devel/qore-uuid-module/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2016/03/05 11:28:25 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2016/07/22 13:07:15 nros Exp $ DISTNAME= qore-uuid-module-1.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} EXTRACT_SUFX= .tar.bz2 diff --git a/graphics/qore-opengl-module/Makefile b/graphics/qore-opengl-module/Makefile index e62ea331b5b..92c7d2ea310 100644 --- a/graphics/qore-opengl-module/Makefile +++ b/graphics/qore-opengl-module/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2016/03/05 11:27:50 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2016/07/22 13:12:17 nros Exp $ DISTNAME= qore-opengl-module-0.0.3 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qore/} -MAINTAINER= nros@users.sourceforge.net +MAINTAINER= nros@netbsd.org HOMEPAGE= http://www.qore.org/ COMMENT= OpenGL Qore bindings LICENSE= gnu-lgpl-v2.1 diff --git a/graphics/qore-opengl-module/buildlink3.mk b/graphics/qore-opengl-module/buildlink3.mk index f5eea14ee2d..feb2adc7f9f 100644 --- a/graphics/qore-opengl-module/buildlink3.mk +++ b/graphics/qore-opengl-module/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2016/03/05 11:27:50 jperkin Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2016/07/22 13:12:17 nros Exp $ # BUILDLINK_TREE+= qore-opengl-module @@ -7,7 +7,7 @@ BUILDLINK_TREE+= qore-opengl-module QORE_OPENGL_MODULE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qore-opengl-module+= qore-opengl-module>=0.0.3 -BUILDLINK_ABI_DEPENDS.qore-opengl-module?= qore-opengl-module>=0.0.3nb6 +BUILDLINK_ABI_DEPENDS.qore-opengl-module?= qore-opengl-module>=0.0.3nb7 BUILDLINK_PKGSRCDIR.qore-opengl-module?= ../../graphics/qore-opengl-module .include "../../lang/qore/buildlink3.mk" |