From owner-svn-ports-all@freebsd.org Fri Jun 19 15:16:48 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3AE9134F4CB; Fri, 19 Jun 2020 15:16:48 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49pMpm0tpJz4HN0; Fri, 19 Jun 2020 15:16:48 +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 157171D1C6; Fri, 19 Jun 2020 15:16:48 +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 05JFGl2s040158; Fri, 19 Jun 2020 15:16:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 05JFGlfb040157; Fri, 19 Jun 2020 15:16:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <202006191516.05JFGlfb040157@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Fri, 19 Jun 2020 15:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539621 - head/www/varnish6 X-SVN-Group: ports-head X-SVN-Commit-Author: feld X-SVN-Commit-Paths: head/www/varnish6 X-SVN-Commit-Revision: 539621 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2020 15:16:48 -0000 Author: feld Date: Fri Jun 19 15:16:47 2020 New Revision: 539621 URL: https://svnweb.freebsd.org/changeset/ports/539621 Log: www/varnish6: Fix pkg-plist Also correct portlint problems MFH: 2020Q2 Modified: head/www/varnish6/Makefile head/www/varnish6/pkg-plist Modified: head/www/varnish6/Makefile ============================================================================== --- head/www/varnish6/Makefile Fri Jun 19 15:02:22 2020 (r539620) +++ head/www/varnish6/Makefile Fri Jun 19 15:16:47 2020 (r539621) @@ -3,6 +3,7 @@ PORTNAME= varnish PORTVERSION= 6.4.0 DISTVERSIONPREFIX= varnish- +PORTREVISION= 1 CATEGORIES= www PKGNAMESUFFIX= 6 @@ -12,14 +13,15 @@ COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= rst2man:textproc/py-docutils \ +BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR} \ ${PY_SPHINX} LIB_DEPENDS= libpcre.so:devel/pcre -CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* varnish5-5.* - USES= autoreconf compiler cpe gmake libedit libtool ncurses pathfix \ pkgconfig python:3.4+,build readline shebangfix + +CONFLICTS= varnish-2.* varnish-3.* varnish4-4.* varnish5-5.* + SHEBANG_FILES= lib/libvcc/*.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include Modified: head/www/varnish6/pkg-plist ============================================================================== --- head/www/varnish6/pkg-plist Fri Jun 19 15:02:22 2020 (r539620) +++ head/www/varnish6/pkg-plist Fri Jun 19 15:16:47 2020 (r539621) @@ -89,6 +89,7 @@ lib/libvarnishapi.so lib/libvarnishapi.so.2 lib/libvarnishapi.so.2.0.0 lib/varnish/vmods/libvmod_blob.so +lib/varnish/vmods/libvmod_cookie.so lib/varnish/vmods/libvmod_debug.so lib/varnish/vmods/libvmod_directors.so lib/varnish/vmods/libvmod_proxy.so @@ -106,6 +107,7 @@ man/man1/varnishstat.1.gz man/man1/varnishtest.1.gz man/man1/varnishtop.1.gz man/man3/vmod_blob.3.gz +man/man3/vmod_cookie.3.gz man/man3/vmod_directors.3.gz man/man3/vmod_proxy.3.gz man/man3/vmod_purge.3.gz