diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-16 21:57:34 +0800 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-02-16 21:57:34 +0800 |
commit | 84e95286b2eaf0421b6810569f1cc7529678f5b8 (patch) | |
tree | 48119876386b08345194d648934ac90c73865814 /mail | |
parent | 4630fc839bc3574e1d75e7653874e2beed982002 (diff) | |
download | freebsd-ports-gnome-84e95286b2eaf0421b6810569f1cc7529678f5b8.tar.gz freebsd-ports-gnome-84e95286b2eaf0421b6810569f1cc7529678f5b8.tar.zst freebsd-ports-gnome-84e95286b2eaf0421b6810569f1cc7529678f5b8.zip |
- BROKEN => FORBIDDEN, since these are potential security issues.
- schedule for removal
Reminded by: kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smunge/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/smunge/Makefile b/mail/smunge/Makefile index ad6b4c2c656d..447ef37110c5 100644 --- a/mail/smunge/Makefile +++ b/mail/smunge/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= http://www.i2pi.com/smunge/ MAINTAINER= midom@dammit.lt COMMENT= Funneling POP3 proxy server -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 LIB_DEPENDS= ldap:${PORTSDIR}/net/openldap12 |