1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Varnish 4.0.3 removed default hardcoded -sfile size and no longer

accepts percentages.

Set to 100M by default instead to match old behavior.

82ba5b928d
This commit is contained in:
Mark Felder 2015-03-03 15:40:23 +00:00
parent 5d232a34da
commit d0385f818d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380377
2 changed files with 3 additions and 2 deletions
www/varnish4

View File

@ -2,6 +2,7 @@
PORTNAME= varnish
PORTVERSION= 4.0.3
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://repo.varnish-cache.org/source/
PKGNAMESUFFIX= 4

View File

@ -35,7 +35,7 @@
# default: "classic,16383"
#
# varnishd_storage - storage method and parameters.
# default: "file,/tmp,50%"
# default: "file,/tmp,100M"
#
# varnishd_user - unprivileged user for the child process.
# default: "www"
@ -64,7 +64,7 @@ load_rc_config ${name}
: ${varnishd_listen:=":80"}
: ${varnishd_admin:="localhost:81"}
: ${varnishd_backend:="localhost:8080"}
: ${varnishd_storage:="file,/tmp,50%"}
: ${varnishd_storage:="file,/tmp,100M"}
: ${varnishd_hash:="classic,16383"}
: ${varnishd_user:="www"}
: ${varnishd_group:="www"}