svn commit: r469097 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Sat May 5 08:57:38 UTC 2018


Author: antoine
Date: Sat May  5 08:57:37 2018
New Revision: 469097
URL: https://svnweb.freebsd.org/changeset/ports/469097

Log:
  Note that samba 4.8 is supported and samba 4.4 no longer exists

Modified:
  head/Mk/bsd.default-versions.mk

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sat May  5 08:33:58 2018	(r469096)
+++ head/Mk/bsd.default-versions.mk	Sat May  5 08:57:37 2018	(r469097)
@@ -84,7 +84,7 @@ PYTHON2_DEFAULT?=	2.7
 PYTHON3_DEFAULT?=	3.6
 # Possible values: 2.3, 2.4, 2.5
 RUBY_DEFAULT?=		2.4
-# Possible values: 4.4, 4.5, 4.6, 4.7
+# Possible values: 4.5, 4.6, 4.7, 4.8
 SAMBA_DEFAULT?=		4.6
 # Possible values: base, openssl, openssl-devel, libressl, libressl-devel
 .if !defined(SSL_DEFAULT)


More information about the svn-ports-all mailing list