Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2021 23:04:18 GMT
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 7886a9905189 - 2021Q2 - www/squid3: Mark as deprecated and set an expiry date
Message-ID:  <202105232304.14NN4IF6096013@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7886a9905189798f2b702a932a4c462d7d0d5adc

commit 7886a9905189798f2b702a932a4c462d7d0d5adc
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 23:03:30 +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)
    
    (cherry picked from commit 98d128a55b0761e7b2a53a861c1eb93e83ddfa45)
---
 www/squid3/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/squid3/Makefile b/www/squid3/Makefile
index 1998efa218fe..3ae168b7fe42 100644
--- a/www/squid3/Makefile
+++ b/www/squid3/Makefile
@@ -16,6 +16,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?202105232304.14NN4IF6096013>