aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-docs
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2008-01-07 13:51:57 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2008-01-07 13:51:57 +0000
commit1d25499d3df3bf1af37d63c037d37cfa4f33e952 (patch)
tree0f62b36a8d40108718996163ba98b172bad57cee /databases/postgresql-docs
parent374028f7dccb69fe06caa8c31f9ca48429f6975c (diff)
downloadports-1d25499d3df3bf1af37d63c037d37cfa4f33e952.tar.gz
ports-1d25499d3df3bf1af37d63c037d37cfa4f33e952.zip
Update all PostgreSQL ports to latest versions.
This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905
Notes
Notes: svn path=/head/; revision=205167
Diffstat (limited to 'databases/postgresql-docs')
-rw-r--r--databases/postgresql-docs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql-docs/Makefile b/databases/postgresql-docs/Makefile
index e3760513cfcc..38d0fc305c39 100644
--- a/databases/postgresql-docs/Makefile
+++ b/databases/postgresql-docs/Makefile
@@ -14,7 +14,7 @@ COMMENT= The PostgreSQL documentation set
MASTERDIR= ${.CURDIR}/../postgresql${PGSQL_VER}-server
-DEFAULT_PGSQL_VER?=74
+DEFAULT_PGSQL_VER?=81
# can't include <bsd.port.pre.mk> in a slave port
# so set these instead:
@@ -25,12 +25,11 @@ CONFLICTS= postgresql-docs
# Setting/finding PostgreSQL version we want.
.if exists(${LOCALBASE}/bin/pg_config)
-PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\)\..*/\1\2/p'
+PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | ${SED} -n 's/PostgreSQL[^0-9]*\([0-9][0-9]*\)\.\([0-9][0-9]*\).*/\1\2/p'
.else
PGSQL_VER= ${DEFAULT_PGSQL_VER}
.endif
-DISTFILES= postgresql-docs-${PORTVERSION}${EXTRACT_SUFX}
NO_BUILD= YES
SLAVE_ONLY= YES
PATCHDIR= mustnotexist