1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add Varnish 6 to the framework

Reported by:	vanilla
This commit is contained in:
Mark Felder 2018-06-27 15:48:17 +00:00
parent d0a2a8150c
commit 0885335da2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473447
2 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#
# Feature: varnish
# Usage: USES=varnish
# Valid ARGS: 4, 5, run
# Valid ARGS: 4, 5, 6, run
#
# MAINTAINER: ports@FreeBSD.org
@ -17,6 +17,8 @@ VARNISH_VERSION= ${VARNISH_DEFAULT}
VARNISH_VERSION= 4
. elif ${varnish_ARGS:M5}
VARNISH_VERSION= 5
. elif ${varnish_ARGS:M6}
VARNISH_VERSION= 6
. elif defined(VARNISH_DEFAULT)
. endif

View File

@ -127,7 +127,7 @@ SSL_DEFAULT?= base
# Possible values: 8.5, 8.6, 8.7
TCLTK_DEFAULT?= 8.6
# Possible values: 4, 5
# Possible values: 4, 5, 6
VARNISH_DEFAULT?= 4
.endif