diff options
author | rm <rm@FreeBSD.org> | 2015-06-19 03:56:52 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-06-19 03:56:52 +0800 |
commit | 498ef14967422c96607443eeb04ecc7966a06d39 (patch) | |
tree | 296529de64dc6a4f4fd3fc1ac9478c982c6ece1b /net | |
parent | 246bcdf2ad67330124f11f13c2da58b64276d4a7 (diff) | |
download | freebsd-ports-gnome-498ef14967422c96607443eeb04ecc7966a06d39.tar.gz freebsd-ports-gnome-498ef14967422c96607443eeb04ecc7966a06d39.tar.zst freebsd-ports-gnome-498ef14967422c96607443eeb04ecc7966a06d39.zip |
net/py-ldap2: rename to py-ldap
To better match upstream name
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/py-ldap/Makefile (renamed from net/py-ldap2/Makefile) | 6 | ||||
-rw-r--r-- | net/py-ldap/distinfo (renamed from net/py-ldap2/distinfo) | 0 | ||||
-rw-r--r-- | net/py-ldap/pkg-descr (renamed from net/py-ldap2/pkg-descr) | 0 | ||||
-rw-r--r-- | net/splatd/Makefile | 4 |
5 files changed, 6 insertions, 6 deletions
diff --git a/net/Makefile b/net/Makefile index 451cb51afc19..ede96366844a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/py-ldap2/Makefile b/net/py-ldap/Makefile index de104d7f2dd0..fa32b70cf591 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap/Makefile @@ -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: diff --git a/net/py-ldap2/distinfo b/net/py-ldap/distinfo index b0eae38ea481..b0eae38ea481 100644 --- a/net/py-ldap2/distinfo +++ b/net/py-ldap/distinfo diff --git a/net/py-ldap2/pkg-descr b/net/py-ldap/pkg-descr index add35193d5e6..add35193d5e6 100644 --- a/net/py-ldap2/pkg-descr +++ b/net/py-ldap/pkg-descr diff --git a/net/splatd/Makefile b/net/splatd/Makefile index aac28695c57b..cb5f33d77e8e 100644 --- a/net/splatd/Makefile +++ b/net/splatd/Makefile @@ -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 LDAP Attribute Transmogrifier 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 |