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

(-)Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 53-59 LINUX_DEFAULT:= ${OVERRIDE_LINUX_BASE_P Link Here
53
WARNING+=		"OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=${OVERRIDE_LINUX_BASE_PORT}."
53
WARNING+=		"OVERRIDE_LINUX_BASE_PORT is deprecated, please use DEFAULT_VERSIONS+=linux=${OVERRIDE_LINUX_BASE_PORT}."
54
.endif
54
.endif
55
# Possible values: 5.1, 5.2, 5.3
55
# Possible values: 5.1, 5.2, 5.3
56
LUA_DEFAULT?=		5.2
56
LUA_DEFAULT?=		5.3
57
# Possible values: 5.1, 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 5.5p, 5.6p, 5.7p, 5.6w
57
# Possible values: 5.1, 5.5, 5.6, 5.7, 8.0, 5.5m, 10.0m, 10.1m, 5.5p, 5.6p, 5.7p, 5.6w
58
MYSQL_DEFAULT?=		5.6
58
MYSQL_DEFAULT?=		5.6
59
# Possible values: 5.22, 5.24, 5.26, devel
59
# Possible values: 5.22, 5.24, 5.26, devel
(-)UPDATING (+11 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20170626:
9
  AFFECTS: users of lang/lua* and other software using Lua
10
  AUTHOR: i.dani@outlook.com
11
12
  The default version of Lua has been switched from 5.2 to 5.3.
13
  For further information about the changes, see here[1].
14
  Incompatibilities with the previous version can be found here [2].
15
16
  [1] http://www.lua.org/manual/5.3/readme.html#changes
17
  [2] http://www.lua.org/manual/5.3/manual.html#8
18
8
20170624:
19
20170624:
9
  AFFECTS: users of mail/dcc-dccd
20
  AFFECTS: users of mail/dcc-dccd
10
  AUTHOR: ultima@FreeBSD.org
21
  AUTHOR: ultima@FreeBSD.org

Return to bug 220281