pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Bump PostgreSQL default version to 9.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f39484c2c901
branches:  trunk
changeset: 635751:f39484c2c901
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jun 10 14:21:37 2014 +0000

description:
Bump PostgreSQL default version to 9.3.

diffstat:

 mail/perdition-postgresql/Makefile    |  4 ++--
 math/R-RPostgreSQL/Makefile           |  4 ++--
 misc/libreoffice4/Makefile            |  4 ++--
 mk/pgsql.buildlink3.mk                |  4 ++--
 net/mydns-pgsql/Makefile              |  4 ++--
 net/nagios-plugin-pgsql/Makefile      |  4 ++--
 net/powerdns-pgsql/Makefile           |  4 ++--
 security/libprelude-python/Makefile   |  4 ++--
 security/pam-pgsql/Makefile           |  4 ++--
 sysutils/collectd-postgresql/Makefile |  3 ++-
 www/aipo/Makefile                     |  3 ++-
 www/ap-auth-pgsql/Makefile            |  4 ++--
 www/ap-auth-postgresql/Makefile       |  4 ++--
 www/ap2-auth-pgsql/Makefile           |  4 ++--
 www/davical/Makefile                  |  4 ++--
 x11/qt3-pgsql/Makefile                |  4 ++--
 x11/qt4-pgsql/Makefile                |  4 ++--
 x11/qt5-psql/Makefile                 |  3 ++-
 18 files changed, 36 insertions(+), 33 deletions(-)

diffs (256 lines):

diff -r 40303d46b210 -r f39484c2c901 mail/perdition-postgresql/Makefile
--- a/mail/perdition-postgresql/Makefile        Tue Jun 10 13:55:21 2014 +0000
+++ b/mail/perdition-postgresql/Makefile        Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2012/10/08 12:19:26 asau Exp $
+# $NetBSD: Makefile,v 1.12 2014/06/10 14:21:37 joerg Exp $
 
 PERDITION_COMMENT=     PostgreSQL user database module
 PERDITION_PKGNAME=     postgresql
 PERDITION_SKIP_DISABLE=        pg
-PKGREVISION=           2
+PKGREVISION=           3
 
 USE_TOOLS+=    bash:run
 REPLACE_BASH+= perdition/db/postgresql/perditiondb_postgresql_makedb
diff -r 40303d46b210 -r f39484c2c901 math/R-RPostgreSQL/Makefile
--- a/math/R-RPostgreSQL/Makefile       Tue Jun 10 13:55:21 2014 +0000
+++ b/math/R-RPostgreSQL/Makefile       Tue Jun 10 14:21:37 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2012/08/05 10:02:12 obache Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/10 14:21:37 joerg Exp $
 
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
diff -r 40303d46b210 -r f39484c2c901 misc/libreoffice4/Makefile
--- a/misc/libreoffice4/Makefile        Tue Jun 10 13:55:21 2014 +0000
+++ b/misc/libreoffice4/Makefile        Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.28 2014/06/03 03:21:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2014/06/10 14:21:37 joerg Exp $
 
 VER=           4.2.4.2
 DISTNAME=      libreoffice-${VER}
 PKGNAME=       libreoffice4-${VER}
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    misc
 MASTER_SITES=  http://download.documentfoundation.org/libreoffice/src/4.2.4/
 EXTRACT_SUFX=  .tar.xz
diff -r 40303d46b210 -r f39484c2c901 mk/pgsql.buildlink3.mk
--- a/mk/pgsql.buildlink3.mk    Tue Jun 10 13:55:21 2014 +0000
+++ b/mk/pgsql.buildlink3.mk    Tue Jun 10 14:21:37 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pgsql.buildlink3.mk,v 1.36 2013/09/10 15:35:30 adam Exp $
+# $NetBSD: pgsql.buildlink3.mk,v 1.37 2014/06/10 14:21:37 joerg Exp $
 #
 # User-settable variables:
 #
@@ -24,7 +24,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-PGSQL_VERSION_DEFAULT?=                91
+PGSQL_VERSION_DEFAULT?=                93
 PGSQL_VERSIONS_ACCEPTED?=      93 92 91 90 84
 
 # transform the list into individual variables
diff -r 40303d46b210 -r f39484c2c901 net/mydns-pgsql/Makefile
--- a/net/mydns-pgsql/Makefile  Tue Jun 10 13:55:21 2014 +0000
+++ b/net/mydns-pgsql/Makefile  Tue Jun 10 14:21:37 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2014/02/12 23:18:23 tron Exp $
+# $NetBSD: Makefile,v 1.23 2014/06/10 14:21:37 joerg Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-pgsql-/}
-PKGREVISION=           14
+PKGREVISION=           15
 COMMENT=               PostgreSQL-based DNS server
 
 CONFLICTS=             mydns-mysql-[0-9]*
diff -r 40303d46b210 -r f39484c2c901 net/nagios-plugin-pgsql/Makefile
--- a/net/nagios-plugin-pgsql/Makefile  Tue Jun 10 13:55:21 2014 +0000
+++ b/net/nagios-plugin-pgsql/Makefile  Tue Jun 10 14:21:37 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2014/02/12 23:18:23 tron Exp $
+# $NetBSD: Makefile,v 1.17 2014/06/10 14:21:37 joerg Exp $
 #
 
 PKGNAME=       nagios-plugin-pgsql-${PLUGINSVERSION}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    net sysutils databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 40303d46b210 -r f39484c2c901 net/powerdns-pgsql/Makefile
--- a/net/powerdns-pgsql/Makefile       Tue Jun 10 13:55:21 2014 +0000
+++ b/net/powerdns-pgsql/Makefile       Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2012/10/23 17:18:59 asau Exp $
+# $NetBSD: Makefile,v 1.14 2014/06/10 14:21:37 joerg Exp $
 
 .include "../../net/powerdns/Makefile.backend"
 
 PKGNAME=               ${DISTNAME:S/pdns/powerdns-pgsql/}
-PKGREVISION=           3
+PKGREVISION=           4
 COMMENT=               PostgreSQL backend module for PowerDNS
 
 CONFIGURE_ARGS+=       --with-dynmodules="gpgsql"
diff -r 40303d46b210 -r f39484c2c901 security/libprelude-python/Makefile
--- a/security/libprelude-python/Makefile       Tue Jun 10 13:55:21 2014 +0000
+++ b/security/libprelude-python/Makefile       Tue Jun 10 14:21:37 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2014/05/09 07:37:17 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2014/06/10 14:21:37 joerg Exp $
 
 PKGNAME=               libprelude-python-${VERSION}
-PKGREVISION=           7
+PKGREVISION=           8
 COMMENT=               Python bindings to LibPrelude
 
 .include "../../security/libprelude/Makefile.common"
diff -r 40303d46b210 -r f39484c2c901 security/pam-pgsql/Makefile
--- a/security/pam-pgsql/Makefile       Tue Jun 10 13:55:21 2014 +0000
+++ b/security/pam-pgsql/Makefile       Tue Jun 10 14:21:37 2014 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2014/01/01 11:52:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/10 14:21:37 joerg Exp $
 
 DISTNAME=      pam-pgsql-0.7.3.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pam-pgsql/}
 
diff -r 40303d46b210 -r f39484c2c901 sysutils/collectd-postgresql/Makefile
--- a/sysutils/collectd-postgresql/Makefile     Tue Jun 10 13:55:21 2014 +0000
+++ b/sysutils/collectd-postgresql/Makefile     Tue Jun 10 14:21:37 2014 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2014/02/17 11:21:55 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2014/06/10 14:21:37 joerg Exp $
 
 COLLECTD_PACKAGE=      postgresql
 
 PKGNAME=               ${DISTNAME:S/collectd/collectd-${COLLECTD_PACKAGE}${PGSQL_VERSION}/}
+PKGREVISION=           1
 COMMENT=               Statistics collection daemon - postgresql plugin
 
 .include "../../sysutils/collectd/Makefile.common"
diff -r 40303d46b210 -r f39484c2c901 www/aipo/Makefile
--- a/www/aipo/Makefile Tue Jun 10 13:55:21 2014 +0000
+++ b/www/aipo/Makefile Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2013/03/04 21:57:21 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2014/06/10 14:21:37 joerg Exp $
 #
 
 DISTNAME=      aipo${VERSION:S/.//g}0ja_linux32
 VERSION=       7.0.2
 PKGNAME=       aipo-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES=  http://aipo.googlecode.com/files/
 
diff -r 40303d46b210 -r f39484c2c901 www/ap-auth-pgsql/Makefile
--- a/www/ap-auth-pgsql/Makefile        Tue Jun 10 13:55:21 2014 +0000
+++ b/www/ap-auth-pgsql/Makefile        Tue Jun 10 14:21:37 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2012/10/28 06:30:03 asau Exp $
+# $NetBSD: Makefile,v 1.17 2014/06/10 14:21:37 joerg Exp $
 
 DISTNAME=      mod_auth_pgsql-0.9.12
 PKGNAME=       ap13-auth-pgsql-0.9.12
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    www databases
 MASTER_SITES=  http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/
 
diff -r 40303d46b210 -r f39484c2c901 www/ap-auth-postgresql/Makefile
--- a/www/ap-auth-postgresql/Makefile   Tue Jun 10 13:55:21 2014 +0000
+++ b/www/ap-auth-postgresql/Makefile   Tue Jun 10 14:21:37 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2012/10/28 06:30:03 asau Exp $
+# $NetBSD: Makefile,v 1.37 2014/06/10 14:21:37 joerg Exp $
 
 DISTNAME=      AuthPG-1.4
 PKGNAME=       ap13-auth-postgresql-1.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www databases
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=authpg/}
 
diff -r 40303d46b210 -r f39484c2c901 www/ap2-auth-pgsql/Makefile
--- a/www/ap2-auth-pgsql/Makefile       Tue Jun 10 13:55:21 2014 +0000
+++ b/www/ap2-auth-pgsql/Makefile       Tue Jun 10 14:21:37 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2012/10/28 06:30:06 asau Exp $
+# $NetBSD: Makefile,v 1.24 2014/06/10 14:21:37 joerg Exp $
 
 DISTNAME=              mod_auth_pgsql-2.0.3
 PKGNAME=               ${APACHE_PKG_PREFIX}-auth-pgsql-2.0.3
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            www databases
 MASTER_SITES=          http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/
 
diff -r 40303d46b210 -r f39484c2c901 www/davical/Makefile
--- a/www/davical/Makefile      Tue Jun 10 13:55:21 2014 +0000
+++ b/www/davical/Makefile      Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:57 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2014/06/10 14:21:37 joerg Exp $
 #
 
 DISTNAME=      davical-${DAVICAL_VERSION}
 DAVICAL_VERSION=1.1.1
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    www
 MASTER_SITES=  http://debian.mcmillan.net.nz/packages/davical/
 
diff -r 40303d46b210 -r f39484c2c901 x11/qt3-pgsql/Makefile
--- a/x11/qt3-pgsql/Makefile    Tue Jun 10 13:55:21 2014 +0000
+++ b/x11/qt3-pgsql/Makefile    Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2014/02/12 23:18:54 tron Exp $
+# $NetBSD: Makefile,v 1.22 2014/06/10 14:21:37 joerg Exp $
 
 .include "../../x11/qt3-libs/Makefile.common"
 
 PKGNAME=       qt3-psql-${QTVERSION}
-PKGREVISION=   17
+PKGREVISION=   18
 COMMENT=       QT postgresql driver
 
 CONFIGURE_ARGS+=       -I${QTDIR}/include \
diff -r 40303d46b210 -r f39484c2c901 x11/qt4-pgsql/Makefile
--- a/x11/qt4-pgsql/Makefile    Tue Jun 10 13:55:21 2014 +0000
+++ b/x11/qt4-pgsql/Makefile    Tue Jun 10 14:21:37 2014 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.43 2014/02/12 23:18:54 tron Exp $
+# $NetBSD: Makefile,v 1.44 2014/06/10 14:21:38 joerg Exp $
 
 .include "../../x11/qt4-libs/Makefile.common"
 
 PKGNAME=       qt4-pgsql-${QTVERSION}
-PKGREVISION=   1
+PKGREVISION=   2
 COMMENT=       QT postgresql driver
 
 CONFIGURE_ARGS+=       -I${QTDIR}/include
diff -r 40303d46b210 -r f39484c2c901 x11/qt5-psql/Makefile
--- a/x11/qt5-psql/Makefile     Tue Jun 10 13:55:21 2014 +0000
+++ b/x11/qt5-psql/Makefile     Tue Jun 10 14:21:37 2014 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2014/04/23 07:05:31 adam Exp $
+# $NetBSD: Makefile,v 1.7 2014/06/10 14:21:38 joerg Exp $
 
 PKGNAME=       qt5-psql-${QTVERSION}
+PKGREVISION=   1
 COMMENT=       Qt5 PostgreSQL plugin
 
 .include "../../x11/qt5-qtbase/Makefile.common"



Home | Main Index | Thread Index | Old Index