diff options
author | trevor <trevor@FreeBSD.org> | 2005-10-04 10:06:02 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-10-04 10:06:02 +0800 |
commit | 06c276b807a135c8f3ba0a79b4bab149014e6f79 (patch) | |
tree | 872bc32af9615101fc297c71a4b1eabb07945618 | |
parent | 4e63c1c694c398da5dc9aa8a6a7aea0e1832b84a (diff) | |
download | freebsd-ports-gnome-06c276b807a135c8f3ba0a79b4bab149014e6f79.tar.gz freebsd-ports-gnome-06c276b807a135c8f3ba0a79b4bab149014e6f79.tar.zst freebsd-ports-gnome-06c276b807a135c8f3ba0a79b4bab149014e6f79.zip |
Forbid, deprecate and schedule removal mainly due to security bugs
which are unlikely to be fixed (requested by hrs).
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 0cd5439b1e6c..263adcadf015 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -19,6 +19,10 @@ RESTRICTED= "Must fill out redistribution form at http://www.adobe.com/products/ MAINTAINER= trevor@FreeBSD.org COMMENT= View, distribute and print PDF documents +FORBIDDEN= "outdated and has multiple security bugs; use version 7 instead" +DEPRECATED= ${FORBIDDEN} +EXPIRATION_DATE= 2006-01-03 + CONFLICTS= acroread7 ONLY_FOR_ARCHS= amd64 i386 |