diff options
author | simon <simon@FreeBSD.org> | 2005-01-13 22:39:54 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-13 22:39:54 +0800 |
commit | b00e9101b863724fd7bac5cb934f109875038721 (patch) | |
tree | ab06da7c13b43209fb2d8e340a0022c17be68a51 | |
parent | d8fb6de89016ccf942372f581871fc332b5be7f4 (diff) | |
download | freebsd-ports-gnome-b00e9101b863724fd7bac5cb934f109875038721.tar.gz freebsd-ports-gnome-b00e9101b863724fd7bac5cb934f109875038721.tar.zst freebsd-ports-gnome-b00e9101b863724fd7bac5cb934f109875038721.zip |
Mark DEPRECATED and set 1 month expiration date due to unresolved
security issues and no maintainer.
VuXML: http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html
Approved by: erwin (mentor)
-rw-r--r-- | security/proxytunnel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index ef087858c981..025f7e3e2926 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Connects stdin and stdout to an origin server through an HTTPS proxy +DEPRECATED= http://vuxml.FreeBSD.org/50744596-368f-11d9-a9e7-0001020eed82.html +EXPIRATION_DATE=2005-02-13 + ALL_TARGET= ${PORTNAME} USE_GETOPT_LONG=yes NO_WRKSUBDIR= yes |