diff options
author | marino <marino@FreeBSD.org> | 2014-08-17 22:17:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-17 22:17:10 +0800 |
commit | a19436f5ac448456fbaeb9e56a5253ca2573c449 (patch) | |
tree | 74fb27db6725e1c63b5659bc2e31f43d144a2901 /www | |
parent | 2e8bd43af7e4f39eda2ff1e0f7a2dcbf52edb4b3 (diff) | |
download | freebsd-ports-gnome-a19436f5ac448456fbaeb9e56a5253ca2573c449.tar.gz freebsd-ports-gnome-a19436f5ac448456fbaeb9e56a5253ca2573c449.tar.zst freebsd-ports-gnome-a19436f5ac448456fbaeb9e56a5253ca2573c449.zip |
Retire Squid 3.2 on 15 September 2015
Squid 3.2 reached EOL when Squid 3.3 was released, and now Squid 3.4
is out. Squid only supports one stable release at a time. There are
no dependent ports on Squid 3.2. Users are recommended to move to
(unsupported) Squid 3.3 or introduce Squid 3.4 to ports.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid32/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/squid32/Makefile b/www/squid32/Makefile index 82efb652cce2..bce5d1a90ac2 100644 --- a/www/squid32/Makefile +++ b/www/squid32/Makefile @@ -25,6 +25,9 @@ PATCHFILES= #empty MAINTAINER= ports@FreeBSD.org COMMENT= HTTP Caching Proxy +DEPRECATED= Reached EOL when Squid Cache 3.3 was released (3.4 is out now) +EXPIRATION_DATE=2014-09-15 + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |