summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql93-docs/PLIST7
-rw-r--r--databases/postgresql93-server/PLIST3
-rw-r--r--databases/postgresql93/Makefile.common4
-rw-r--r--databases/postgresql93/distinfo8
4 files changed, 14 insertions, 8 deletions
diff --git a/databases/postgresql93-docs/PLIST b/databases/postgresql93-docs/PLIST
index c14c4974520..2ae293d63f1 100644
--- a/databases/postgresql93-docs/PLIST
+++ b/databases/postgresql93-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2015/06/18 14:46:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2015/10/10 12:26:10 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -714,6 +714,7 @@ share/doc/postgresql/html/monitoring-ps.html
share/doc/postgresql/html/monitoring-stats.html
share/doc/postgresql/html/monitoring.html
share/doc/postgresql/html/multibyte.html
+share/doc/postgresql/html/mvcc-caveats.html
share/doc/postgresql/html/mvcc-intro.html
share/doc/postgresql/html/mvcc.html
share/doc/postgresql/html/nls-programmer.html
@@ -1051,6 +1052,7 @@ share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-20.html
share/doc/postgresql/html/release-9-0-21.html
share/doc/postgresql/html/release-9-0-22.html
+share/doc/postgresql/html/release-9-0-23.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
share/doc/postgresql/html/release-9-0-5.html
@@ -1069,6 +1071,7 @@ share/doc/postgresql/html/release-9-1-15.html
share/doc/postgresql/html/release-9-1-16.html
share/doc/postgresql/html/release-9-1-17.html
share/doc/postgresql/html/release-9-1-18.html
+share/doc/postgresql/html/release-9-1-19.html
share/doc/postgresql/html/release-9-1-2.html
share/doc/postgresql/html/release-9-1-3.html
share/doc/postgresql/html/release-9-1-4.html
@@ -1083,6 +1086,7 @@ share/doc/postgresql/html/release-9-2-10.html
share/doc/postgresql/html/release-9-2-11.html
share/doc/postgresql/html/release-9-2-12.html
share/doc/postgresql/html/release-9-2-13.html
+share/doc/postgresql/html/release-9-2-14.html
share/doc/postgresql/html/release-9-2-2.html
share/doc/postgresql/html/release-9-2-3.html
share/doc/postgresql/html/release-9-2-4.html
@@ -1093,6 +1097,7 @@ share/doc/postgresql/html/release-9-2-8.html
share/doc/postgresql/html/release-9-2-9.html
share/doc/postgresql/html/release-9-2.html
share/doc/postgresql/html/release-9-3-1.html
+share/doc/postgresql/html/release-9-3-10.html
share/doc/postgresql/html/release-9-3-2.html
share/doc/postgresql/html/release-9-3-3.html
share/doc/postgresql/html/release-9-3-4.html
diff --git a/databases/postgresql93-server/PLIST b/databases/postgresql93-server/PLIST
index b8850e20dbf..97cd80816b6 100644
--- a/databases/postgresql93-server/PLIST
+++ b/databases/postgresql93-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2015/02/14 07:40:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2015/10/10 12:26:10 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -179,6 +179,7 @@ share/postgresql/timezone/America/Edmonton
share/postgresql/timezone/America/Eirunepe
share/postgresql/timezone/America/El_Salvador
share/postgresql/timezone/America/Ensenada
+share/postgresql/timezone/America/Fort_Nelson
share/postgresql/timezone/America/Fort_Wayne
share/postgresql/timezone/America/Fortaleza
share/postgresql/timezone/America/Glace_Bay
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index f3bb2c10337..4184ed3a4cf 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2015/06/18 14:46:14 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2015/10/10 12:26:10 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -23,7 +23,7 @@
# used by databases/postgresql93-server/Makefile
# used by databases/postgresql93-upgrade/Makefile
-DISTNAME= postgresql-9.3.9
+DISTNAME= postgresql-9.3.10
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql93/distinfo b/databases/postgresql93/distinfo
index e1ab59c9a2a..2550270cd84 100644
--- a/databases/postgresql93/distinfo
+++ b/databases/postgresql93/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2015/06/18 14:46:14 adam Exp $
+$NetBSD: distinfo,v 1.14 2015/10/10 12:26:10 adam Exp $
-SHA1 (postgresql-9.3.9.tar.bz2) = 0a1ea210e12bc07ac8c528c8997b90bd5d41df6e
-RMD160 (postgresql-9.3.9.tar.bz2) = 0acc47c393b10b41d2bd98465d33335d6459c05b
-Size (postgresql-9.3.9.tar.bz2) = 16959310 bytes
+SHA1 (postgresql-9.3.10.tar.bz2) = f145552bb679f2d5edabfab0d4b9a9203c5bfe77
+RMD160 (postgresql-9.3.10.tar.bz2) = 95bc7df69790363efbe41e274fcdd9c978b02adf
+Size (postgresql-9.3.10.tar.bz2) = 16995860 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9