Mk: unregister expired Samba 4.11

This commit is contained in:
Rene Ladan
2021-04-24 17:04:15 +02:00
parent f12a832666
commit 63e5104e4d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun}
SAMBAPORT= net/samba${SAMBA_DEFAULT:S/.//}
SAMBAINCLUDES= ${LOCALBASE}/include/samba4
.if ${SAMBA_DEFAULT} == 4.11 || ${SAMBA_DEFAULT} == 4.12 || ${SAMBA_DEFAULT} == 4.13
.if ${SAMBA_DEFAULT} == 4.12 || ${SAMBA_DEFAULT} == 4.13
SAMBALIBS= ${LOCALBASE}/lib/samba4
.else
IGNORE= Invalid version of samba: ${SAMBA_DEFAULT}

View File

@@ -112,7 +112,7 @@ PYTHON3_DEFAULT?= 3.7
RUBY_DEFAULT?= 2.7
# Possible values: rust, rust-nightly
RUST_DEFAULT?= rust
# Possible values: 4.11, 4.12, 4.13
# Possible values: 4.12, 4.13
SAMBA_DEFAULT?= 4.12
# Possible values: base, openssl, libressl, libressl-devel
.if !defined(SSL_DEFAULT)