diff options
author | Steve Wills <swills@FreeBSD.org> | 2017-03-29 20:27:34 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2017-03-29 20:27:34 +0000 |
commit | a91ee18b1074592a76733f040f86657bfe930ea7 (patch) | |
tree | e81fa376d39c0ef76140db0afdf295afae390617 /textproc/consul-template | |
parent | 440b7f92304aa3fa8fe7b3eaf14263130b63e4ce (diff) | |
download | ports-a91ee18b1074592a76733f040f86657bfe930ea7.tar.gz ports-a91ee18b1074592a76733f040f86657bfe930ea7.zip |
Notes
Diffstat (limited to 'textproc/consul-template')
-rw-r--r-- | textproc/consul-template/Makefile | 17 | ||||
-rw-r--r-- | textproc/consul-template/distinfo | 6 |
2 files changed, 5 insertions, 18 deletions
diff --git a/textproc/consul-template/Makefile b/textproc/consul-template/Makefile index 30b9170f10cb..c74d6e8ef8ad 100644 --- a/textproc/consul-template/Makefile +++ b/textproc/consul-template/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= consul-template -PORTVERSION= 0.15.0 +PORTVERSION= 0.18.2 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -15,25 +15,12 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go USE_GITHUB= yes GH_ACCOUNT= hashicorp +GH_SUBDIR= src/github.com/hashicorp/consul-template PLIST_FILES= bin/consul-template USE_RC_SUBR= consul-template -STRIP= # stripping can break go binaries - -post-extract: - @${MV} ${WRKSRC}/vendor ${WRKSRC}/src - @${MKDIR} ${WRKSRC}/src/github.com/hashicorp/consul-template - @cd ${WRKSRC} ; \ - ${MV} .gitignore .travis.yml CHANGELOG.md LICENSE Makefile README.md \ - brain.go brain_test.go cli.go cli_test.go config.go config_test.go \ - dedup.go dedup_test.go dependency flags.go logging main.go \ - mapstructure.go mapstructure_test.go runner.go runner_test.go scripts \ - template.go template_functions.go template_functions_test.go \ - template_test.go test watch \ - ${WRKSRC}/src/github.com/hashicorp/consul-template - do-build: @cd ${WRKSRC}/src/github.com/hashicorp/consul-template ; \ ${SETENV} GOPATH=${WRKSRC} go build diff --git a/textproc/consul-template/distinfo b/textproc/consul-template/distinfo index 363db11ab077..4f696fca5746 100644 --- a/textproc/consul-template/distinfo +++ b/textproc/consul-template/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1469936531 -SHA256 (hashicorp-consul-template-v0.15.0_GH0.tar.gz) = cbcce6b163c673a1743285781703ec02079081c2691d94c97b13572321ae5587 -SIZE (hashicorp-consul-template-v0.15.0_GH0.tar.gz) = 1715150 +TIMESTAMP = 1490818374 +SHA256 (hashicorp-consul-template-v0.18.2_GH0.tar.gz) = d3508a2f22dd19daaf1036151dcebca945ea8fdbcb92934e97969a793905bae2 +SIZE (hashicorp-consul-template-v0.18.2_GH0.tar.gz) = 3097785 |