git: b002f0cb0104 - main - sysutils/infracost: Add ONLY_FOR_ARCHS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Jul 2024 23:24:53 UTC
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=b002f0cb01044615114aac0a95f8add4c78b29a4 commit b002f0cb01044615114aac0a95f8add4c78b29a4 Author: Gabriel M. Dutra <dutra@FreeBSD.org> AuthorDate: 2024-07-07 22:46:42 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-07-07 22:46:42 +0000 sysutils/infracost: Add ONLY_FOR_ARCHS Build requires a 64 bit processor Reported by: fallout --- sysutils/infracost/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/infracost/Makefile b/sysutils/infracost/Makefile index da158ffe52de..f1d7987d4179 100644 --- a/sysutils/infracost/Makefile +++ b/sysutils/infracost/Makefile @@ -1,7 +1,7 @@ PORTNAME= infracost DISTVERSIONPREFIX= v DISTVERSION= 0.10.37 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org @@ -11,6 +11,9 @@ WWW= https://github.com/infracost/infracos LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= Requires 64-bit processor + RUN_DEPENDS= terraform:sysutils/terraform \ terragrunt:sysutils/terragrunt