View | Details | Raw Unified | Return to bug 218027 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/consul-alerts/files/consul-alerts.in (+2 lines)
Lines 16-21 Link Here
16
16
17
. /etc/rc.subr
17
. /etc/rc.subr
18
18
19
export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
20
19
name=consul_alerts
21
name=consul_alerts
20
rcvar=consul_alerts_enable
22
rcvar=consul_alerts_enable
21
23
(-)sysutils/consul-alerts/files/patch-consul-alerts.go (+11 lines)
Line 0 Link Here
1
--- consul-alerts.go.orig	2016-11-30 21:41:15.770397000 -0800
2
+++ consul-alerts.go	2016-11-30 21:41:25.037217000 -0800
3
@@ -20,7 +20,7 @@
4
 	"github.com/AcalephStorage/consul-alerts/Godeps/_workspace/src/github.com/docopt/docopt-go"
5
 )
6
 
7
-const version = "Consul Alerts 0.3.3"
8
+const version = "Consul Alerts 0.4.0"
9
 const usage = `Consul Alerts.
10
 
11
 Usage:
(-)sysutils/consul-alerts/Makefile (-1 / +1 lines)
Lines 1-4 Link Here
1
# $FreeBSD: head/sysutils/consul-alerts/Makefile 428934 2016-12-19 14:36:05Z kmoore $
1
# $FreeBSD: head/sysutils/consul-alerts/Makefile 418851 2016-07-20 19:56:26Z kmoore $
2
2
3
PORTNAME=	consul-alerts
3
PORTNAME=	consul-alerts
4
PORTVERSION=	0.4.0
4
PORTVERSION=	0.4.0

Return to bug 218027