diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-08-31 09:50:07 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-08-31 09:50:07 +0000 |
commit | 78b01ce1a05e6615c9360e8b2446997d06699174 (patch) | |
tree | d7387a767fe0107564ddc67bd17d3d9e05570fa6 | |
parent | d3ae92b2b6f9c77009741f3f2e14eedfb37348b5 (diff) | |
download | FreeBSD-ports-78b01ce1a05e6615c9360e8b2446997d06699174.zip FreeBSD-ports-78b01ce1a05e6615c9360e8b2446997d06699174.tar.gz |
Dropped maintainership, as I phase python out here.
-rw-r--r-- | net/py-ldap1/Makefile | 2 | ||||
-rw-r--r-- | net/py-ldap2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile index 3dbf2cf..0135a43 100644 --- a/net/py-ldap1/Makefile +++ b/net/py-ldap1/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= python-ldap DISTNAME= python-ldap-${PORTVERSION}-src -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap diff --git a/net/py-ldap2/Makefile b/net/py-ldap2/Makefile index e9b065f..d0df7a0 100644 --- a/net/py-ldap2/Makefile +++ b/net/py-ldap2/Makefile @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= python-ldap PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-ldap-${PORTVERSION} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 |