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/splatd | |
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/splatd')
-rw-r--r-- | net/splatd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |