www/varnish6: Fix pkg-plist
Also correct portlint problems MFH: 2020Q2
This commit is contained in:
parent
4da30b624d
commit
a25a93a37d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539621
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue