diff options
author | seanc <seanc@FreeBSD.org> | 2003-02-07 11:00:47 +0000 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2003-02-07 11:00:47 +0000 |
commit | c78178f8eb9125ccdd4a02198253a2af3b2b02e7 (patch) | |
tree | 91154cab74f1c2e11ca6c3d6b559713aa09a479d /databases/Makefile | |
parent | 6f99e6e331680c7af1f30b43d871d8468aa677fc (diff) | |
download | FreeBSD-ports-c78178f8eb9125ccdd4a02198253a2af3b2b02e7.zip FreeBSD-ports-c78178f8eb9125ccdd4a02198253a2af3b2b02e7.tar.gz |
Bow to the masses who have complained bitterly about not being able to
upgrade to the PostgreSQL 7.3 series and provide an update to the 7.2
series, 7.2.4. :~] This port _will_ be removed and should EOL'ed in
about 6 months time. Since there is no future for these bits, ignore their
heritage commit an orphan for the 7 series. See the postgresql7 port for
future and past bits. This port is only intended to serve as a means of
postponing an inevitable upgrade to recent release.
DBAs, please plan and begin upgrading to 7.3.X, the grass really is greener.
Release notes:
http://developer.postgresql.org/docs/postgres/release-7-2-4.html
PR: ports/48025
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 41d2def..4700dc8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -133,6 +133,7 @@ SUBDIR += postgresql-pltcl SUBDIR += postgresql-tcltk SUBDIR += postgresql7 + SUBDIR += postgresql72 SUBDIR += postgresql_autodoc SUBDIR += pxtools SUBDIR += py-MySQL |