Date: Sun, 23 May 2021 23:00:48 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 98d128a55b07 - main - www/squid3: Mark as deprecated and set an expiry date Message-ID: <202105232300.14NN0m3b091240@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=98d128a55b0761e7b2a53a861c1eb93e83ddfa45 commit 98d128a55b0761e7b2a53a861c1eb93e83ddfa45 Author: Daniel Engberg <daniel.engberg.lists@pyret.net> AuthorDate: 2021-05-23 21:25:52 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-05-23 22:58:47 +0000 www/squid3: Mark as deprecated and set an expiry date Expiration date following expected EoL of FreeBSD 11. PR: 254749 Approved by: timp87@gmail.com (maintainer) --- www/squid3/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/squid3/Makefile b/www/squid3/Makefile index dcb7ec367545..4d9df3ba46ce 100644 --- a/www/squid3/Makefile +++ b/www/squid3/Makefile @@ -15,6 +15,9 @@ COMMENT= HTTP Caching Proxy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unsupported by upstream +EXPIRATION_DATE=2021-09-30 + CONFLICTS= squid-* squid-devel-* BROKEN_powerpc64= Does not build: error: unrecognizable insn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105232300.14NN0m3b091240>