aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2022-06-28 11:01:53 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2022-06-28 11:01:53 +0000
commit4dbbcdb4467e0d519773687f3ccf328a70ea98de (patch)
treebfcb87ae05dc1b5c8b6bf9d274b45a2134045372
parentb11734a3dbe024ddcf28298c7724b9387ac6ceeb (diff)
downloadports-4dbbcdb4467e0d519773687f3ccf328a70ea98de.tar.gz
ports-4dbbcdb4467e0d519773687f3ccf328a70ea98de.zip
www/varnish[4|6|7]: Chase deprecated CPE information
According to NIST CPE dictionary the old CPE varnish-cache:varnish has been deprecated by varnish-cache:varnish_cache. Approved by: portmgr (blanket) Obtained from: https://nvd.nist.gov/products/cpe/detail/728797
-rw-r--r--www/varnish4/Makefile1
-rw-r--r--www/varnish6/Makefile1
-rw-r--r--www/varnish7/Makefile1
3 files changed, 3 insertions, 0 deletions
diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile
index d84e76326950..bf0605585e9d 100644
--- a/www/varnish4/Makefile
+++ b/www/varnish4/Makefile
@@ -20,6 +20,7 @@ USES= autoreconf:2.69 cpe gmake libedit libtool ncurses pathfix \
pkgconfig python:build readline shebangfix
SHEBANG_FILES= lib/libvcc/vmodtool.py
CPE_VENDOR= varnish-cache
+CPE_PRODUCT= varnish_cache
CFLAGS+= -I${LOCALBASE}/include -Wno-error
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX} --enable-tests
diff --git a/www/varnish6/Makefile b/www/varnish6/Makefile
index c4000df444a2..ac1abd0d9531 100644
--- a/www/varnish6/Makefile
+++ b/www/varnish6/Makefile
@@ -22,6 +22,7 @@ CONFLICTS= varnish4 varnish7
SHEBANG_FILES= lib/libvcc/*.py
CPE_VENDOR= varnish-cache
+CPE_PRODUCT= varnish_cache
CFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot
diff --git a/www/varnish7/Makefile b/www/varnish7/Makefile
index 84b65dedfa90..e942a7284b5f 100644
--- a/www/varnish7/Makefile
+++ b/www/varnish7/Makefile
@@ -21,6 +21,7 @@ CONFLICTS= varnish4 varnish6
SHEBANG_FILES= lib/libvcc/*.py lib/libvsc/*.py
CPE_VENDOR= varnish-cache
+CPE_PRODUCT= varnish_cache
CFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX} --without-dot