Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2019 09:02:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508984 - head/sysutils/consul
Message-ID:  <201908150902.x7F92Wru022599@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 15 09:02:32 2019
New Revision: 508984
URL: https://svnweb.freebsd.org/changeset/ports/508984

Log:
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/consul/Makefile
  head/sysutils/consul/pkg-descr

Modified: head/sysutils/consul/Makefile
==============================================================================
--- head/sysutils/consul/Makefile	Thu Aug 15 06:53:31 2019	(r508983)
+++ head/sysutils/consul/Makefile	Thu Aug 15 09:02:32 2019	(r508984)
@@ -9,6 +9,7 @@ MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Service discovery and configuration made easy
 
 LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		compiler go
 

Modified: head/sysutils/consul/pkg-descr
==============================================================================
--- head/sysutils/consul/pkg-descr	Thu Aug 15 06:53:31 2019	(r508983)
+++ head/sysutils/consul/pkg-descr	Thu Aug 15 09:02:32 2019	(r508984)
@@ -1,4 +1,4 @@
 Consul is a distributed, highly available and data center aware tool for
 discovering and configuring services.
 
-WWW: https://consul.io/
+WWW: https://www.consul.io/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908150902.x7F92Wru022599>