summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/perdition-postgresql/Makefile4
-rw-r--r--math/R-RPostgreSQL/Makefile4
-rw-r--r--misc/libreoffice4/Makefile4
-rw-r--r--mk/pgsql.buildlink3.mk4
-rw-r--r--net/mydns-pgsql/Makefile4
-rw-r--r--net/nagios-plugin-pgsql/Makefile4
-rw-r--r--net/powerdns-pgsql/Makefile4
-rw-r--r--security/libprelude-python/Makefile4
-rw-r--r--security/pam-pgsql/Makefile4
-rw-r--r--sysutils/collectd-postgresql/Makefile3
-rw-r--r--www/aipo/Makefile3
-rw-r--r--www/ap-auth-pgsql/Makefile4
-rw-r--r--www/ap-auth-postgresql/Makefile4
-rw-r--r--www/ap2-auth-pgsql/Makefile4
-rw-r--r--www/davical/Makefile4
-rw-r--r--x11/qt3-pgsql/Makefile4
-rw-r--r--x11/qt4-pgsql/Makefile4
-rw-r--r--x11/qt5-psql/Makefile3
18 files changed, 36 insertions, 33 deletions
diff --git a/mail/perdition-postgresql/Makefile b/mail/perdition-postgresql/Makefile
index b2e2df96297..73111b0ade2 100644
--- a/mail/perdition-postgresql/Makefile
+++ b/mail/perdition-postgresql/Makefile
@@ -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 --git a/math/R-RPostgreSQL/Makefile b/math/R-RPostgreSQL/Makefile
index 5a2f0067acd..578fa56b10c 100644
--- a/math/R-RPostgreSQL/Makefile
+++ b/math/R-RPostgreSQL/Makefile
@@ -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 --git a/misc/libreoffice4/Makefile b/misc/libreoffice4/Makefile
index 98828ea9d49..04756d15e08 100644
--- a/misc/libreoffice4/Makefile
+++ b/misc/libreoffice4/Makefile
@@ -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 --git a/mk/pgsql.buildlink3.mk b/mk/pgsql.buildlink3.mk
index cab278d4991..da6f0d21d57 100644
--- a/mk/pgsql.buildlink3.mk
+++ b/mk/pgsql.buildlink3.mk
@@ -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 @@ _SYS_VARS.pgsql= PG_LIB_EXT PGSQL_TYPE PGPKGSRCDIR
.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 --git a/net/mydns-pgsql/Makefile b/net/mydns-pgsql/Makefile
index 16055a2f884..2f249d780a1 100644
--- a/net/mydns-pgsql/Makefile
+++ b/net/mydns-pgsql/Makefile
@@ -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 --git a/net/nagios-plugin-pgsql/Makefile b/net/nagios-plugin-pgsql/Makefile
index b69b06160bd..64770b366c6 100644
--- a/net/nagios-plugin-pgsql/Makefile
+++ b/net/nagios-plugin-pgsql/Makefile
@@ -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
diff --git a/net/powerdns-pgsql/Makefile b/net/powerdns-pgsql/Makefile
index 5b1c7281b37..59d5b3c95f8 100644
--- a/net/powerdns-pgsql/Makefile
+++ b/net/powerdns-pgsql/Makefile
@@ -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 --git a/security/libprelude-python/Makefile b/security/libprelude-python/Makefile
index 4057981c5a5..d82aeaa0d54 100644
--- a/security/libprelude-python/Makefile
+++ b/security/libprelude-python/Makefile
@@ -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 --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile
index 6e31d1ed48a..db12989fc27 100644
--- a/security/pam-pgsql/Makefile
+++ b/security/pam-pgsql/Makefile
@@ -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 --git a/sysutils/collectd-postgresql/Makefile b/sysutils/collectd-postgresql/Makefile
index eb06ca331c8..53b2fb247c5 100644
--- a/sysutils/collectd-postgresql/Makefile
+++ b/sysutils/collectd-postgresql/Makefile
@@ -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 --git a/www/aipo/Makefile b/www/aipo/Makefile
index aa9debc4bc5..3c2a9edc891 100644
--- a/www/aipo/Makefile
+++ b/www/aipo/Makefile
@@ -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 --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile
index 9e89f33c3aa..1cd244b01d9 100644
--- a/www/ap-auth-pgsql/Makefile
+++ b/www/ap-auth-pgsql/Makefile
@@ -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 --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile
index 504a291250f..ddc2b4610ae 100644
--- a/www/ap-auth-postgresql/Makefile
+++ b/www/ap-auth-postgresql/Makefile
@@ -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 --git a/www/ap2-auth-pgsql/Makefile b/www/ap2-auth-pgsql/Makefile
index 1e7417729c2..bc6712f1471 100644
--- a/www/ap2-auth-pgsql/Makefile
+++ b/www/ap2-auth-pgsql/Makefile
@@ -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 --git a/www/davical/Makefile b/www/davical/Makefile
index cef6ab391b7..fe9cd1f074e 100644
--- a/www/davical/Makefile
+++ b/www/davical/Makefile
@@ -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 --git a/x11/qt3-pgsql/Makefile b/x11/qt3-pgsql/Makefile
index 752bc2afec2..1888b842603 100644
--- a/x11/qt3-pgsql/Makefile
+++ b/x11/qt3-pgsql/Makefile
@@ -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 --git a/x11/qt4-pgsql/Makefile b/x11/qt4-pgsql/Makefile
index 0c891dd1ae4..2b4a3171483 100644
--- a/x11/qt4-pgsql/Makefile
+++ b/x11/qt4-pgsql/Makefile
@@ -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 --git a/x11/qt5-psql/Makefile b/x11/qt5-psql/Makefile
index 09bdc52f183..9fa6ab9aa4d 100644
--- a/x11/qt5-psql/Makefile
+++ b/x11/qt5-psql/Makefile
@@ -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"