diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2008-11-07 09:49:49 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2008-11-07 09:49:49 +0000 |
commit | 978e3de48fd8491061803765cdc592ab234edd46 (patch) | |
tree | 2f23f5da1426d6e37dcb3efb378e85bd08787403 /databases/postgresql80-server/Makefile | |
parent | 773b3f2005429f701d7c64d75bb620d869bbdc84 (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/postgresql80-server/Makefile')
-rw-r--r-- | databases/postgresql80-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile index 1d375bfd18a2..922080ea6d3a 100644 --- a/databases/postgresql80-server/Makefile +++ b/databases/postgresql80-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 8.0.17 +PORTVERSION?= 8.0.19 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} MASTER_SITE_SUBDIR= source/v${PORTVERSION} @@ -108,7 +108,7 @@ USE_AUTOTOOLS= autoconf:262 CONFIGURE_ARGS+=--with-icu LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu -PATCHFILES+= pg-8015-icu-xx-2008-06-11.diff.gz:icu +PATCHFILES+= pg-8019-icu-xx-2008-11-03.diff.gz:icu . endif PATCH_DIST_STRIP=-p1 |