pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jun  8 20:49:42 UTC 2018

Modified Files:
        pkgsrc/databases/qore-freetds-module: Makefile
        pkgsrc/databases/qore-openldap-module: Makefile
        pkgsrc/databases/qore-sqlite3-module: Makefile
        pkgsrc/devel/qore-uuid-module: Makefile
        pkgsrc/graphics/qore-glut-module: Makefile
        pkgsrc/graphics/qore-opengl-module: Makefile
        pkgsrc/security/qore-asn1-module: Makefile
        pkgsrc/security/qore-xmlsec-module: Makefile

Log Message:
Revbump after lang/qore module api update


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/qore-freetds-module/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/qore-openldap-module/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/databases/qore-sqlite3-module/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/qore-uuid-module/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/qore-glut-module/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/qore-opengl-module/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/qore-asn1-module/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/qore-xmlsec-module/Makefile

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

Modified files:

Index: pkgsrc/databases/qore-freetds-module/Makefile
diff -u pkgsrc/databases/qore-freetds-module/Makefile:1.10 pkgsrc/databases/qore-freetds-module/Makefile:1.11
--- pkgsrc/databases/qore-freetds-module/Makefile:1.10  Tue Apr 17 22:29:36 2018
+++ pkgsrc/databases/qore-freetds-module/Makefile       Fri Jun  8 20:49:41 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2018/04/17 22:29:36 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/06/08 20:49:41 nros Exp $
 
 DISTNAME=      qore-sybase-modules-1.0.4
 PKGNAME=       ${DISTNAME:S/sybase-modules/freetds-module/}
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/databases/qore-openldap-module/Makefile
diff -u pkgsrc/databases/qore-openldap-module/Makefile:1.6 pkgsrc/databases/qore-openldap-module/Makefile:1.7
--- pkgsrc/databases/qore-openldap-module/Makefile:1.6  Sun Jan 28 16:24:13 2018
+++ pkgsrc/databases/qore-openldap-module/Makefile      Fri Jun  8 20:49:41 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2018/01/28 16:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/08 20:49:41 nros Exp $
 
 DISTNAME=      qore-openldap-module-1.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    databases
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=   .tar.bz2

Index: pkgsrc/databases/qore-sqlite3-module/Makefile
diff -u pkgsrc/databases/qore-sqlite3-module/Makefile:1.16 pkgsrc/databases/qore-sqlite3-module/Makefile:1.17
--- pkgsrc/databases/qore-sqlite3-module/Makefile:1.16  Sat Apr 14 07:34:14 2018
+++ pkgsrc/databases/qore-sqlite3-module/Makefile       Fri Jun  8 20:49:41 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2018/04/14 07:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/06/08 20:49:41 nros Exp $
 
 DISTNAME=      qore-sqlite3-module-1.0.1
-PKGREVISION=   16
+PKGREVISION=   17
 CATEGORIES=    databases
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=qore/}
 

Index: pkgsrc/devel/qore-uuid-module/Makefile
diff -u pkgsrc/devel/qore-uuid-module/Makefile:1.5 pkgsrc/devel/qore-uuid-module/Makefile:1.6
--- pkgsrc/devel/qore-uuid-module/Makefile:1.5  Sun Jan 28 16:24:13 2018
+++ pkgsrc/devel/qore-uuid-module/Makefile      Fri Jun  8 20:49:41 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2018/01/28 16:24:13 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2018/06/08 20:49:41 nros Exp $
 
 DISTNAME=      qore-uuid-module-1.3
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    devel
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=qore/}
 EXTRACT_SUFX=   .tar.bz2

Index: pkgsrc/graphics/qore-glut-module/Makefile
diff -u pkgsrc/graphics/qore-glut-module/Makefile:1.7 pkgsrc/graphics/qore-glut-module/Makefile:1.8
--- pkgsrc/graphics/qore-glut-module/Makefile:1.7       Sun Jan 28 16:24:10 2018
+++ pkgsrc/graphics/qore-glut-module/Makefile   Fri Jun  8 20:49:41 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/01/28 16:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/06/08 20:49:41 nros Exp $
 
 DISTNAME=      qore-glut-module-0.0.3
-PKGREVISION=   8
+PKGREVISION=   9
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
 

Index: pkgsrc/graphics/qore-opengl-module/Makefile
diff -u pkgsrc/graphics/qore-opengl-module/Makefile:1.7 pkgsrc/graphics/qore-opengl-module/Makefile:1.8
--- pkgsrc/graphics/qore-opengl-module/Makefile:1.7     Sun Jan 28 16:24:10 2018
+++ pkgsrc/graphics/qore-opengl-module/Makefile Fri Jun  8 20:49:41 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/01/28 16:24:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/06/08 20:49:41 nros Exp $
 
 DISTNAME=      qore-opengl-module-0.0.3
-PKGREVISION=   9
+PKGREVISION=   10
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
 

Index: pkgsrc/security/qore-asn1-module/Makefile
diff -u pkgsrc/security/qore-asn1-module/Makefile:1.6 pkgsrc/security/qore-asn1-module/Makefile:1.7
--- pkgsrc/security/qore-asn1-module/Makefile:1.6       Sun Jan 28 16:24:15 2018
+++ pkgsrc/security/qore-asn1-module/Makefile   Fri Jun  8 20:49:42 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2018/01/28 16:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/08 20:49:42 nros Exp $
 
 DISTNAME=      qore-asn1-module-0.0.3
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
 

Index: pkgsrc/security/qore-xmlsec-module/Makefile
diff -u pkgsrc/security/qore-xmlsec-module/Makefile:1.4 pkgsrc/security/qore-xmlsec-module/Makefile:1.5
--- pkgsrc/security/qore-xmlsec-module/Makefile:1.4     Sun Jan 28 16:24:15 2018
+++ pkgsrc/security/qore-xmlsec-module/Makefile Fri Jun  8 20:49:42 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/01/28 16:24:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2018/06/08 20:49:42 nros Exp $
 
 DISTNAME=      qore-xmlsec-module-0.0.2
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qore/}
 



Home | Main Index | Thread Index | Old Index