summaryrefslogtreecommitdiff
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
parent8cdd337aae7fbde77eaaecbb3c6a8bddc40d7826 (diff)
downloadpkgsrc-36c8904375ff53264f740ee4560d903263dc0ffc.tar.gz
Revbump because of lang/qore version update.
-rw-r--r--databases/qore-sqlite3-module/Makefile6
-rw-r--r--devel/qore-uuid-module/Makefile4
-rw-r--r--graphics/qore-opengl-module/Makefile6
-rw-r--r--graphics/qore-opengl-module/buildlink3.mk4
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"