diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-22 02:45:23 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-05-22 02:45:23 +0000 |
commit | 73e34d3d57b04b8481cab57be0af66da7c36f2d0 (patch) | |
tree | 6bf08421d1646e6548e0cbba1c2283a2f8e90270 /security/sssd/Makefile | |
parent | 69cbc3e9eb6d12307dd2db65e7b41f9fd403a22b (diff) | |
download | ports-73e34d3d57b04b8481cab57be0af66da7c36f2d0.tar.gz ports-73e34d3d57b04b8481cab57be0af66da7c36f2d0.zip |
Notes
Diffstat (limited to 'security/sssd/Makefile')
-rw-r--r-- | security/sssd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile index 03b922934f7c..18c69feb25e5 100644 --- a/security/sssd/Makefile +++ b/security/sssd/Makefile @@ -3,7 +3,7 @@ PORTNAME= sssd DISTVERSION= 1.11.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -71,7 +71,7 @@ OPTIONS_DEFAULT= DOCS OPTIONS_SUB= yes SMB_DESC= Install IPA and AD providers (requires Samba4) -SMB_BUILD_DEPENDS= samba41>=4.1.0:net/samba41 +SMB_BUILD_DEPENDS= samba42>=4.2.11:net/samba42 SMB_CONFIGURE_WITH= samba .include <bsd.port.options.mk> |