notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
terraform Provides a common configuration to launch infrastructure
1.8.4 sysutils on this many watch lists=7 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.5_2Version of this port present on the latest quarterly branch.
Maintainer: dutra@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-06-15 20:37:30
Last Update: 2024-05-24 22:41:33
Commit Hash: 83275ccd
People watching this port, also watch:: vault, consul, go, nagios, coreutils
License: not specified in port
WWW:
https://terraform.io/
Description:
Terraform provides a common configuration to launch infrastructure - from physical and virtual servers to email and DNS providers. Once launched, Terraform safely and efficiently changes infrastructure as the configuration is evolved. Simple file based configuration gives you a single view of your entire infrastructure.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/terraform
Collapse this list.
Dependency lines:
  • terraform>0:sysutils/terraform
To install the port:
cd /usr/ports/sysutils/terraform/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/terraform
  • pkg install terraform
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: terraform
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1716575427 SHA256 (go/sysutils_terraform/terraform-v1.8.4/v1.8.4.mod) = b5c29e0b547ce094632723d389f2df5f1d837206c70d0b41e43db5c8548ab519 SIZE (go/sysutils_terraform/terraform-v1.8.4/v1.8.4.mod) = 14016

Expand this list (2 items)

Collapse this list.

SHA256 (go/sysutils_terraform/terraform-v1.8.4/v1.8.4.zip) = 6fb48a6a2d8cfe0adb2d967461fc0d07b64b47dc1b54d49a687c87ecc1698f54 SIZE (go/sysutils_terraform/terraform-v1.8.4/v1.8.4.zip) = 8509241

Collapse this list.


Packages (timestamps in pop-ups are UTC):
terraform
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.8.3_11.8.4-1.8.3_11.8.4---
FreeBSD:13:quarterly1.7.5_21.7.5_2-1.7.5_21.7.5_2---
FreeBSD:14:latest1.8.21.8.4-1.8.21.8.4---
FreeBSD:14:quarterly1.7.5_21.7.5_2-1.7.5_21.7.5_2---
FreeBSD:15:latest1.8.21.8.4n/a1.8.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go122 : lang/go122
Fetch dependencies:
  1. go122 : lang/go122
  2. ca_root_nss>0 : security/ca_root_nss
This port is required by:
for Run
  1. devel/atlantis
  2. sysutils/terraform-provider-gridscale
  3. sysutils/terraform-provider-vultr
  4. sysutils/terragrunt

Configuration Options:
No options to configure
Options name:
sysutils_terraform
USES:
cpe go:1.22,modules zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/hashicorp/terraform/@v/
Collapse this list.
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2021-05-05
    Affects: users of sysutils/terraform
    Author: 0mp@FreeBSD.org
    Reason: 
      Terraform has been updated from 0.13 to 0.15, which introduces several
      incompatible changes. Please follow upgrading guide when updating
      the package.
    
        https://www.terraform.io/upgrade-guides/0-14.html
        https://www.terraform.io/upgrade-guides/0-15.html
    
    

Number of commits found: 113 (showing only 13 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10.2
17 Aug 2017 13:54:35
Revision:448101Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/terraform to 0.10.2

This is a bugfix release.
Changes: https://github.com/hashicorp/terraform/blob/v0.10.2/CHANGELOG.md
0.10.1
16 Aug 2017 12:42:38
Revision:448033Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/terraform to 0.10.1

Changes: https://github.com/hashicorp/terraform/blob/v0.10.1/CHANGELOG.md
0.10.0
03 Aug 2017 13:38:22
Revision:447211Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/terraform to 0.10.0

This is a major release. Please read the upgrading guide:
https://www.terraform.io/upgrade-guides/0-10.html

Changes: https://github.com/hashicorp/terraform/blob/v0.10.0/CHANGELOG.md

While here, switch LICENSE to MPL20.
0.9.11
05 Jul 2017 18:19:16
Revision:445090Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/terraform to 0.9.11

o update to 0.9.8 [1]
o update to 0.9.11
o switch to USES=go
o add LICENSE_FILE
o take maintainership

PR:		220166 [1]
Reported by:	krion [1]
Reviewed by:	swills
Approved by:	swills (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11410
0.9.4
30 Apr 2017 13:37:15
Revision:439818Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: Update to 0.9.4
0.9.3
17 Apr 2017 23:11:54
Revision:438755Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: Update to 0.9.3

PR:                  218718
Submitted by:        Bradley T. Hughes <bradleythughes@fastmail.fm>
0.9.2
07 Apr 2017 13:38:02
Revision:437922Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: Update to 0.9.2

PR:		218402
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm>
0.6.14
11 Apr 2016 16:22:33
Revision:413043Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: update to 0.6.14
0.6.3
01 Apr 2016 14:25:18
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
0.6.3
14 Aug 2015 19:09:59
Revision:394251Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: update to 0.6.3
0.6.1
22 Jul 2015 04:33:23
Revision:392662Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: update to 0.6.1
0.5.3_1
22 Jun 2015 19:13:34
Revision:390313Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: use versions of deps specified by upstream
0.5.3
15 Jun 2015 20:37:15
Revision:389750Original commit files touched by this commit
swills search for other commits by this committer
sysutils/terraform: create port

Terraform provides a common configuration to launch infrastructure - from
physical and virtual servers to email and DNS providers. Once launched,
Terraform safely and efficiently changes infrastructure as the configuration is
evolved. Simple file based configuration gives you a single view of your entire
infrastructure.

WWW: https://terraform.io/

Number of commits found: 113 (showing only 13 on this page)

«  1 | 2