svn commit: r415621 - head/security/sssd

Kurt Jaeger pi at FreeBSD.org
Sun May 22 02:45:25 UTC 2016


Author: pi
Date: Sun May 22 02:45:23 2016
New Revision: 415621
URL: https://svnweb.freebsd.org/changeset/ports/415621

Log:
  security/sssd: chase samba dependency, unbreak
  
  PR:		209687
  Submitted by:	prj at rootwyrm.com

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Sun May 22 01:14:16 2016	(r415620)
+++ head/security/sssd/Makefile	Sun May 22 02:45:23 2016	(r415621)
@@ -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>


More information about the svn-ports-all mailing list