From owner-svn-ports-head@freebsd.org Wed Apr 3 21:43:53 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B2C071554411; Wed, 3 Apr 2019 21:43:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9AF6EF26; Wed, 3 Apr 2019 21:43:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 21B541BF43; Wed, 3 Apr 2019 21:43:53 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x33LhrxJ007833; Wed, 3 Apr 2019 21:43:53 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x33Lhqrv007830; Wed, 3 Apr 2019 21:43:52 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201904032143.x33Lhqrv007830@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 3 Apr 2019 21:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497773 - head/www/varnish6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/www/varnish6 X-SVN-Commit-Revision: 497773 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4D9AF6EF26 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.99)[-0.987,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2019 21:43:54 -0000 Author: feld Date: Wed Apr 3 21:43:52 2019 New Revision: 497773 URL: https://svnweb.freebsd.org/changeset/ports/497773 Log: www/varnish6: Update to 6.2.0 Changelog: http://varnish-cache.org/releases/rel6.2.0.html Modified: head/www/varnish6/Makefile head/www/varnish6/distinfo head/www/varnish6/pkg-plist Modified: head/www/varnish6/Makefile ============================================================================== --- head/www/varnish6/Makefile Wed Apr 3 21:06:37 2019 (r497772) +++ head/www/varnish6/Makefile Wed Apr 3 21:43:52 2019 (r497773) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= varnish -PORTVERSION= 6.1.1 +PORTVERSION= 6.2.0 DISTVERSIONPREFIX= varnish- PORTREVISION= 0 CATEGORIES= www @@ -20,7 +20,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* varnish5-5.* USES= autoreconf cpe gmake libedit libtool ncurses pathfix \ - pkgconfig python:2.7,build readline shebangfix + pkgconfig python:3.4+,build readline shebangfix SHEBANG_FILES= lib/libvcc/*.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include Modified: head/www/varnish6/distinfo ============================================================================== --- head/www/varnish6/distinfo Wed Apr 3 21:06:37 2019 (r497772) +++ head/www/varnish6/distinfo Wed Apr 3 21:43:52 2019 (r497773) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542988019 -SHA256 (varnishcache-varnish-cache-varnish-6.1.1_GH0.tar.gz) = 4de5e84ddc9034d26df54251cb33a3ac7c86acbf3635d5511e39e51d7b6faa16 -SIZE (varnishcache-varnish-cache-varnish-6.1.1_GH0.tar.gz) = 1403856 +TIMESTAMP = 1554243019 +SHA256 (varnishcache-varnish-cache-varnish-6.2.0_GH0.tar.gz) = 0024add1a9d9fc3933096f3837e6069c0fc3001b0033e32240e3a193ec3d8528 +SIZE (varnishcache-varnish-cache-varnish-6.2.0_GH0.tar.gz) = 1453074 Modified: head/www/varnish6/pkg-plist ============================================================================== --- head/www/varnish6/pkg-plist Wed Apr 3 21:06:37 2019 (r497772) +++ head/www/varnish6/pkg-plist Wed Apr 3 21:43:52 2019 (r497773) @@ -5,16 +5,18 @@ bin/varnishncsa bin/varnishstat bin/varnishtest bin/varnishtop -include/varnish/cache/cache.h include/varnish/cache/cache_backend.h include/varnish/cache/cache_director.h include/varnish/cache/cache_filter.h include/varnish/cache/cache_varnishd.h +include/varnish/cache/cache.h include/varnish/common/common_param.h include/varnish/miniobj.h include/varnish/tbl/acct_fields_bereq.h include/varnish/tbl/acct_fields_req.h include/varnish/tbl/backend_poll.h +include/varnish/tbl/ban_arg_oper.h +include/varnish/tbl/ban_oper.h include/varnish/tbl/ban_vars.h include/varnish/tbl/bo_flags.h include/varnish/tbl/boc_state.h @@ -42,21 +44,24 @@ include/varnish/tbl/steps.h include/varnish/tbl/symbol_kind.h include/varnish/tbl/vcc_types.h include/varnish/tbl/vcl_returns.h -include/varnish/tbl/vhd_fsm.h +include/varnish/tbl/vcl_states.h include/varnish/tbl/vhd_fsm_funcs.h +include/varnish/tbl/vhd_fsm.h include/varnish/tbl/vhd_return.h include/varnish/tbl/vhp_huffman.h include/varnish/tbl/vhp_static.h include/varnish/tbl/vrt_stv_var.h include/varnish/tbl/vsc_levels.h -include/varnish/tbl/vsl_tags.h +include/varnish/tbl/vsig_list.h include/varnish/tbl/vsl_tags_http.h +include/varnish/tbl/vsl_tags.h include/varnish/tbl/waiters.h include/varnish/vapi/vapi_options.h include/varnish/vapi/voptget.h include/varnish/vapi/vsc.h -include/varnish/vapi/vsl.h +include/varnish/vapi/vsig.h include/varnish/vapi/vsl_int.h +include/varnish/vapi/vsl.h include/varnish/vapi/vsm.h include/varnish/vas.h include/varnish/vav.h @@ -65,24 +70,27 @@ 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 include/varnish/vrnd.h -include/varnish/vrt.h include/varnish/vrt_obj.h +include/varnish/vrt.h include/varnish/vsa.h include/varnish/vsb.h include/varnish/vsha256.h include/varnish/vtcp.h -include/varnish/vut.h -include/varnish/vut_options.h include/varnish/vtim.h +include/varnish/vtree.h +include/varnish/vut_options.h +include/varnish/vut.h include/varnish/waiter/waiter.h lib/libvarnishapi.so lib/libvarnishapi.so.2 lib/libvarnishapi.so.2.0.0 lib/varnish/vmods/libvmod_blob.so +lib/varnish/vmods/libvmod_debug.so lib/varnish/vmods/libvmod_directors.so lib/varnish/vmods/libvmod_proxy.so lib/varnish/vmods/libvmod_purge.so