Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 20:54:53 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350266 - head/net/py-ldap2
Message-ID:  <201404052054.s35Ksr7l082657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Apr  5 20:54:52 2014
New Revision: 350266
URL: http://svnweb.freebsd.org/changeset/ports/350266
QAT: https://qat.redports.org/buildarchive/r350266/

Log:
  net/py-ldap2: update to 2.4.15
  
  - update to 2.4.15
  - add some non-functional whitespace changes

Modified:
  head/net/py-ldap2/Makefile
  head/net/py-ldap2/distinfo

Modified: head/net/py-ldap2/Makefile
==============================================================================
--- head/net/py-ldap2/Makefile	Sat Apr  5 20:53:19 2014	(r350265)
+++ head/net/py-ldap2/Makefile	Sat Apr  5 20:54:52 2014	(r350266)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ldap2
-PORTVERSION=	2.4.13
+PORTVERSION=	2.4.15
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +14,10 @@ LICENSE=	PSFL
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules
 
-USE_PYTHON=	2
+USE_PYTHON=		2
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
-USE_OPENLDAP=	yes
+USE_OPENLDAP=		yes
 WANT_OPENLDAP_VER=	24
 
 REPLACE_ARGS=	-e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
@@ -26,12 +26,13 @@ REPLACE_ARGS=	-e 's,/opt/openldap-RE24/l
 
 OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 OPTIONS_DEFINE=	SASL
+OPTIONS_DEFAULT=SASL
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MSASL}
 WANT_OPENLDAP_SASL=	yes
-CONFLICTS+=	openldap2[34]-client-2.*
+CONFLICTS+=		openldap2[34]-client-2.*
 .endif
 
 do-configure:

Modified: head/net/py-ldap2/distinfo
==============================================================================
--- head/net/py-ldap2/distinfo	Sat Apr  5 20:53:19 2014	(r350265)
+++ head/net/py-ldap2/distinfo	Sat Apr  5 20:54:52 2014	(r350266)
@@ -1,2 +1,2 @@
-SHA256 (python-ldap-2.4.13.tar.gz) = 96853b9bbdacb341d6a3d60fdc89f8cb8acef47970ce8492ee3cbe975b9c7dbf
-SIZE (python-ldap-2.4.13.tar.gz) = 135550
+SHA256 (python-ldap-2.4.15.tar.gz) = 30bcac33ded943557fbafb1b6d9c345deab34d89d63dbcee9e6b59207db11670
+SIZE (python-ldap-2.4.15.tar.gz) = 111597



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404052054.s35Ksr7l082657>