Date: Wed, 19 Apr 2017 14:32:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438846 - in head/sysutils/consul: . files Message-ID: <201704191432.v3JEWN62028682@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Apr 19 14:32:23 2017 New Revision: 438846 URL: https://svnweb.freebsd.org/changeset/ports/438846 Log: sysutils/consul: 0.8.1 While here, remove unneeded empty default consul_env. PR: 218738 Submitted by: Scott Larson <stl@ossuary.net> Modified: head/sysutils/consul/Makefile head/sysutils/consul/distinfo head/sysutils/consul/files/consul.in Modified: head/sysutils/consul/Makefile ============================================================================== --- head/sysutils/consul/Makefile Wed Apr 19 14:31:49 2017 (r438845) +++ head/sysutils/consul/Makefile Wed Apr 19 14:32:23 2017 (r438846) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= consul -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils Modified: head/sysutils/consul/distinfo ============================================================================== --- head/sysutils/consul/distinfo Wed Apr 19 14:31:49 2017 (r438845) +++ head/sysutils/consul/distinfo Wed Apr 19 14:32:23 2017 (r438846) @@ -1,3 +1,3 @@ -TIMESTAMP = 1491423346 -SHA256 (hashicorp-consul-v0.8.0_GH0.tar.gz) = d50787c290d91f6e3472d2adeb3b2cedf3eb71c7c0fce32b60d2739af2d81dcf -SIZE (hashicorp-consul-v0.8.0_GH0.tar.gz) = 4629677 +TIMESTAMP = 1492544138 +SHA256 (hashicorp-consul-v0.8.1_GH0.tar.gz) = 202ac732d076f43eb4cf0cccd21c6d8ccae4c4dcf4ef8223fbf08dd0e7d7cec6 +SIZE (hashicorp-consul-v0.8.1_GH0.tar.gz) = 5103830 Modified: head/sysutils/consul/files/consul.in ============================================================================== --- head/sysutils/consul/files/consul.in Wed Apr 19 14:31:49 2017 (r438845) +++ head/sysutils/consul/files/consul.in Wed Apr 19 14:32:23 2017 (r438846) @@ -16,9 +16,7 @@ # consul_group (group): Set group to run consul. # Default is "consul". # consul_dir (dir): Set dir to run consul in. -# Default is "/var/tmp/consul". -# consul_env (dir): Set environment variables used with consul -# Default is "". +# Default is "/var/db/consul". . /etc/rc.subr @@ -31,8 +29,7 @@ load_rc_config $name : ${consul_enable:="NO"} : ${consul_user:="consul"} : ${consul_group:="consul"} -: ${consul_dir:="/var/tmp/consul"} -: ${consul_env:=""} +: ${consul_dir:="/var/db/consul"} pidfile=/var/run/consul.pid procname="%%PREFIX%%/bin/consul"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704191432.v3JEWN62028682>