pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/qore-opengl-module



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jul 22 13:12:17 UTC 2016

Modified Files:
        pkgsrc/graphics/qore-opengl-module: Makefile buildlink3.mk

Log Message:
Revbump because of lang/qore version update.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/qore-opengl-module/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/qore-opengl-module/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/qore-opengl-module/Makefile
diff -u pkgsrc/graphics/qore-opengl-module/Makefile:1.3 pkgsrc/graphics/qore-opengl-module/Makefile:1.4
--- pkgsrc/graphics/qore-opengl-module/Makefile:1.3     Sat Mar  5 11:27:50 2016
+++ pkgsrc/graphics/qore-opengl-module/Makefile Fri Jul 22 13:12:17 2016
@@ -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@localhost
+MAINTAINER=    nros%netbsd.org@localhost
 HOMEPAGE=      http://www.qore.org/
 COMMENT=       OpenGL Qore bindings
 LICENSE=       gnu-lgpl-v2.1

Index: pkgsrc/graphics/qore-opengl-module/buildlink3.mk
diff -u pkgsrc/graphics/qore-opengl-module/buildlink3.mk:1.2 pkgsrc/graphics/qore-opengl-module/buildlink3.mk:1.3
--- pkgsrc/graphics/qore-opengl-module/buildlink3.mk:1.2        Sat Mar  5 11:27:50 2016
+++ pkgsrc/graphics/qore-opengl-module/buildlink3.mk    Fri Jul 22 13:12:17 2016
@@ -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"



Home | Main Index | Thread Index | Old Index