Date: Wed, 29 Mar 2017 20:27:34 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437232 - head/textproc/consul-template Message-ID: <201703292027.v2TKRYs4061860@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Mar 29 20:27:34 2017 New Revision: 437232 URL: https://svnweb.freebsd.org/changeset/ports/437232 Log: textproc/consul-template: update to 0.18.2 Modified: head/textproc/consul-template/Makefile head/textproc/consul-template/distinfo Modified: head/textproc/consul-template/Makefile ============================================================================== --- head/textproc/consul-template/Makefile Wed Mar 29 20:15:42 2017 (r437231) +++ head/textproc/consul-template/Makefile Wed Mar 29 20:27:34 2017 (r437232) @@ -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/ 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 Modified: head/textproc/consul-template/distinfo ============================================================================== --- head/textproc/consul-template/distinfo Wed Mar 29 20:15:42 2017 (r437231) +++ head/textproc/consul-template/distinfo Wed Mar 29 20:27:34 2017 (r437232) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703292027.v2TKRYs4061860>