1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

- Update description for USE_PGSQL and DEFAULT_PGSQL_VER

(PostgreSQL 84 is now the default).

PR:		ports/153318 (followup)
Submitted by:	ohauer
Approved by:	miwi
This commit is contained in:
Olli Hauer 2010-12-30 20:07:04 +00:00
parent 267e0d5587
commit 0fa622fac3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267173

View File

@ -39,10 +39,10 @@ Database_Include_MAINTAINER= ports@FreeBSD.org
# If no version is given (by the maintainer via the port or
# by the user via defined variable), try to find the
# currently installed version. Fall back to default if
# necessary (PostgreSQL-8.2 = 82).
# necessary (PostgreSQL-8.4 = 84).
# DEFAULT_PGSQL_VER
# - PostgreSQL default version. Can be overridden within a
# port. Default: 82.
# port. Default: 84.
# WANT_PGSQL_VER
# - Maintainer can set an arbitrary version of PostgreSQL to
# always build this port with (overrides WITH_PGSQL_VER).