diff options
author | swills <swills@FreeBSD.org> | 2016-11-11 09:01:38 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-11-11 09:01:38 +0800 |
commit | 06e397b21271871457ec6938ebe970826deec5ee (patch) | |
tree | f48f3c84e7338ee672c8aba1054aafdac01afb30 /sysutils | |
parent | 7b9221c4c29902d7f974ba91917cd41ed657501b (diff) | |
download | freebsd-ports-gnome-06e397b21271871457ec6938ebe970826deec5ee.tar.gz freebsd-ports-gnome-06e397b21271871457ec6938ebe970826deec5ee.tar.zst freebsd-ports-gnome-06e397b21271871457ec6938ebe970826deec5ee.zip |
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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/consul/Makefile | 8 | ||||
-rw-r--r-- | sysutils/consul/distinfo | 10 | ||||
-rw-r--r-- | sysutils/consul/files/consul.in | 2 | ||||
-rw-r--r-- | sysutils/consul/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/consul/pkg-plist | 8 |
5 files changed, 8 insertions, 22 deletions
diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile index a6d2edd418d7..8c375e2828dd 100644 --- a/sysutils/consul/Makefile +++ b/sysutils/consul/Makefile @@ -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> diff --git a/sysutils/consul/distinfo b/sysutils/consul/distinfo index 06dc042823b0..9b5326181bff 100644 --- a/sysutils/consul/distinfo +++ b/sysutils/consul/distinfo @@ -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 diff --git a/sysutils/consul/files/consul.in b/sysutils/consul/files/consul.in index 4f9ee004d0f4..bb043bece6b8 100644 --- a/sysutils/consul/files/consul.in +++ b/sysutils/consul/files/consul.in @@ -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 diff --git a/sysutils/consul/pkg-descr b/sysutils/consul/pkg-descr index 3f024acb6204..35f290b0567b 100644 --- a/sysutils/consul/pkg-descr +++ b/sysutils/consul/pkg-descr @@ -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/ diff --git a/sysutils/consul/pkg-plist b/sysutils/consul/pkg-plist index 046cc53d80ce..9cd52cd81b38 100644 --- a/sysutils/consul/pkg-plist +++ b/sysutils/consul/pkg-plist @@ -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 |