FreeBSD Bugzilla – Attachment 177566 Details for
Bug 214974
[maintainer-update] update sysutils/consul-alerts from 0.3.3 to 0.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
port diff file
consul-alerts.diff (text/plain), 3.94 KB, created by
John Hixson
on 2016-12-01 05:50:39 UTC
(
hide
)
Description:
port diff file
Filename:
MIME Type:
Creator:
John Hixson
Created:
2016-12-01 05:50:39 UTC
Size:
3.94 KB
patch
obsolete
>diff -urN /usr/ports/sysutils/consul-alerts/distinfo consul-alerts/distinfo >--- sysutils/consul-alerts/distinfo 2016-07-20 12:53:14.000000000 -0700 >+++ sysutils/consul-alerts/distinfo 2016-11-30 21:22:26.167261000 -0800 >@@ -1,3 +1,7 @@ >-TIMESTAMP = 1468785601 >-SHA256 (AcalephStorage-consul-alerts-v0.3.3_GH0.tar.gz) = a71acd454fadd193900d484e76437f68b96d91d6331c7ddee40dc3a6f8e52706 >-SIZE (AcalephStorage-consul-alerts-v0.3.3_GH0.tar.gz) = 206900 >+TIMESTAMP = 1480569746 >+SHA256 (AcalephStorage-consul-alerts-v0.4.0_GH0.tar.gz) = 6d77e61e29bc4bda77465a01cd78c50690edc703f8e97b34c954bdb4bd4ff15c >+SIZE (AcalephStorage-consul-alerts-v0.4.0_GH0.tar.gz) = 221117 >+SHA256 (aws-aws-sdk-go-v1.5.12_GH0.tar.gz) = 0287ef280424d38227ed6aaa3cc50b2ceebaea8f73a57a8f2cd9dc24b6434280 >+SIZE (aws-aws-sdk-go-v1.5.12_GH0.tar.gz) = 5078095 >+SHA256 (AcalephStorage-consul-alerts-v0.4.0_GH0.tar.gz) = 6d77e61e29bc4bda77465a01cd78c50690edc703f8e97b34c954bdb4bd4ff15c >+SIZE (AcalephStorage-consul-alerts-v0.4.0_GH0.tar.gz) = 221117 >diff -urN /usr/ports/sysutils/consul-alerts/files/patch-consul-alerts.go consul-alerts/files/patch-consul-alerts.go >--- sysutils/consul-alerts/files/patch-consul-alerts.go 1969-12-31 16:00:00.000000000 -0800 >+++ sysutils/consul-alerts/files/patch-consul-alerts.go 2016-11-30 21:42:13.472267000 -0800 >@@ -0,0 +1,11 @@ >+--- consul-alerts.go.orig 2016-11-30 21:41:15.770397000 -0800 >++++ consul-alerts.go 2016-11-30 21:41:25.037217000 -0800 >+@@ -20,7 +20,7 @@ >+ "github.com/AcalephStorage/consul-alerts/Godeps/_workspace/src/github.com/docopt/docopt-go" >+ ) >+ >+-const version = "Consul Alerts 0.3.3" >++const version = "Consul Alerts 0.4.0" >+ const usage = `Consul Alerts. >+ >+ Usage: >diff -urN /usr/ports/sysutils/consul-alerts/Makefile consul-alerts/Makefile >--- sysutils/consul-alerts/Makefile 2016-07-20 12:56:26.000000000 -0700 >+++ sysutils/consul-alerts/Makefile 2016-11-30 21:46:54.729137000 -0800 >@@ -1,11 +1,11 @@ > # $FreeBSD: head/sysutils/consul-alerts/Makefile 418851 2016-07-20 19:56:26Z kmoore $ > > PORTNAME= consul-alerts >-PORTVERSION= 0.3.3 >+PORTVERSION= 0.4.0 > DISTVERSIONPREFIX= v > CATEGORIES= sysutils > >-MAINTAINER= john@pcbsd.org >+MAINTAINER= jhixson@gmail.com > COMMENT= Simple daemon to send notifications based on Consul health checks > > LICENSE= GPLv2+ >@@ -15,7 +15,10 @@ > USES= compiler > > USE_GITHUB= yes >-GH_ACCOUNT= AcalephStorage >+GH_ACCOUNT= AcalephStorage aws:aws_sdk_go >+GH_PROJECT= consul-alerts:consul_alerts aws-sdk-go:aws_sdk_go >+GH_TAGNAME= ${DISTVERSIONPREFIX}${PORTVERSION}:consul_alerts v1.5.12:aws_sdk_go >+GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} > > PLIST_FILES= ${PREFIX}/bin/consul-alerts > >@@ -24,23 +27,20 @@ > STRIP= > > post-patch: >- @${MKDIR} ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts >-.for src in .buildkite .buildkite-release .gitignore .travis.yml \ >- check-handler.go consul consul-alerts.go Dockerfile \ >- event-handler.go Godeps health-handler.go leader-election.go \ >- LICENSE Makefile notifier provision README.md send-notifs.go \ >- Vagrantfile watchers.go >- @${MV} ${WRKSRC}/${src} \ >- ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts >-.endfor >+ @${MKDIR} ${WRKDIR}/src/github.com/AcalephStorage >+ @${MV} ${WRKSRC_consul_alerts} \ >+ ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts >+ @${MKDIR} ${WRKDIR}/src/github.com/aws >+ @${MV} ${WRKSRC_aws_sdk_go} \ >+ ${WRKDIR}/src/github.com/aws/aws-sdk-go > > do-build: >- @cd ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts; \ >- ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ >+ @cd ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts; \ >+ ${SETENV} ${BUILD_ENV} GOPATH=${WRKDIR} go build -v -x \ > -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul-alerts > > do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts/bin/consul-alerts ${STAGEDIR}${PREFIX}/bin/consul-alerts >+ ${INSTALL_PROGRAM} ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts/bin/consul-alerts ${STAGEDIR}${PREFIX}/bin/consul-alerts > > .include <bsd.port.pre.mk> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214974
:
177566
|
177567
Working