svn commit: r550384 - in head: Mk net

Timur I. Bakeyev timur at FreeBSD.org
Sun Sep 27 23:22:29 UTC 2020


Author: timur
Date: Sun Sep 27 23:22:28 2020
New Revision: 550384
URL: https://svnweb.freebsd.org/changeset/ports/550384

Log:
  Make samba413 port visible.

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Sep 27 23:17:21 2020	(r550383)
+++ head/Mk/bsd.default-versions.mk	Sun Sep 27 23:22:28 2020	(r550384)
@@ -100,7 +100,7 @@ PYTHON3_DEFAULT?=	3.7
 RUBY_DEFAULT?=		2.6
 # Possible values: rust, rust-nightly
 RUST_DEFAULT?=		rust
-# Possible values: 4.10, 4.11
+# Possible values: 4.10, 4.11, 4.12, 4.13
 SAMBA_DEFAULT?=		4.10
 # Possible values: base, openssl, libressl, libressl-devel
 .if !defined(SSL_DEFAULT)

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Sep 27 23:17:21 2020	(r550383)
+++ head/net/Makefile	Sun Sep 27 23:22:28 2020	(r550384)
@@ -1340,6 +1340,7 @@
     SUBDIR += samba410
     SUBDIR += samba411
     SUBDIR += samba412
+    SUBDIR += samba413
     SUBDIR += samplicator
     SUBDIR += savvycan
     SUBDIR += sbd


More information about the svn-ports-all mailing list