Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 19:56:52 +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: r390060 - in head: . devel/py-Products.LDAPMultiPlugins devel/py-Products.LDAPUserFolder finance/trytond28_ldap_connection finance/trytond_ldap_connection mail/py-ppolicy net net/py-lda...
Message-ID:  <201506181956.t5IJuqjH007499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Jun 18 19:56:52 2015
New Revision: 390060
URL: https://svnweb.freebsd.org/changeset/ports/390060

Log:
  net/py-ldap2: rename to py-ldap
  
  To better match upstream name

Added:
  head/net/py-ldap/
     - copied from r390021, head/net/py-ldap2/
Deleted:
  head/net/py-ldap2/
Modified:
  head/MOVED
  head/devel/py-Products.LDAPMultiPlugins/Makefile
  head/devel/py-Products.LDAPUserFolder/Makefile
  head/finance/trytond28_ldap_connection/Makefile
  head/finance/trytond_ldap_connection/Makefile
  head/mail/py-ppolicy/Makefile
  head/net/Makefile
  head/net/py-ldap/Makefile
  head/net/splatd/Makefile
  head/www/py-django-auth-ldap/Makefile
  head/www/py-django-ldapdb/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/MOVED	Thu Jun 18 19:56:52 2015	(r390060)
@@ -7638,4 +7638,5 @@ databases/postgresql84-server||2015-06-1
 ftp/ncftp1||2015-06-12|Unfetchable
 multimedia/avidemux2||2015-06-13|Branch no longer maintained upstream, use multimedia/avidemux26
 multimedia/avidemux26|multimedia/avidemux|2015-06-13|Renamed
-editors/zim|deskutils/zim|2015-06-13|Move to more appropriate category
+editors/zim|deskutils/zim|2015-06-18|Move to more appropriate category
+net/py-ldap2|net/py-ldap|2015-06-18|Rename to better match upstream name

Modified: head/devel/py-Products.LDAPMultiPlugins/Makefile
==============================================================================
--- head/devel/py-Products.LDAPMultiPlugins/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/devel/py-Products.LDAPMultiPlugins/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Products.LDAPMultiPlugins
 PORTVERSION=	1.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ COMMENT=	LDAP-backed plugins for the Zop
 
 LICENSE=	ZPL21
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap2>=2.0.6:${PORTSDIR}/net/py-ldap2 \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap>=2.0.6:${PORTSDIR}/net/py-ldap \
 		${PYTHON_PKGNAMEPREFIX}Products.LDAPUserFolder>=2.9:${PORTSDIR}/devel/py-Products.LDAPUserFolder \
 		${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=1.4.0:${PORTSDIR}/security/py-Products.PluggableAuthService
 

Modified: head/devel/py-Products.LDAPUserFolder/Makefile
==============================================================================
--- head/devel/py-Products.LDAPUserFolder/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/devel/py-Products.LDAPUserFolder/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Products.LDAPUserFolder
 PORTVERSION=	2.26
+PORTREVISION=	1
 CATEGORIES=	devel python zope
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ COMMENT=	LDAP-enabled Zope 2 user folder
 LICENSE=	ZPL21
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-git>=0.4.2:${PORTSDIR}/devel/py-setuptools-git
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap2>=2.0.6:${PORTSDIR}/net/py-ldap2
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ldap>=2.0.6:${PORTSDIR}/net/py-ldap
 
 OPTIONS_DEFINE=		POSIXGROUP_PATCH
 POSIXGROUP_PATCH_DESC=	Use posixGroup for group membership

Modified: head/finance/trytond28_ldap_connection/Makefile
==============================================================================
--- head/finance/trytond28_ldap_connection/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/finance/trytond28_ldap_connection/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,7 +3,7 @@
 
 PORTNAME=	trytond28_ldap_connection
 PORTVERSION=	2.8.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	finance python
 MASTER_SITES=	https://pypi.python.org/packages/source/t/trytond_ldap_connection/ \
 		http://downloads.tryton.org/${PORTVERSION:R}/
@@ -15,7 +15,7 @@ COMMENT=	Tryton Application Platform (LD
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond28>=2.8.2:${PORTSDIR}/finance/trytond28 \
-		${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.10:${PORTSDIR}/net/py-ldap2
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:${PORTSDIR}/net/py-ldap
 
 CONFLICTS=	trytond_ldap_connection-2.[46].*
 

Modified: head/finance/trytond_ldap_connection/Makefile
==============================================================================
--- head/finance/trytond_ldap_connection/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/finance/trytond_ldap_connection/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,7 +3,7 @@
 
 PORTNAME=	trytond_ldap_connection
 PORTVERSION=	2.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	finance python
 MASTER_SITES=	http://downloads.tryton.org/${PORTVERSION:R}/
 
@@ -13,7 +13,7 @@ COMMENT=	Tryton Application Platform (LD
 LICENSE=	GPLv3
 
 RUN_DEPENDS=	trytond>=2.4.0:${PORTSDIR}/finance/trytond \
-		${PYTHON_PKGNAMEPREFIX}ldap2>=2.4.10:${PORTSDIR}/net/py-ldap2
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:${PORTSDIR}/net/py-ldap
 
 CONFLICTS=	trytond28_ldap_connection-2.8.*
 

Modified: head/mail/py-ppolicy/Makefile
==============================================================================
--- head/mail/py-ppolicy/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/mail/py-ppolicy/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ppolicy
 PORTVERSION=	2.6.6
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail python
 MASTER_SITES=	http://kmlinux.fjfi.cvut.cz/~vokac/activities/ppolicy/download/%SUBDIR%/ \
 		http://www.chifeng.name/dist/ppolicy/%SUBDIR%/
@@ -34,7 +34,7 @@ RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/GeoIP
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
 .endif
 .if ${PORT_OPTIONS:MLDAP}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap
 .endif
 
 post-install:

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/net/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -914,7 +914,7 @@
     SUBDIR += py-ipaddress
     SUBDIR += py-iplib
     SUBDIR += py-kombu
-    SUBDIR += py-ldap2
+    SUBDIR += py-ldap
     SUBDIR += py-ldap3
     SUBDIR += py-ldaptor
     SUBDIR += py-libcloud

Modified: head/net/py-ldap/Makefile
==============================================================================
--- head/net/py-ldap2/Makefile	Thu Jun 18 07:07:37 2015	(r390021)
+++ head/net/py-ldap/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -1,11 +1,11 @@
 # $FreeBSD$
 
-PORTNAME=	ldap2
+PORTNAME=	ldap
 PORTVERSION=	2.4.19
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	python-ldap-${PORTVERSION}
+DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	rm@FreeBSD.org
 COMMENT=	LDAP module for python, for OpenLDAP2
@@ -30,7 +30,7 @@ OPTIONS_DEFINE=	SASL
 
 .if ${PORT_OPTIONS:MSASL}
 WANT_OPENLDAP_SASL=	yes
-CONFLICTS+=		openldap2[34]-client-2.*
+CONFLICTS+=		openldap24-client-2.*
 .endif
 
 do-configure:

Modified: head/net/splatd/Makefile
==============================================================================
--- head/net/splatd/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/net/splatd/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,7 +3,7 @@
 
 PORTNAME=	splatd
 PORTVERSION=	1.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net
 MASTER_SITES=	GOOGLE_CODE
 
@@ -13,7 +13,7 @@ COMMENT=	Splat is the Scalable Periodic 
 LICENSE=	BSD3CLAUSE
 
 BUILD_DEPENDS=	${LOCALBASE}/bin/zconfig:${PORTSDIR}/devel/py-zconfig \
-		${PYTHON_PKGNAMEPREFIX}ldap2>=2.3.1:${PORTSDIR}/net/py-ldap2
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.3.1:${PORTSDIR}/net/py-ldap
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 OPTIONS_DEFINE=	DOCS

Modified: head/www/py-django-auth-ldap/Makefile
==============================================================================
--- head/www/py-django-auth-ldap/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/www/py-django-auth-ldap/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-auth-ldap
 PORTVERSION=	1.1.7
+PORTREVISION=	1
 CATEGORIES=	www security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	LDAP integration for django.con
 LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.3.1:${PORTSDIR}/www/py-django \
-		${PYTHON_PKGNAMEPREFIX}ldap2>=2.0:${PORTSDIR}/net/py-ldap2
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.0:${PORTSDIR}/net/py-ldap
 
 USES=		python:2
 USE_PYTHON=	autoplist distutils

Modified: head/www/py-django-ldapdb/Makefile
==============================================================================
--- head/www/py-django-ldapdb/Makefile	Thu Jun 18 19:54:28 2015	(r390059)
+++ head/www/py-django-ldapdb/Makefile	Thu Jun 18 19:56:52 2015	(r390060)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-ldapdb
 PORTVERSION=	0.3.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,7 @@ COMMENT=	Support for django models over 
 LICENSE=	BSD2CLAUSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django>=1.6.0:${PORTSDIR}/www/py-django \
-		${PYTHON_PKGNAMEPREFIX}ldap2>=2.0:${PORTSDIR}/net/py-ldap2
+		${PYTHON_PKGNAMEPREFIX}ldap>=2.0:${PORTSDIR}/net/py-ldap
 
 USES=		python
 USE_PYTHON=	distutils autoplist



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