git: 30bd2f5fe38c - main - Add devel/atlantis: Terraform pull requests automation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 05 Feb 2022 09:43:01 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=30bd2f5fe38c30dffaf07d5ee05b38c493733589 commit 30bd2f5fe38c30dffaf07d5ee05b38c493733589 Author: Gabriel M. Dutra <0xdutra@gmail.com> AuthorDate: 2022-02-05 09:41:41 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-02-05 09:42:42 +0000 Add devel/atlantis: Terraform pull requests automation PR: 261643 --- devel/Makefile | 1 + devel/atlantis/Makefile | 23 +++++++++++++++++++++++ devel/atlantis/distinfo | 5 +++++ devel/atlantis/pkg-descr | 4 ++++ 4 files changed, 33 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 91cd33ed1d2c..a77cb58f03cb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -210,6 +210,7 @@ SUBDIR += asyncplusplus SUBDIR += atf SUBDIR += athens + SUBDIR += atlantis SUBDIR += atlas SUBDIR += atlas-devel SUBDIR += aunit diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile new file mode 100644 index 000000000000..80b3babf6aee --- /dev/null +++ b/devel/atlantis/Makefile @@ -0,0 +1,23 @@ +# Created by: Gabriel M. Dutra <0xdutra@gmail.com> + +PORTNAME= atlantis +DISTVERSIONPREFIX= v +DISTVERSION= 0.18.2 +CATEGORIES= devel + +MAINTAINER= 0xdutra@gmail.com +COMMENT= Terraform Pull Requests Automation + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= terraform:sysutils/terraform + +USES= go:modules + +GO_MODULE= github.com/runatlantis/atlantis +CGO_ENABLED= 0 + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/devel/atlantis/distinfo b/devel/atlantis/distinfo new file mode 100644 index 000000000000..cdf6ecb4208f --- /dev/null +++ b/devel/atlantis/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1643681814 +SHA256 (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.mod) = 9fcfda8266807b9fccd6582393b58f693c70871980ddf8b2d25fb50c042b2bb9 +SIZE (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.mod) = 6131 +SHA256 (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.zip) = aeef694a86071ddb4f76fedf9966c6b68708119c0766ad2f5b489361904938a1 +SIZE (go/devel_atlantis/atlantis-v0.18.2/v0.18.2.zip) = 3976137 diff --git a/devel/atlantis/pkg-descr b/devel/atlantis/pkg-descr new file mode 100644 index 000000000000..51257e03cc1a --- /dev/null +++ b/devel/atlantis/pkg-descr @@ -0,0 +1,4 @@ +A self-hosted golang application that listens for Terraform pull request +events via webhooks. + +WWW: https://www.runatlantis.io