sysutils/consul: update 0.7.1
While here, remove the ui files since they are baked into the binary now and fix a typo. Changelog: https://github.com/hashicorp/consul/blob/v0.7.1/CHANGELOG.md
This commit is contained in:
parent
5665202431
commit
73769ba3ca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425857
5 changed files with 8 additions and 22 deletions
|
@ -1,11 +1,9 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= consul
|
||||
PORTVERSION= 0.7.0
|
||||
PORTVERSION= 0.7.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://releases.hashicorp.com/consul/${PORTVERSION}/:web_ui
|
||||
DISTFILES= consul_${PORTVERSION}_web_ui.zip:web_ui
|
||||
|
||||
MAINTAINER= swills@FreeBSD.org
|
||||
COMMENT= Service discovery and configuration made easy
|
||||
|
@ -36,10 +34,6 @@ do-build:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/hashicorp/consul/bin/consul ${STAGEDIR}${PREFIX}/bin/consul
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${MKDIR} ${WRKDIR}/dist
|
||||
${MV} ${WRKDIR}/index.html ${WRKDIR}/static ${WRKDIR}/dist
|
||||
cd ${WRKDIR}/dist && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1475593864
|
||||
SHA256 (consul_0.7.0_web_ui.zip) = 42212089c228a73a0881a5835079c8df58a4f31b5060a3b4ffd4c2497abe3aa8
|
||||
SIZE (consul_0.7.0_web_ui.zip) = 255229
|
||||
SHA256 (hashicorp-consul-v0.7.0_GH0.tar.gz) = d3616f204370aa199df516d792fe0835019aed7b6596aa7f6bdc71c2b1067494
|
||||
SIZE (hashicorp-consul-v0.7.0_GH0.tar.gz) = 3625239
|
||||
TIMESTAMP = 1478821632
|
||||
SHA256 (consul_0.7.1_web_ui.zip) = 1b793c60e1af24cc470421d0411e13748f451b51d8a6ed5fcabc8d00bfb84264
|
||||
SIZE (consul_0.7.1_web_ui.zip) = 255257
|
||||
SHA256 (hashicorp-consul-v0.7.1_GH0.tar.gz) = d1498c851df8aa150c7b4398fdbb74467af4949d20ce5b4840b88095fce71135
|
||||
SIZE (hashicorp-consul-v0.7.1_GH0.tar.gz) = 4003354
|
||||
|
|
|
@ -37,7 +37,7 @@ load_rc_config $name
|
|||
pidfile=/var/run/consul.pid
|
||||
procname="%%PREFIX%%/bin/consul"
|
||||
command="/usr/sbin/daemon"
|
||||
command_args="-f -p ${pidfile} /usr/bin/env ${consul_env} ${procname} agent -data-dir=${consul_dir} -ui-dir=%%PREFIX%%/share/consul -config-dir=%%PREFIX%%/etc/consul.d ${consul_args}"
|
||||
command_args="-f -p ${pidfile} /usr/bin/env ${consul_env} ${procname} agent -data-dir=${consul_dir} -config-dir=%%PREFIX%%/etc/consul.d ${consul_args}"
|
||||
|
||||
start_precmd=consul_startprecmd
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Consule is a distributed, highly available and data center aware tool for
|
||||
Consul is a distributed, highly available and data center aware tool for
|
||||
discovering and configuring services.
|
||||
|
||||
WWW: https://consul.io/
|
||||
|
|
|
@ -1,9 +1 @@
|
|||
bin/consul
|
||||
%%DATADIR%%/index.html
|
||||
%%DATADIR%%/static/application.min.js
|
||||
%%DATADIR%%/static/base.css
|
||||
%%DATADIR%%/static/base.css.map
|
||||
%%DATADIR%%/static/bootstrap.min.css
|
||||
%%DATADIR%%/static/consul-logo.png
|
||||
%%DATADIR%%/static/favicon.png
|
||||
%%DATADIR%%/static/loading-cylon-purple.svg
|
||||
|
|
Loading…
Reference in a new issue