svn commit: r425857 - in head/sysutils/consul: . files

Steve Wills swills at FreeBSD.org
Fri Nov 11 01:01:39 UTC 2016


Author: swills
Date: Fri Nov 11 01:01:38 2016
New Revision: 425857
URL: https://svnweb.freebsd.org/changeset/ports/425857

Log:
  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

Modified:
  head/sysutils/consul/Makefile
  head/sysutils/consul/distinfo
  head/sysutils/consul/files/consul.in
  head/sysutils/consul/pkg-descr
  head/sysutils/consul/pkg-plist

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Thu Nov 10 23:58:56 2016	(r425856)
+++ head/sysutils/consul/Makefile	Fri Nov 11 01:01:38 2016	(r425857)
@@ -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 at 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>
 

Modified: head/sysutils/consul/distinfo
==============================================================================
--- head/sysutils/consul/distinfo	Thu Nov 10 23:58:56 2016	(r425856)
+++ head/sysutils/consul/distinfo	Fri Nov 11 01:01:38 2016	(r425857)
@@ -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

Modified: head/sysutils/consul/files/consul.in
==============================================================================
--- head/sysutils/consul/files/consul.in	Thu Nov 10 23:58:56 2016	(r425856)
+++ head/sysutils/consul/files/consul.in	Fri Nov 11 01:01:38 2016	(r425857)
@@ -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
 

Modified: head/sysutils/consul/pkg-descr
==============================================================================
--- head/sysutils/consul/pkg-descr	Thu Nov 10 23:58:56 2016	(r425856)
+++ head/sysutils/consul/pkg-descr	Fri Nov 11 01:01:38 2016	(r425857)
@@ -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/

Modified: head/sysutils/consul/pkg-plist
==============================================================================
--- head/sysutils/consul/pkg-plist	Thu Nov 10 23:58:56 2016	(r425856)
+++ head/sysutils/consul/pkg-plist	Fri Nov 11 01:01:38 2016	(r425857)
@@ -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


More information about the svn-ports-all mailing list