FreeBSD Bugzilla – Attachment 182951 Details for
Bug 219585
[maintainer-update] update sysutils/consul-alerts from 0.4.0 to 0.5.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), 4.05 KB, created by
John Hixson
on 2017-05-27 00:24:20 UTC
(
hide
)
Description:
port diff file
Filename:
MIME Type:
Creator:
John Hixson
Created:
2017-05-27 00:24:20 UTC
Size:
4.05 KB
patch
obsolete
>diff -urN sysutils/consul-alerts/distinfo sysutils/consul-alerts/distinfo >--- sysutils/consul-alerts/distinfo 2016-12-19 06:36:05.000000000 -0800 >+++ sysutils/consul-alerts/distinfo 2017-05-26 17:17:59.793164000 -0700 >@@ -1,5 +1,9 @@ >-TIMESTAMP = 1480575830 >-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 >+TIMESTAMP = 1495844279 >+SHA256 (AcalephStorage-consul-alerts-v0.5.0_GH0.tar.gz) = 2f6b8e1c0c58a1b84ff0b24655f86da1325f4124eaa24fd45bc1b4cc324ef360 >+SIZE (AcalephStorage-consul-alerts-v0.5.0_GH0.tar.gz) = 242042 >+SHA256 (aws-aws-sdk-go-v1.8.30_GH0.tar.gz) = 8467f39202e19299738eae2c0ec1e5475798b2bd02110d64efe824abe912210e >+SIZE (aws-aws-sdk-go-v1.8.30_GH0.tar.gz) = 6784740 >+SHA256 (imdario-mergo-0.2.2_GH0.tar.gz) = 06ff82ceeea1a2d5e5064867a8e3c581ad9c1fc8e243afc673b7b8c94f28d4cf >+SIZE (imdario-mergo-0.2.2_GH0.tar.gz) = 9415 >+SHA256 (mitchellh-hashstructure-9204ce5_GH0.tar.gz) = c3e9599761f944c6bcc7c6e7d92df40e32f247c471a02b02a079817d4ccf2afc >+SIZE (mitchellh-hashstructure-9204ce5_GH0.tar.gz) = 6460 >diff -urN sysutils/consul-alerts/files/patch-consul-alerts.go sysutils/consul-alerts/files/patch-consul-alerts.go >--- sysutils/consul-alerts/files/patch-consul-alerts.go 2017-03-22 19:32:58.000000000 -0700 >+++ sysutils/consul-alerts/files/patch-consul-alerts.go 1969-12-31 16:00:00.000000000 -0800 >@@ -1,11 +0,0 @@ >---- 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 sysutils/consul-alerts/Makefile sysutils/consul-alerts/Makefile >--- sysutils/consul-alerts/Makefile 2017-03-22 19:32:58.000000000 -0700 >+++ sysutils/consul-alerts/Makefile 2017-05-26 17:19:57.221459000 -0700 >@@ -1,9 +1,8 @@ > # $FreeBSD: head/sysutils/consul-alerts/Makefile 436752 2017-03-23 02:32:58Z araujo $ > > PORTNAME= consul-alerts >-PORTVERSION= 0.4.0 >+PORTVERSION= 0.5.0 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= jhixson@gmail.com >@@ -13,37 +12,30 @@ > > BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go > >-USES= compiler >+USES= compiler go > > USE_GITHUB= yes >-GH_ACCOUNT= AcalephStorage aws:aws_sdk_go >-GH_PROJECT= aws-sdk-go:aws_sdk_go >-GH_TAGNAME= v1.5.12:aws_sdk_go >-GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME} > >-PLIST_FILES= ${PREFIX}/bin/consul-alerts >+GH_ACCOUNT= AcalephStorage >+GH_SUBDIR= src/github.com/AcalephStorage/consul-alerts >+GH_TUPLE= aws:aws-sdk-go:v1.8.30:aws_sdk_go/src/github.com/aws/aws-sdk-go \ >+ imdario:mergo:0.2.2:mergo/src/github.com/imdario/mergo \ >+ mitchellh:hashstructure:9204ce5:hashstructure/src/github.com/mitchellh/hashstructure > >-USE_RC_SUBR= consul-alerts >+PLIST_FILES= ${PREFIX}/bin/${PORTNAME} > >-STRIP= #none >+USE_RC_SUBR= ${PORTNAME} > >-post-patch: >- @${MKDIR} ${WRKDIR}/src/github.com/AcalephStorage >- @${MV} ${WRKSRC} \ >- ${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 >+STRIP= #none > > do-build: >- @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 >+ cd ${GO_WRKSRC}; \ >+ ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ >+ -ldflags "-X main.GitDescribe=${DISTVERSIONFULL}" -o bin/${PORTNAME} > > do-install: >- ${INSTALL_PROGRAM} \ >- ${WRKDIR}/src/github.com/AcalephStorage/consul-alerts/bin/consul-alerts \ >- ${STAGEDIR}${PREFIX}/bin/consul-alerts >+ ${INSTALL_PROGRAM} ${GO_WRKSRC}/bin/${PORTNAME} \ >+ ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > > .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 219585
: 182951