git: 28e0f43b4055 - main - sysutils/terraform: Fix fetch

Mateusz Piotrowski 0mp at FreeBSD.org
Sat May 15 16:11:24 UTC 2021


The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/ports/commit/?id=28e0f43b40559cce0f682ccbb9d91d3b665fe36a

commit 28e0f43b40559cce0f682ccbb9d91d3b665fe36a
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-15 16:09:07 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-05-15 16:11:38 +0000

    sysutils/terraform: Fix fetch
    
    It looks like one of the distfiles is currently not available upstream.
    Let's host it no freefall for the time being as Terraform developers
    address this issue.
    
    PR:             255899
    Reported by:    Alessandro Sagratini <ale_sagra at hotmail.com>
---
 sysutils/terraform/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile
index 358003ec5db2..f1da20573d87 100644
--- a/sysutils/terraform/Makefile
+++ b/sysutils/terraform/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	terraform
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.15.3
 CATEGORIES=	sysutils
+MASTER_SITES=	https://people.freebsd.org/~0mp/distfiles/:tencentcloud_tencentcloud_sdk_go
 
 MAINTAINER=	0mp at FreeBSD.org
 COMMENT=	Provides a common configuration to launch infrastructure


More information about the dev-commits-ports-all mailing list