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
opentofu Tool for building, changing, and versioning infrastructure
1.6.2_2 sysutils on this many watch lists=0 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.6.2_2Version of this port present on the latest quarterly branch.
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-11-20 13:31:18
Last Update: 2024-04-15 08:20:04
Commit Hash: 32b2846
License: MPL20
WWW:
https://opentofu.org/
Description:
OpenTofu is an OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions. The key features of OpenTofu are: Infrastructure as Code: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used. Execution Plans: OpenTofu has a "planning" step where it generates an execution plan. The execution plan shows what OpenTofu will do when you call apply. This lets you avoid any surprises when OpenTofu manipulates infrastructure. Resource Graph: OpenTofu builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, OpenTofu builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure. Change Automation: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what OpenTofu will change and in what order, avoiding many possible human errors.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/tofu
  2. /usr/local/share/licenses/opentofu-1.6.2_2/catalog.mk
  3. /usr/local/share/licenses/opentofu-1.6.2_2/LICENSE
  4. /usr/local/share/licenses/opentofu-1.6.2_2/MPL20
Collapse this list.
Dependency lines:
  • opentofu>0:sysutils/opentofu
To install the port:
cd /usr/ports/sysutils/opentofu/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/opentofu
  • pkg install opentofu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: opentofu
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1708678292 SHA256 (go/sysutils_opentofu/opentofu-v1.6.2/v1.6.2.mod) = 5368bcd7977b86903f1871639ae20991bfb2e3fca00ead82bbd845d1dc89d3af SIZE (go/sysutils_opentofu/opentofu-v1.6.2/v1.6.2.mod) = 13199

Expand this list (2 items)

Collapse this list.

SHA256 (go/sysutils_opentofu/opentofu-v1.6.2/v1.6.2.zip) = 041aab6ac21b13ea6ce48a0a4856fc8e9ea83c415b073e633bb28eb19a23a7f4 SIZE (go/sysutils_opentofu/opentofu-v1.6.2/v1.6.2.zip) = 5585311

Collapse this list.


Packages (timestamps in pop-ups are UTC):
opentofu
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.6.2_11.6.2_2-1.6.2_11.6.2_2---
FreeBSD:13:quarterly1.6.2_11.6.2_2-1.6.2_11.6.2_2---
FreeBSD:14:latest1.6.2_11.6.2_2-1.6.2_11.6.2_2---
FreeBSD:14:quarterly1.6.2_11.6.2_2-1.6.0.r11.6.2_2---
FreeBSD:15:latest1.6.2_21.6.2_2n/a1.6.1_1n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go121 : lang/go121
Fetch dependencies:
  1. go121 : lang/go121
  2. ca_root_nss>0 : security/ca_root_nss
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_opentofu
USES:
go: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/opentofu/opentofu/@v/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.2_2
15 Apr 2024 08:20:04
commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0commit hash: 32b284679a1954ef1e0c0d52c4741d00e36dc6e0 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump after lang/go121 update

MFH:		2024Q2
1.6.2_1
24 Mar 2024 14:29:00
commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913commit hash: a5a000df3b3697665460dbfbafe7120e306d8913 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/go: Change DEFAULT to 1.21

PR:		277776
Approved by:	portmgr (exp-run)
1.6.2
23 Feb 2024 10:01:22
commit hash: 56fb6196595a74cf080970741ad7074d64326d32commit hash: 56fb6196595a74cf080970741ad7074d64326d32commit hash: 56fb6196595a74cf080970741ad7074d64326d32commit hash: 56fb6196595a74cf080970741ad7074d64326d32 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: Update version 1.6.1=>1.6.2

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.6.2
1.6.1_1
11 Feb 2024 10:39:17
commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291commit hash: 7e5aa2085f48d71be003c8ff0377bde837467291 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		276530
1.6.1
25 Jan 2024 20:35:23
commit hash: 222a6e7d11c6e2d06c0ce026fe0aa5bee07c598bcommit hash: 222a6e7d11c6e2d06c0ce026fe0aa5bee07c598bcommit hash: 222a6e7d11c6e2d06c0ce026fe0aa5bee07c598bcommit hash: 222a6e7d11c6e2d06c0ce026fe0aa5bee07c598b files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: Update version 1.6.0=>1.6.1

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.6.1
1.6.0
12 Jan 2024 08:52:16
commit hash: b16de411ee207f7c6ca657fd604868dde9764f3ccommit hash: b16de411ee207f7c6ca657fd604868dde9764f3ccommit hash: b16de411ee207f7c6ca657fd604868dde9764f3ccommit hash: b16de411ee207f7c6ca657fd604868dde9764f3c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: Update version 1.6.0-rc1=>1.6.0

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.6.0
1.6.0.r1
01 Jan 2024 18:54:46
commit hash: bb69898ce4e934d6931f27aa47f8bdfe6cc9e24ecommit hash: bb69898ce4e934d6931f27aa47f8bdfe6cc9e24ecommit hash: bb69898ce4e934d6931f27aa47f8bdfe6cc9e24ecommit hash: bb69898ce4e934d6931f27aa47f8bdfe6cc9e24e files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: Update version 1.6.0-beta5=>1.6.0-rc1

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.6.0-rc1
1.6.0.b5
16 Dec 2023 13:11:23
commit hash: cce87216600fe7c9b77748d3a09779f65d3fce78commit hash: cce87216600fe7c9b77748d3a09779f65d3fce78commit hash: cce87216600fe7c9b77748d3a09779f65d3fce78commit hash: cce87216600fe7c9b77748d3a09779f65d3fce78 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: Update version 1.6.0-beta4=>1.6.0-beta5

Changelog: https://github.com/opentofu/opentofu/releases/tag/v1.6.0-beta5
1.6.0.b4
13 Dec 2023 20:43:42
commit hash: 0f4972d6b9066d348876a4226780f9bc7dcd2c7acommit hash: 0f4972d6b9066d348876a4226780f9bc7dcd2c7acommit hash: 0f4972d6b9066d348876a4226780f9bc7dcd2c7acommit hash: 0f4972d6b9066d348876a4226780f9bc7dcd2c7a files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: Update version 1.6.0-alpha5=>1.6.0-beta4

Changelog:
https://github.com/opentofu/opentofu/releases/tag/v1.6.0-beta4
1.6.0.a5_1
07 Dec 2023 02:22:10
commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609commit hash: 0505b712df3ae2b4bcaba00aecc7c1e9100d8609 files touched by this commit
Ashish SHUKLA (ashish) search for other commits by this committer
all: Bump PORTREVISION after lang/go* update

PR:		274405
1.6.0.a5
20 Nov 2023 13:26:49
commit hash: f49b835b51fd5d92138706c32523c6f361740eaccommit hash: f49b835b51fd5d92138706c32523c6f361740eaccommit hash: f49b835b51fd5d92138706c32523c6f361740eaccommit hash: f49b835b51fd5d92138706c32523c6f361740eac files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/opentofu: New port

OpenTofu is an OSS tool for building, changing, and versioning
 infrastructure safely and efficiently. OpenTofu can manage existing and
 popular service providers as well as custom in-house solutions.

The key features of OpenTofu are:

- Infrastructure as Code: Infrastructure is described using a high-level
  configuration syntax. This allows a blueprint of your datacenter to be
  versioned and treated as you would any other code. Additionally,
  infrastructure can be shared and re-used.

- Execution Plans: OpenTofu has a "planning" step where it generates an
  execution plan. The execution plan shows what OpenTofu will do when
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 11