Page MenuHomeFreeBSD

D11410.diff
No OneTemporary

D11410.diff

Index: head/sysutils/terraform/Makefile
===================================================================
--- head/sysutils/terraform/Makefile
+++ head/sysutils/terraform/Makefile
@@ -1,29 +1,23 @@
# $FreeBSD$
PORTNAME= terraform
-PORTVERSION= 0.9.4
+PORTVERSION= 0.9.11
DISTVERSIONPREFIX= v
CATEGORIES= sysutils
-MAINTAINER= swills@FreeBSD.org
+MAINTAINER= lifanov@FreeBSD.org
COMMENT= Provides a common configuration to launch infrastructure
LICENSE= MPL
+LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go
-
USE_GITHUB= yes
GH_ACCOUNT= hashicorp
-GH_SUBDIR= src/github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
-do-build:
- @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; \
- ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} \
- go build -o bin/${PORTNAME}
+USES= go
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
.include <bsd.port.mk>
Index: head/sysutils/terraform/distinfo
===================================================================
--- head/sysutils/terraform/distinfo
+++ head/sysutils/terraform/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493556352
-SHA256 (hashicorp-terraform-v0.9.4_GH0.tar.gz) = aeb7ae29a8da6035d995ffb00f767911746165f4cb7432657d361f399370f377
-SIZE (hashicorp-terraform-v0.9.4_GH0.tar.gz) = 14356629
+TIMESTAMP = 1499264652
+SHA256 (hashicorp-terraform-v0.9.11_GH0.tar.gz) = 400fbf7c65a5f4b599d1b3d20db8ad9d45930a80ce3abf14aa7ed56eac22b3fb
+SIZE (hashicorp-terraform-v0.9.11_GH0.tar.gz) = 17785070

File Metadata

Mime Type
text/plain
Expires
Wed, Feb 4, 7:12 AM (3 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28432651
Default Alt Text
D11410.diff (1 KB)

Event Timeline