summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql94-client/PLIST3
-rw-r--r--databases/postgresql94-docs/PLIST7
-rw-r--r--databases/postgresql94-server/PLIST3
-rw-r--r--databases/postgresql94/Makefile.common4
-rw-r--r--databases/postgresql94/distinfo8
5 files changed, 16 insertions, 9 deletions
diff --git a/databases/postgresql94-client/PLIST b/databases/postgresql94-client/PLIST
index bcd69b82c49..5f7b9466704 100644
--- a/databases/postgresql94-client/PLIST
+++ b/databases/postgresql94-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/14 21:01:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/12 09:34:28 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -202,6 +202,7 @@ include/postgresql/server/commands/variable.h
include/postgresql/server/commands/view.h
include/postgresql/server/common/fe_memutils.h
include/postgresql/server/common/relpath.h
+include/postgresql/server/common/string.h
include/postgresql/server/common/username.h
include/postgresql/server/datatype/timestamp.h
include/postgresql/server/dynloader.h
diff --git a/databases/postgresql94-docs/PLIST b/databases/postgresql94-docs/PLIST
index 65c2aa23cff..a3e17e90586 100644
--- a/databases/postgresql94-docs/PLIST
+++ b/databases/postgresql94-docs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/14 21:01:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/12 09:34:28 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -1066,6 +1066,7 @@ share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
share/doc/postgresql/html/release-9-0-17.html
share/doc/postgresql/html/release-9-0-18.html
+share/doc/postgresql/html/release-9-0-19.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
@@ -1081,6 +1082,7 @@ share/doc/postgresql/html/release-9-1-11.html
share/doc/postgresql/html/release-9-1-12.html
share/doc/postgresql/html/release-9-1-13.html
share/doc/postgresql/html/release-9-1-14.html
+share/doc/postgresql/html/release-9-1-15.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
@@ -1091,6 +1093,7 @@ share/doc/postgresql/html/release-9-1-8.html
share/doc/postgresql/html/release-9-1-9.html
share/doc/postgresql/html/release-9-1.html
share/doc/postgresql/html/release-9-2-1.html
+share/doc/postgresql/html/release-9-2-10.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
@@ -1105,7 +1108,9 @@ 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
share/doc/postgresql/html/release-9-3-5.html
+share/doc/postgresql/html/release-9-3-6.html
share/doc/postgresql/html/release-9-3.html
+share/doc/postgresql/html/release-9-4-1.html
share/doc/postgresql/html/release-9-4.html
share/doc/postgresql/html/release.html
share/doc/postgresql/html/resources.html
diff --git a/databases/postgresql94-server/PLIST b/databases/postgresql94-server/PLIST
index 73942aae74a..98a40150fe3 100644
--- a/databases/postgresql94-server/PLIST
+++ b/databases/postgresql94-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/14 21:01:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/02/12 09:34:28 adam Exp $
bin/postgres
bin/postmaster
include/postgresql/server/plpgsql.h
@@ -38,6 +38,7 @@ share/locale/es/LC_MESSAGES/plpgsql-9.4.mo
share/locale/es/LC_MESSAGES/postgres-9.4.mo
share/locale/fr/LC_MESSAGES/plpgsql-9.4.mo
share/locale/fr/LC_MESSAGES/postgres-9.4.mo
+share/locale/id/LC_MESSAGES/postgres-9.4.mo
share/locale/it/LC_MESSAGES/plpgsql-9.4.mo
share/locale/it/LC_MESSAGES/postgres-9.4.mo
share/locale/ja/LC_MESSAGES/plpgsql-9.4.mo
diff --git a/databases/postgresql94/Makefile.common b/databases/postgresql94/Makefile.common
index 8c743719365..66af67c026f 100644
--- a/databases/postgresql94/Makefile.common
+++ b/databases/postgresql94/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2015/01/14 21:01:18 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2015/02/12 09:34:28 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/postgresql94-server/Makefile
# used by databases/postgresql94-upgrade/Makefile
-DISTNAME= postgresql-9.4.0
+DISTNAME= postgresql-9.4.1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff --git a/databases/postgresql94/distinfo b/databases/postgresql94/distinfo
index 01138374556..24e750eba90 100644
--- a/databases/postgresql94/distinfo
+++ b/databases/postgresql94/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2015/01/23 15:06:01 joerg Exp $
+$NetBSD: distinfo,v 1.3 2015/02/12 09:34:28 adam Exp $
-SHA1 (postgresql-9.4.0.tar.bz2) = bdf7f4872c7dd6bfee5ba04de81bf5097b73d5d7
-RMD160 (postgresql-9.4.0.tar.bz2) = 6abafacc675f30214580405a1fa757064b8b9a2e
-Size (postgresql-9.4.0.tar.bz2) = 17344910 bytes
+SHA1 (postgresql-9.4.1.tar.bz2) = 0086c9625e727be5b1ef00c4c694e762e41eba50
+RMD160 (postgresql-9.4.1.tar.bz2) = 3534c5310df23ad9c806361cab822e35cd55eafe
+Size (postgresql-9.4.1.tar.bz2) = 17549976 bytes
SHA1 (patch-config_missing) = c2d7d742922ba6861e7660c75b7b53f09e564813
SHA1 (patch-config_perl.m4) = e035132b1c281a75752d570ac5e29a11176c25c5
SHA1 (patch-configure) = 59fe9a768caf8a5d308acac60c28bc6bb2c40632