summaryrefslogtreecommitdiff
path: root/databases/postgresql81-server
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2008-11-07 09:49:49 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2008-11-07 09:49:49 +0000
commit978e3de48fd8491061803765cdc592ab234edd46 (patch)
tree2f23f5da1426d6e37dcb3efb378e85bd08787403 /databases/postgresql81-server
parent- Fix build by not using ncurses-config since there is no need, and we do not (diff)
Update PostgreSQL to latest versions.
http://www.postgresql.org/docs/current/static/release-8-3-5.html http://www.postgresql.org/docs/current/static/release-8-2-11.html http://www.postgresql.org/docs/current/static/release-8-1-15.html http://www.postgresql.org/docs/current/static/release-8-0-19.html http://www.postgresql.org/docs/current/static/release-7-4-23.html Note that the GiST problem mentioned does not apply to users of the FreeBSD port, since the previous version of PostgreSQL never reached the ports tree, due to the freeze of the tree pending the FreeBSD 7.1 update. PR: 121848, 124713
Notes
Notes: svn path=/head/; revision=222485
Diffstat (limited to 'databases/postgresql81-server')
-rw-r--r--databases/postgresql81-server/Makefile2
-rw-r--r--databases/postgresql81-server/distinfo6
-rw-r--r--databases/postgresql81-server/files/pkg-message-server.in2
3 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index f2fbf8c3cb09..6b7a28f1912c 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME?= postgresql
-PORTVERSION?= 8.1.13
+PORTVERSION?= 8.1.14
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
diff --git a/databases/postgresql81-server/distinfo b/databases/postgresql81-server/distinfo
index 02eed06e3753..ec6c7edee623 100644
--- a/databases/postgresql81-server/distinfo
+++ b/databases/postgresql81-server/distinfo
@@ -1,6 +1,6 @@
-MD5 (postgresql/postgresql-8.1.13.tar.bz2) = fb88b45deeed02e8822fa0ed8e03aa13
-SHA256 (postgresql/postgresql-8.1.13.tar.bz2) = a537734da80f85c51ef72dd2d28bb2f64b73f63a727ef53a90211ccac2dcb1d1
-SIZE (postgresql/postgresql-8.1.13.tar.bz2) = 11744780
+MD5 (postgresql/postgresql-8.1.14.tar.bz2) = 1c820aa8e21b890340a79b1a261c65e3
+SHA256 (postgresql/postgresql-8.1.14.tar.bz2) = b793dc92b85d26f59f9f3098a2497614efe9a8f9a1f3472865c75d7108d04209
+SIZE (postgresql/postgresql-8.1.14.tar.bz2) = 11773020
MD5 (postgresql/hier-Pg8.1.2-0.5.5.diff.gz) = 15916bf13b99702599ce70b6475f7d86
SHA256 (postgresql/hier-Pg8.1.2-0.5.5.diff.gz) = 14ecc3809ce69f47c3460efee3fc7fce78f68802936650fc4e1132adffd41d1e
SIZE (postgresql/hier-Pg8.1.2-0.5.5.diff.gz) = 31203
diff --git a/databases/postgresql81-server/files/pkg-message-server.in b/databases/postgresql81-server/files/pkg-message-server.in
index cd6c42ed2090..54f397448198 100644
--- a/databases/postgresql81-server/files/pkg-message-server.in
+++ b/databases/postgresql81-server/files/pkg-message-server.in
@@ -31,7 +31,7 @@ consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql
to get the functions required for ODBC compliance.
Please note that if you use the rc script,
-%%PREFIX%%/etc/rc.conf/postgresql, to initialize the database, unicode
+%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode
(UTF-8) will be used to store character data by default. Set
postgresql_initdb_flags or use login.conf settings described below to
alter this behaviour. See the start rc script for more info.