svn commit: r418850 - in head/sysutils: . consul-alerts consul-alerts/files

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 20 19:54:22 UTC 2016


On Wed, Jul 20, 2016 at 07:53:14PM +0000, Kris Moore wrote:
> Author: kmoore
> Date: Wed Jul 20 19:53:14 2016
> New Revision: 418850
> URL: https://svnweb.freebsd.org/changeset/ports/418850
> 
> Log:
>   A highly available daemon to send notifications and reminders based on
>   Consul health checks. Including profile selection based on service,
>   check, or host that enables specific handlers and reminder intervals.
>   consul-alerts makes use of consul services to provide leader election
>   and automatic failover amongst multiple instances.
>   
>   URL: https://github.com/AcalephStorage/consul-alerts
>   
>   PR: 211253
>   Submitted by: John Hixson <john at pcbsd.org>
> 
> Added:
>   head/sysutils/consul-alerts/
>   head/sysutils/consul-alerts/Makefile   (contents, props changed)
>   head/sysutils/consul-alerts/distinfo   (contents, props changed)
>   head/sysutils/consul-alerts/files/
>   head/sysutils/consul-alerts/files/consul-alerts.in   (contents, props changed)
>   head/sysutils/consul-alerts/pkg-descr   (contents, props changed)
> Modified:
>   head/sysutils/Makefile
> 
> Modified: head/sysutils/Makefile
> ==============================================================================
> --- head/sysutils/Makefile	Wed Jul 20 19:28:56 2016	(r418849)
> +++ head/sysutils/Makefile	Wed Jul 20 19:53:14 2016	(r418850)
> @@ -169,6 +169,7 @@
>      SUBDIR += consolehm
>      SUBDIR += consolekit
>      SUBDIR += consul
> +    SUBDIR += consul-alerts
>      SUBDIR += contractor
>      SUBDIR += copytape
>      SUBDIR += coreutils
> 
> Added: head/sysutils/consul-alerts/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/sysutils/consul-alerts/Makefile	Wed Jul 20 19:53:14 2016	(r418850)
> @@ -0,0 +1,52 @@
> +# $FreeBSD$
> +
> +PORTNAME=	consul-alerts
> +PORTVERSION=	0.3.3
> +DISTVERSIONPREFIX=	v
> +CATEGORIES=	sysutils
> +
> +MAINTAINER=	john at pcbsd.org
> +COMMENT=	Simple daemon to send notifications based on Consul health checks
> +
> +LICENSE=	GPLv2+
> +
> +BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/go
> +
> +USES=		compiler
> +
> +USE_GITHUB=	yes
> +GH_ACCOUNT=	AcalephStorage
> +GH_TAGNAME=	v0.3.3
> +
this tagname is useless as automatic

Best regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160720/32fa43c1/attachment.sig>


More information about the svn-ports-all mailing list