diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-16 09:09:06 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-16 09:09:09 +0000 |
commit | 7a33376b841ad51d588e88dd451bf641f721ec79 (patch) | |
tree | bf715b0e8f5817a15e985d99b0db205b6137d770 | |
parent | 7c97aaed105433db570af51362721ee1b7ee47b0 (diff) | |
download | ports-7a33376b841ad51d588e88dd451bf641f721ec79.tar.gz ports-7a33376b841ad51d588e88dd451bf641f721ec79.zip |
www/varnish4: Deprecate and set expiration date to 2022-12-31
Unsupported upstream since 2019
PR: 266646
Approved by: portmgr (maintainer timeout, 2+ weeks)
-rw-r--r-- | www/varnish4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile index 151bbd7b90e1..6087afc57e57 100644 --- a/www/varnish4/Makefile +++ b/www/varnish4/Makefile @@ -12,6 +12,9 @@ WWW= https://www.varnish-cache.org/ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= End of life upstream, users are recommended to upgrade to 6.x or higher +EXPIRATION_DATE=2022-12-31 + BUILD_DEPENDS= rst2man:textproc/py-docutils LIB_DEPENDS= libpcre.so:devel/pcre |