diff options
author | seanc <seanc@FreeBSD.org> | 2005-01-23 10:06:21 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2005-01-23 10:06:21 +0000 |
commit | 13b79f224d03896ed3e4a76b9e69047a46eec3bd (patch) | |
tree | 6b7fd02ee45d434a75336f5f9209fb2d56d44373 /databases/postgresql92-server | |
parent | 1d5393d64be0538f7096c96ced4ddeac0fa8245b (diff) | |
download | FreeBSD-ports-13b79f224d03896ed3e4a76b9e69047a46eec3bd.zip FreeBSD-ports-13b79f224d03896ed3e4a76b9e69047a46eec3bd.tar.gz |
Enter PostgreSQL 8.0.0. Given 4.11 is still being released, abuse -devel by
stuffing the 8.0.0 release in here for the time being. Port epoch bumped
because 8.0.rc* is greater than 8.0.0. A note from UPDATING to people who
want to use 8.0.0 via -devel in production:
The -devel port has been updated to contain 8.0 release since
postgresql80-server can not be updated until 4.11 is released and the
changes in PR ports/75344 are committed. Users who need 8.0 now can
use the -devel port, however, once postgresql80-server has been
committed, -devel will begin tracking 8.1. Please be smart about
tracking ports and if used in production, update to
databases/postgresql80-server as soon as it becomes available. No
dump/reload will be required when changing from -devel to
postgresql80-server.
Check out the release notes and the shiny new PostgreSQL.org website at:
http://www.PostgreSQL.org/docs/8.0/static/release.html#RELEASE-8-0
Diffstat (limited to 'databases/postgresql92-server')
-rw-r--r-- | databases/postgresql92-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 7ea9a0e..9caed98 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -20,7 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere # XXX: this will eventually go away .if !defined(PGSQL_WORK_IN_PROGRESS) -BROKEN= Work in progress, please use databases/postgresql-devel until further notice +BROKEN= pending ports/75344, the 8.0 release can be used via the postgresql-devel port .endif CONFLICTS?= ${PORTNAME}${PKGNAMESUFFIX}-7.[0-35-9]* \ |