From owner-svn-ports-head@FreeBSD.ORG Thu Jun 18 19:56:56 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11BC3944; Thu, 18 Jun 2015 19:56:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F1DEFD91; Thu, 18 Jun 2015 19:56:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5IJutuo007514; Thu, 18 Jun 2015 19:56:55 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5IJuqjH007499; Thu, 18 Jun 2015 19:56:52 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201506181956.t5IJuqjH007499@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 18 Jun 2015 19:56:52 +0000 (UTC) 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... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 19:56:56 -0000 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