diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-16 13:57:34 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-16 13:57:34 +0000 |
commit | 84e95286b2eaf0421b6810569f1cc7529678f5b8 (patch) | |
tree | 48119876386b08345194d648934ac90c73865814 /net/py-ldap1 | |
parent | 4630fc839bc3574e1d75e7653874e2beed982002 (diff) |
- BROKEN => FORBIDDEN, since these are potential security issues.
- schedule for removal
Reminded by: kris
Notes
Notes:
svn path=/head/; revision=101060
Diffstat (limited to 'net/py-ldap1')
-rw-r--r-- | net/py-ldap1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/py-ldap1/Makefile b/net/py-ldap1/Makefile index a492c2eb1413..a1a1f4320873 100644 --- a/net/py-ldap1/Makefile +++ b/net/py-ldap1/Makefile @@ -15,7 +15,9 @@ DISTNAME= python-ldap-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org COMMENT= An LDAP module for python -BROKEN= "Depends on net/openldap12 which is no more. Maybe net/py-ldap2 will do the trick?" +FORBIDDEN= "Depends on net/openldap12 which is no more. Maybe net/py-ldap2 will do the trick?" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE= 2004-04-18 LIB_DEPENDS= ldap.1:${PORTSDIR}/net/openldap12 |