Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2014 18:05:01 +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: r371150 - head/net/py-ldap2
Message-ID:  <201410181805.s9II51jD075595@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Sat Oct 18 18:05:00 2014
New Revision: 371150
URL: https://svnweb.freebsd.org/changeset/ports/371150
QAT: https://qat.redports.org/buildarchive/r371150/

Log:
  net/py-ldap2: update to 2.4.18

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

Modified: head/net/py-ldap2/Makefile
==============================================================================
--- head/net/py-ldap2/Makefile	Sat Oct 18 18:04:22 2014	(r371149)
+++ head/net/py-ldap2/Makefile	Sat Oct 18 18:05:00 2014	(r371150)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ldap2
-PORTVERSION=	2.4.15
-PORTREVISION=	1
+PORTVERSION=	2.4.18
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,20 +11,19 @@ MAINTAINER=	rm@FreeBSD.org
 COMMENT=	LDAP module for python, for OpenLDAP2
 
 LICENSE=	PSFL
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1-modules>=0:${PORTSDIR}/devel/py-asn1-modules
 
-USE_PYTHON=		2
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python:2
+USE_PYTHON=	autoplist distutils
 USE_OPENLDAP=		yes
 WANT_OPENLDAP_VER=	24
 
-REPLACE_ARGS=	-e 's,/opt/openldap-RE24/lib,${LOCALBASE}/lib,' \
-		-e 's,/opt/openldap-RE24/include,${LOCALBASE}/include,' \
+REPLACE_ARGS=	-e 's,/opt/openldap/lib64,${LOCALBASE}/lib,' \
+		-e 's,/opt/openldap/include,${LOCALBASE}/include,' \
 		-e 's,/usr/include/sasl,${LOCALBASE}/include/sasl,'
 
-OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
 OPTIONS_DEFINE=	SASL
 
 .include <bsd.port.options.mk>

Modified: head/net/py-ldap2/distinfo
==============================================================================
--- head/net/py-ldap2/distinfo	Sat Oct 18 18:04:22 2014	(r371149)
+++ head/net/py-ldap2/distinfo	Sat Oct 18 18:05:00 2014	(r371150)
@@ -1,2 +1,2 @@
-SHA256 (python-ldap-2.4.15.tar.gz) = 30bcac33ded943557fbafb1b6d9c345deab34d89d63dbcee9e6b59207db11670
-SIZE (python-ldap-2.4.15.tar.gz) = 111597
+SHA256 (python-ldap-2.4.18.tar.gz) = e375c5b9dea6022299a56435b5fef92c803d23659799df1f7d45c89a74b007fa
+SIZE (python-ldap-2.4.18.tar.gz) = 137451



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