Skip to content
Permalink
Browse files

Reindent sysutils/terraform to 20 columns

  • Loading branch information
emcrisostomo authored and pmetzger committed Mar 10, 2018
1 parent a1c4452 commit 2745402c1abb9bb9ba7c1194034d311f642302d5
Showing with 26 additions and 26 deletions.
  1. +26 −26 sysutils/terraform/Portfile
@@ -1,36 +1,36 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortSystem 1.0

name terraform
version 0.11.3
name terraform
version 0.11.3

categories sysutils
license MPL-2
maintainers {@emcrisostomo gmail.com:enrico.m.crisostomo} openmaintainer
platforms darwin
supported_archs x86_64
categories sysutils
license MPL-2
maintainers {@emcrisostomo gmail.com:enrico.m.crisostomo} openmaintainer
platforms darwin
supported_archs x86_64

description A tool for building, changing, and versioning \
infrastructure safely and efficiently.
description A tool for building, changing, and versioning \
infrastructure safely and efficiently.
long_description \
Terraform is an infrastructure as code software \
by HashiCorp. It allows users to define a datacenter \
infrastructure in a high-level configuration language, \
from which it can create an execution plan to build \
the infrastructure in a service provider such as AWS.
Terraform is an infrastructure as code software \
by HashiCorp. It allows users to define a datacenter \
infrastructure in a high-level configuration language, \
from which it can create an execution plan to build \
the infrastructure in a service provider such as AWS.

homepage https://www.terraform.io/downloads.html
homepage https://www.terraform.io/downloads.html

master_sites https://releases.hashicorp.com/${name}/${version}
distname ${name}_${version}_darwin_amd64
master_sites https://releases.hashicorp.com/${name}/${version}
distname ${name}_${version}_darwin_amd64

checksums rmd160 4a7837ead34ea1c978b2cc817dac41869338eb97 \
sha256 183078bf230e517e6f41e47d6e7d3b61093c6bb5a2b85958c01a4cf3949b7c14
checksums rmd160 4a7837ead34ea1c978b2cc817dac41869338eb97 \
sha256 183078bf230e517e6f41e47d6e7d3b61093c6bb5a2b85958c01a4cf3949b7c14

use_configure no
use_zip yes
extract.mkdir yes
use_configure no
use_zip yes
extract.mkdir yes

# The default build is a binary install.
build {
@@ -40,6 +40,6 @@ destroot {
file copy ${worksrcpath}/terraform ${destroot}${prefix}/bin
}

livecheck.type regex
livecheck.url https://releases.hashicorp.com/terraform/
livecheck.regex >terraform_(\\d+(\\.\\d+)+)<
livecheck.type regex
livecheck.url https://releases.hashicorp.com/terraform/
livecheck.regex >terraform_(\\d+(\\.\\d+)+)<

0 comments on commit 2745402

Please sign in to comment.
You can’t perform that action at this time.