net/samba412: Remove Samba 4.12 from the default versions
And add samba416 as a new option. Make samba413 a default for now.
This commit is contained in:
parent
890f94ea16
commit
d485effa8f
3 changed files with 6 additions and 6 deletions
|
@ -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.12 || ${SAMBA_DEFAULT} == 4.13
|
||||
. if ${SAMBA_DEFAULT} == 4.13 || ${SAMBA_DEFAULT} == 4.16
|
||||
SAMBALIBS= ${LOCALBASE}/lib/samba4
|
||||
. else
|
||||
IGNORE= Invalid version of samba: ${SAMBA_DEFAULT}
|
||||
|
|
|
@ -130,8 +130,8 @@ PYTHON3_DEFAULT?= 3.9
|
|||
RUBY_DEFAULT?= 3.0
|
||||
# Possible values: rust, rust-nightly
|
||||
RUST_DEFAULT?= rust
|
||||
# Possible values: 4.12, 4.13
|
||||
SAMBA_DEFAULT?= 4.12
|
||||
# Possible values: 4.13, 4.16
|
||||
SAMBA_DEFAULT?= 4.13
|
||||
# Possible values: base, openssl, libressl, libressl-devel
|
||||
. if !defined(SSL_DEFAULT)
|
||||
# If no preference was set, check for an installed base version
|
||||
|
|
|
@ -7,13 +7,13 @@ DISTNAME= ${SAMBA4_DISTNAME}
|
|||
|
||||
MAINTAINER= timur@FreeBSD.org
|
||||
COMMENT= Free SMB/CIFS and AD/DC server and client for Unix
|
||||
WWW= https://www.samba.org/
|
||||
WWW= https://www.samba.org/
|
||||
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
DEPRECATED= Reached its EoL on September 20, 2021
|
||||
EXPIRATION_DATE= 2022-11-30
|
||||
DEPRECATED= Reached its EoL on September 20, 2021
|
||||
EXPIRATION_DATE= 2022-11-30
|
||||
|
||||
IGNORE_NONTHREAD_PYTHON= needs port lang/python${PYTHON_SUFFIX} to be build with THREADS support
|
||||
CONFLICTS_INSTALL?= samba4* # bin/cifsdd bin/dbwrap_tool bin/dumpmscat bin/findsmb bin/gentest
|
||||
|
|
Loading…
Reference in a new issue