View | Details | Raw Unified | Return to bug 187286
Collapse All | Expand All

(-)Mk/bsd.database.mk (-2 / +2 lines)
Lines 41-49 Link Here
41
#				  If no version is given (by the maintainer via the port or
41
#				  If no version is given (by the maintainer via the port or
42
#				  by the user via defined variable), try to find the
42
#				  by the user via defined variable), try to find the
43
#				  currently installed version.  Fall back to default if
43
#				  currently installed version.  Fall back to default if
44
#				  necessary (PostgreSQL-9.0 = 90).
44
#				  necessary (PostgreSQL-9.2 = 92).
45
# DEFAULT_PGSQL_VER
45
# DEFAULT_PGSQL_VER
46
#				- PostgreSQL default version, currently 90.
46
#				- PostgreSQL default version, currently 92.
47
# WANT_PGSQL_VER
47
# WANT_PGSQL_VER
48
#				- Maintainer can set an arbitrary version of PostgreSQL to
48
#				- Maintainer can set an arbitrary version of PostgreSQL to
49
#				  always build this port with (overrides WITH_PGSQL_VER).
49
#				  always build this port with (overrides WITH_PGSQL_VER).
(-)Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 24-30 Link Here
24
LUA_DEFAULT?=		5.2
24
LUA_DEFAULT?=		5.2
25
MYSQL_DEFAULT?=		5.5
25
MYSQL_DEFAULT?=		5.5
26
PERL5_DEFAULT?=		5.16
26
PERL5_DEFAULT?=		5.16
27
PGSQL_DEFAULT?=		9.0
27
PGSQL_DEFAULT?=		9.2
28
PHP_DEFAULT?=		5.4
28
PHP_DEFAULT?=		5.4
29
PYTHON_DEFAULT?=	2.7
29
PYTHON_DEFAULT?=	2.7
30
PYTHON2_DEFAULT?=	2.7
30
PYTHON2_DEFAULT?=	2.7

Return to bug 187286