From 1d25499d3df3bf1af37d63c037d37cfa4f33e952 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Mon, 7 Jan 2008 13:51:57 +0000 Subject: 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 --- databases/postgresql-docs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/postgresql-docs') 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 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 -- cgit v1.2.3