Date: Mon, 26 Apr 2021 20:14:13 GMT From: Mark Felder <feld@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 48c32cdcc14e - main - www/varnish6: Update to 6.6.0 Message-ID: <202104262014.13QKEDh5072821@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by feld: URL: https://cgit.FreeBSD.org/ports/commit/?id=48c32cdcc14e03e1f2bf24909c174c1b8aac26e2 commit 48c32cdcc14e03e1f2bf24909c174c1b8aac26e2 Author: Mark Felder <feld@FreeBSD.org> AuthorDate: 2021-04-26 20:12:51 +0000 Commit: Mark Felder <feld@FreeBSD.org> CommitDate: 2021-04-26 20:12:51 +0000 www/varnish6: Update to 6.6.0 Changelog: https://github.com/varnishcache/varnish-cache/blob/6.6/doc/changes.rst#varnish-cache-660-2021-03-15 --- www/varnish6/Makefile | 2 +- www/varnish6/distinfo | 6 +++--- www/varnish6/pkg-plist | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/www/varnish6/Makefile b/www/varnish6/Makefile index 6ddca53fd589..bce51284fcb0 100644 --- a/www/varnish6/Makefile +++ b/www/varnish6/Makefile @@ -1,5 +1,5 @@ PORTNAME= varnish -PORTVERSION= 6.5.1 +PORTVERSION= 6.6.0 DISTVERSIONPREFIX= varnish- PORTREVISION= 0 CATEGORIES= www diff --git a/www/varnish6/distinfo b/www/varnish6/distinfo index ad31471d6dc5..27b818c379db 100644 --- a/www/varnish6/distinfo +++ b/www/varnish6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601996456 -SHA256 (varnishcache-varnish-cache-varnish-6.5.1_GH0.tar.gz) = 5f1597dfabf85b73aa2fa97c840e9ec687f33d025a85cc29174208b3f476bea1 -SIZE (varnishcache-varnish-cache-varnish-6.5.1_GH0.tar.gz) = 1574011 +TIMESTAMP = 1619467141 +SHA256 (varnishcache-varnish-cache-varnish-6.6.0_GH0.tar.gz) = e08131c1e6aff2969b9e3b91a4c4c6de7034bae7458dcf9e7843130f6fa181ee +SIZE (varnishcache-varnish-cache-varnish-6.6.0_GH0.tar.gz) = 1620112 diff --git a/www/varnish6/pkg-plist b/www/varnish6/pkg-plist index 0d6026353d89..f5b53a9287f3 100644 --- a/www/varnish6/pkg-plist +++ b/www/varnish6/pkg-plist @@ -41,7 +41,6 @@ include/varnish/tbl/params.h include/varnish/tbl/req_flags.h include/varnish/tbl/sess_attr.h include/varnish/tbl/sess_close.h -include/varnish/tbl/steps.h include/varnish/tbl/symbol_kind.h include/varnish/tbl/vcl_returns.h include/varnish/tbl/vcl_states.h @@ -71,7 +70,6 @@ include/varnish/vcl.h include/varnish/vcli.h include/varnish/vcs.h include/varnish/vdef.h -include/varnish/verrno.h include/varnish/vmod_abi.h include/varnish/vqueue.h include/varnish/vre.h @@ -118,6 +116,9 @@ man/man3/vmod_unix.3.gz man/man3/vmod_vtc.3.gz man/man7/varnish-cli.7.gz man/man7/varnish-counters.7.gz +man/man7/vcl-backend.7.gz +man/man7/vcl-probe.7.gz +man/man7/vcl-var.7.gz man/man7/vcl.7.gz man/man7/vsl-query.7.gz man/man7/vsl.7.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104262014.13QKEDh5072821>