diff options
author | pi <pi@FreeBSD.org> | 2016-05-22 10:45:23 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-05-22 10:45:23 +0800 |
commit | 3508aa03a71c9f8da232d26da581ee08e877e679 (patch) | |
tree | 6bf08421d1646e6548e0cbba1c2283a2f8e90270 | |
parent | 3b97e94d6b48e0cc9ccc899ce7a123f0f9d60f83 (diff) | |
download | freebsd-ports-gnome-3508aa03a71c9f8da232d26da581ee08e877e679.tar.gz freebsd-ports-gnome-3508aa03a71c9f8da232d26da581ee08e877e679.tar.zst freebsd-ports-gnome-3508aa03a71c9f8da232d26da581ee08e877e679.zip |
security/sssd: chase samba dependency, unbreak
PR: 209687
Submitted by: prj@rootwyrm.com
-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> |