svn commit: r415993 - head/security/sssd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 28 13:52:04 UTC 2016


Author: amdmi3
Date: Sat May 28 13:52:03 2016
New Revision: 415993
URL: https://svnweb.freebsd.org/changeset/ports/415993

Log:
  - Fix license
  - Remove unneeded options.mk inclusion
  
  Approved by:	portmgr blanket

Modified:
  head/security/sssd/Makefile

Modified: head/security/sssd/Makefile
==============================================================================
--- head/security/sssd/Makefile	Sat May 28 13:47:10 2016	(r415992)
+++ head/security/sssd/Makefile	Sat May 28 13:52:03 2016	(r415993)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sssd
-DISTVERSION=	1.11.7
+PORTVERSION=	1.11.7
 PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	https://fedorahosted.org/released/${PORTNAME}/ \
@@ -11,7 +11,7 @@ MASTER_SITES=	https://fedorahosted.org/r
 MAINTAINER=	lukas.slebodnik at intrak.sk
 COMMENT=	System Security Services Daemon
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpopt.so:devel/popt \
@@ -73,8 +73,6 @@ SMB_DESC=		Install IPA and AD providers 
 SMB_BUILD_DEPENDS=	samba42>=4.2.11:net/samba42
 SMB_CONFIGURE_WITH=	samba
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c
 	@${REINPLACE_CMD} -e 's|NSS_STATUS_NOTFOUND|NS_NOTFOUND|g' \


More information about the svn-ports-head mailing list