diff options
author | linimon <linimon@FreeBSD.org> | 2004-01-04 08:21:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-01-04 08:21:31 +0800 |
commit | e46d71a49e3a23d620e4ca71d472050328e021ca (patch) | |
tree | eb82cd04c59cc8eaca331d26008776dc0aa880b9 /security | |
parent | ce5150196b563f6d2f4489fbe8636177cd01192d (diff) | |
download | freebsd-ports-gnome-e46d71a49e3a23d620e4ca71d472050328e021ca.tar.gz freebsd-ports-gnome-e46d71a49e3a23d620e4ca71d472050328e021ca.tar.zst freebsd-ports-gnome-e46d71a49e3a23d620e4ca71d472050328e021ca.zip |
Reset maintainer and mark forbidden. From private email from the current
maintainer, in my response to request about build errors on 5.x:
As much as I may try, I just can't find the time anymore to spend on
projects such as this. Since there are some documented exploits
available against 6.5.x, it would probably be best to remove the port.
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp6/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/pgp6/Makefile b/security/pgp6/Makefile index c8beba1aabe6..3840771e8f49 100644 --- a/security/pgp6/Makefile +++ b/security/pgp6/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.no.pgpi.org/pub/pgp/${PORTVERSION:R}/${PORTVERSION}/ \ ftp://ftp.ru.pgpi.org/pub/pgp/${PORTVERSION:R}/${PORTVERSION}/ DISTNAME= pgpsrc658unix -MAINTAINER= mike@fate.com +MAINTAINER= ports@FreeBSD.org COMMENT= Public-Key encryption for the masses WRKSRC= ${WRKDIR}/pgpsrc @@ -31,9 +31,10 @@ LATEST_LINK= pgp6 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile" -.endif +#.if ${OSVERSION} >= 500113 +#BROKEN= "Does not compile" +#.endif +FORBIDDEN= "documented exploits exist; port will be removed if not fixed in early 2004" # the distfile is actually a tar of three compressed tars and their # signatures |