diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-17 14:17:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-17 14:17:10 +0000 |
commit | 155bc65019982eddbe9204af69d480ff758b93bc (patch) | |
tree | 74fb27db6725e1c63b5659bc2e31f43d144a2901 /www | |
parent | 8c2460d2e7de6b9546c0df57152340e8ea80ff01 (diff) | |
download | freebsd-ports-155bc65019982eddbe9204af69d480ff758b93bc.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 |