diff options
author | eik <eik@FreeBSD.org> | 2004-02-16 21:57:34 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-02-16 21:57:34 +0800 |
commit | eae7f3745ff421dc39b0cdd9ebb8ec3730e227f3 (patch) | |
tree | 1b1cedd7d975310e07363210fa57026ede893060 /www/web500gw | |
parent | c82a9f85ac8236dbe30af89c8ef5f1a2cf9ea09d (diff) | |
download | freebsd-ports-gnome-eae7f3745ff421dc39b0cdd9ebb8ec3730e227f3.tar.gz freebsd-ports-gnome-eae7f3745ff421dc39b0cdd9ebb8ec3730e227f3.tar.zst freebsd-ports-gnome-eae7f3745ff421dc39b0cdd9ebb8ec3730e227f3.zip |
- BROKEN => FORBIDDEN, since these are potential security issues.
- schedule for removal
Reminded by: kris
Diffstat (limited to 'www/web500gw')
-rw-r--r-- | www/web500gw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index b9a5bd140cb6..fc328622b135 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -19,7 +19,9 @@ PATCHFILES= modtmpl.patch MAINTAINER= ports@FreeBSD.org COMMENT= HTTP gateway to LDAP-based directories -BROKEN= "Depends on net/openldap12, which is no more" +FORBIDDEN= "Depends on net/openldap12, which is no more" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE= 2004-04-18 BUILD_DEPENDS= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap12 |