diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2011-04-18 23:34:27 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2011-04-18 23:34:27 +0000 |
commit | 73c856222edb8c22377bf9a1c81a724065e3a31c (patch) | |
tree | 2a77e52eec6ad4963a7f80ea0b338e506c5e9a85 /databases/postgresql82-server | |
parent | - Fix category (diff) |
Update PostgreSQL to 9.0.4, 8.4.8, 8.3.15 and 8.2.21.
This update contains a critical fix to the pg_upgrade utility
which prevents significant downtime issues. Do not use
pg_upgrade without installing this update first.
The issue with pg_upgrade and the fix are detailed on the PostgreSQL
wiki: http://wiki.postgresql.org/wiki/20110408pg_upgrade_fix
Users who have already used pg_upgrade should run the database repair
script given on that page on their databases as soon as possible.
See the release notes for each version at
http://www.postgresql.org/docs/current/static/release.html for a full
list of changes with details.
Allow the username of the postgresql user to configurable for 8.4 and 9.0.
Largely inspired by the work of Jason Helfman [153668, 153136].
Change PGUSER knob to PG_USER not to clash with PGUSER environment.
PR: 153668, 153136, 155493, 155137
Notes
Notes:
svn path=/head/; revision=272900
Diffstat (limited to 'databases/postgresql82-server')
-rw-r--r-- | databases/postgresql82-server/Makefile | 6 | ||||
-rw-r--r-- | databases/postgresql82-server/distinfo | 4 | ||||
-rw-r--r-- | databases/postgresql82-server/files/pkg-message-client.in | 2 | ||||
-rw-r--r-- | databases/postgresql82-server/pkg-plist-server | 3 |
4 files changed, 9 insertions, 6 deletions
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile index 221934ae63c5..ab69ca9e7555 100644 --- a/databases/postgresql82-server/Makefile +++ b/databases/postgresql82-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 8.2.20 +PORTVERSION?= 8.2.21 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -16,8 +16,8 @@ DISTFILES?= postgresql-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER?= girgen@FreeBSD.org COMMENT?= The most advanced open-source database available anywhere -CONFLICTS?= ${PORTNAME}-client-7.* \ - ${PORTNAME}${PKGNAMESUFFIX}-7.* \ +CONFLICTS?= ${PORTNAME}-client-[79].* \ + ${PORTNAME}${PKGNAMESUFFIX}-[79].* \ ${PORTNAME}-client-8.[0-13-9]* \ ${PORTNAME}${PKGNAMESUFFIX}-8.[0-13-9]* diff --git a/databases/postgresql82-server/distinfo b/databases/postgresql82-server/distinfo index e2a274b1a5ea..2d5cb196d2c1 100644 --- a/databases/postgresql82-server/distinfo +++ b/databases/postgresql82-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (postgresql/postgresql-8.2.20.tar.bz2) = 77674a5804fb96ae28966c3950e38455720b23d9acfd87a092a6f2f3d7520a57 -SIZE (postgresql/postgresql-8.2.20.tar.bz2) = 12756288 +SHA256 (postgresql/postgresql-8.2.21.tar.bz2) = b3fd5345b751557a1153f98e104fb58d1519c10dac81dc013ff1eb46c7826faa +SIZE (postgresql/postgresql-8.2.21.tar.bz2) = 12768593 diff --git a/databases/postgresql82-server/files/pkg-message-client.in b/databases/postgresql82-server/files/pkg-message-client.in index 722d50cb4244..6ea9564c156d 100644 --- a/databases/postgresql82-server/files/pkg-message-client.in +++ b/databases/postgresql82-server/files/pkg-message-client.in @@ -1,6 +1,6 @@ The PostgreSQL port has a collection of "side orders": -postgresql-doc +postgresql-docs For all of the html documentation p5-Pg diff --git a/databases/postgresql82-server/pkg-plist-server b/databases/postgresql82-server/pkg-plist-server index e9755aade602..4f2c1fcdcf32 100644 --- a/databases/postgresql82-server/pkg-plist-server +++ b/databases/postgresql82-server/pkg-plist-server @@ -283,6 +283,7 @@ share/postgresql/timezone/America/Mazatlan share/postgresql/timezone/America/Mendoza share/postgresql/timezone/America/Menominee share/postgresql/timezone/America/Merida +share/postgresql/timezone/America/Metlakatla share/postgresql/timezone/America/Mexico_City share/postgresql/timezone/America/Miquelon share/postgresql/timezone/America/Moncton @@ -295,6 +296,7 @@ share/postgresql/timezone/America/New_York share/postgresql/timezone/America/Nipigon share/postgresql/timezone/America/Nome share/postgresql/timezone/America/Noronha +share/postgresql/timezone/America/North_Dakota/Beulah share/postgresql/timezone/America/North_Dakota/Center share/postgresql/timezone/America/North_Dakota/New_Salem share/postgresql/timezone/America/Ojinaga @@ -321,6 +323,7 @@ share/postgresql/timezone/America/Santo_Domingo share/postgresql/timezone/America/Sao_Paulo share/postgresql/timezone/America/Scoresbysund share/postgresql/timezone/America/Shiprock +share/postgresql/timezone/America/Sitka share/postgresql/timezone/America/St_Barthelemy share/postgresql/timezone/America/St_Johns share/postgresql/timezone/America/St_Kitts |