pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

opentofu: Avoid copypastoed HOMEPAGE/COMMENT



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Nov 22 16:11:51 2024 +0100
Changeset:	875c6e184de7a2ff53dca97cefb063046c53c1e2

Modified Files:
	opentofu/Makefile

Log Message:
opentofu: Avoid copypastoed HOMEPAGE/COMMENT

Both were accidentally copypasted from wip/terraform*, use actual
project homepage and reuse one-line description from that homepage
for COMMENT.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=875c6e184de7a2ff53dca97cefb063046c53c1e2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opentofu/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/opentofu/Makefile b/opentofu/Makefile
index 8cb6359b84..a7aadff529 100644
--- a/opentofu/Makefile
+++ b/opentofu/Makefile
@@ -8,8 +8,8 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=opentofu/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.terraform.io/
-COMMENT=	Infrastructure orchestration tool
+HOMEPAGE=	https://opentofu.org/
+COMMENT=	Open source infrastructure as code
 LICENSE=	mpl-2.0
 
 #GO_BUILD_PATTERN=	.


Home | Main Index | Thread Index | Old Index