diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-18 04:11:51 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-18 04:11:51 +0000 |
commit | 81c98f5c5cc43741333a3c59dbe1b3c2310e0e6d (patch) | |
tree | 84c8e67d014adcfd3f781c2566acb0158ee8d2b2 /ftp | |
parent | 82013a3b089c5542230d5f04d2f2373cd3585658 (diff) | |
download | FreeBSD-ports-81c98f5c5cc43741333a3c59dbe1b3c2310e0e6d.zip FreeBSD-ports-81c98f5c5cc43741333a3c59dbe1b3c2310e0e6d.tar.gz |
With portmgr hat on, mark DEPRECATED to go along with the fact that it
is currently marked FORBIDDEN due to security problems. Set for 1-month
timeout (that will be 6 weeks since the initial FORBIDDEN).
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/prozilla/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/prozilla/Makefile b/ftp/prozilla/Makefile index fa6130a..269b19b 100644 --- a/ftp/prozilla/Makefile +++ b/ftp/prozilla/Makefile @@ -15,6 +15,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= ProZilla is a fast download accelerator FORBIDDEN= "http://www.vuxml.org/freebsd/1a32e8ee-3edb-11d9-8699-00065be4b5b6.html" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE= 2005-01017 + USE_GETOPT_LONG=yes USE_REINPLACE= yes USE_GMAKE= yes |