summaryrefslogtreecommitdiff
path: root/graphics/qore-opengl-module
diff options
context:
space:
mode:
authornros <nros>2016-07-22 13:04:04 +0000
committernros <nros>2016-07-22 13:04:04 +0000
commit36c8904375ff53264f740ee4560d903263dc0ffc (patch)
tree10428432c78f7f36dcc6a9d2efd1223984df0a5b /graphics/qore-opengl-module
parent8cdd337aae7fbde77eaaecbb3c6a8bddc40d7826 (diff)
downloadpkgsrc-36c8904375ff53264f740ee4560d903263dc0ffc.tar.gz
Revbump because of lang/qore version update.
Diffstat (limited to 'graphics/qore-opengl-module')
-rw-r--r--graphics/qore-opengl-module/Makefile6
-rw-r--r--graphics/qore-opengl-module/buildlink3.mk4
2 files changed, 5 insertions, 5 deletions
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"