Date: Fri, 19 Jan 2024 14:29:49 GMT From: "Gabriel M. Dutra" <dutra@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5514fc8b157a - main - */*: Update maintainer email address Message-ID: <202401191429.40JETnBN006259@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=5514fc8b157a9d61b2b65b476d089fc91c132190 commit 5514fc8b157a9d61b2b65b476d089fc91c132190 Author: Gabriel M. Dutra <dutra@FreeBSD.org> AuthorDate: 2024-01-19 14:25:24 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-01-19 14:29:24 +0000 */*: Update maintainer email address Update email from nulldutra@proton.me to dutra@FreeBSD.org Approved by: dbaio(mentor), garga(mentor) Differential Revision: https://reviews.freebsd.org/D43485 --- benchmarks/ddosify/Makefile | 2 +- benchmarks/plow/Makefile | 2 +- devel/atlantis/Makefile | 2 +- dns/dnsx/Makefile | 2 +- net-mgmt/pushgateway/Makefile | 2 +- net/ipinfo-cli/Makefile | 2 +- net/py-whois/Makefile | 2 +- security/crlfuzz/Makefile | 2 +- security/ffuf/Makefile | 2 +- security/gokart/Makefile | 2 +- security/gokey/Makefile | 2 +- security/nuclei/Makefile | 2 +- security/tfsec/Makefile | 2 +- sysutils/chaoskube/Makefile | 2 +- sysutils/fx/Makefile | 2 +- sysutils/terraform-docs/Makefile | 2 +- sysutils/terraform-switcher/Makefile | 2 +- sysutils/terraform/Makefile | 2 +- sysutils/terragrunt/Makefile | 2 +- sysutils/tflint/Makefile | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index f83a92e4dbf5..c07180e43899 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.0.6 PORTREVISION= 1 CATEGORIES= benchmarks -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= High-performance load testing tool WWW= https://github.com/ddosify/ddosify diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index daa0d0f5cd79..48403dd0bcd2 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.3.1 PORTREVISION= 11 CATEGORIES= benchmarks -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= HTTP benchmarking tool with real-time web UI and terminal displaying WWW= https://github.com/six-ddc/plow diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index 77f00af08ae5..84d7f557b12a 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.23.5 PORTREVISION= 4 CATEGORIES= devel -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Terraform Pull Requests Automation WWW= https://www.runatlantis.io diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile index 73c6749d13cc..58315b548dd2 100644 --- a/dns/dnsx/Makefile +++ b/dns/dnsx/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.1.6 PORTREVISION= 1 CATEGORIES= dns -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= DNS toolkit allow to run multiple DNS queries WWW= https://github.com/projectdiscovery/dnsx diff --git a/net-mgmt/pushgateway/Makefile b/net-mgmt/pushgateway/Makefile index b91ebcda154e..fd773b931cf7 100644 --- a/net-mgmt/pushgateway/Makefile +++ b/net-mgmt/pushgateway/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.6.2 PORTREVISION= 1 CATEGORIES= net-mgmt -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Prometheus push acceptor for ephemeral and batch jobs WWW= https://github.com/prometheus/pushgateway diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile index 63ddd0ee7e83..b80f59adfca6 100644 --- a/net/ipinfo-cli/Makefile +++ b/net/ipinfo-cli/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= ipinfo- DISTVERSION= 3.3.0 CATEGORIES= net -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Official Command Line Interface for the IPinfo API WWW= https://github.com/ipinfo/cli diff --git a/net/py-whois/Makefile b/net/py-whois/Makefile index 75871c45622a..b2bfe6a0228c 100644 --- a/net/py-whois/Makefile +++ b/net/py-whois/Makefile @@ -5,7 +5,7 @@ CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Python package for retrieving WHOIS information of domains WWW= https://pypi.org/project/whois/ diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile index fa915c54395f..04684b159ac7 100644 --- a/security/crlfuzz/Makefile +++ b/security/crlfuzz/Makefile @@ -4,7 +4,7 @@ DISTVERSIONPREFIX= v PORTREVISION= 16 CATEGORIES= security -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Fast tool to scan CRLF vulnerability written in Go WWW= https://github.com/dwisiswant0/crlfuzz diff --git a/security/ffuf/Makefile b/security/ffuf/Makefile index 0fcbf04b5c9c..9019039ab44b 100644 --- a/security/ffuf/Makefile +++ b/security/ffuf/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 2.1.0 PORTREVISION= 1 CATEGORIES= security www -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Fast web fuzzer written in Go WWW= https://github.com/ffuf/ffuf diff --git a/security/gokart/Makefile b/security/gokart/Makefile index ac13b1e2f597..739d10ced31b 100644 --- a/security/gokart/Makefile +++ b/security/gokart/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.5.1 PORTREVISION= 10 CATEGORIES= security -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Go Security Static Analysis WWW= https://github.com/praetorian-inc/gokart diff --git a/security/gokey/Makefile b/security/gokey/Makefile index fbccb39c790e..7ce96462a260 100644 --- a/security/gokey/Makefile +++ b/security/gokey/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.1.2 PORTREVISION= 9 CATEGORIES= security -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Simple password manager write in Go WWW= https://github.com/cloudflare/gokey diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index f4bc77b45f9a..09802b4ea972 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 CATEGORIES= security -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Fast vulnerability scanner WWW= https://github.com/projectdiscovery/nuclei diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile index 8c0af33fc47e..feb3d6c1177a 100644 --- a/security/tfsec/Makefile +++ b/security/tfsec/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 1.28.4 PORTREVISION= 1 CATEGORIES= security -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Security scanner for Terraform WWW= https://aquasecurity.github.io/tfsec diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index 8a7cdbf81a6a..22aa480f577f 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= sysutils -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Chaoskube periodically kills random pods in your Kubernetes cluster WWW= https://github.com/linki/chaoskube diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index cd60d0bb4a84..43c42dc5a173 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -2,7 +2,7 @@ PORTNAME= fx DISTVERSION= 31.0.0 CATEGORIES= sysutils -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Terminal JSON viewer WWW= https://github.com/antonmedv/fx diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile index d7802f25f720..99cb04e25b90 100644 --- a/sysutils/terraform-docs/Makefile +++ b/sysutils/terraform-docs/Makefile @@ -4,7 +4,7 @@ DISTVERSION= 0.16.0 PORTREVISION= 17 CATEGORIES= sysutils textproc -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Generate documentation from Terraform modules WWW= https://github.com/terraform-docs/terraform-docs diff --git a/sysutils/terraform-switcher/Makefile b/sysutils/terraform-switcher/Makefile index 60c604a6590f..2ffa743afe33 100644 --- a/sysutils/terraform-switcher/Makefile +++ b/sysutils/terraform-switcher/Makefile @@ -3,7 +3,7 @@ DISTVERSION= 0.13.1308 PORTREVISION= 8 CATEGORIES= sysutils -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Tool to switch between different versions of terraform WWW= https://tfswitch.warrensbox.com/ diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index 2dc40d677649..b70ffd7bd589 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1.6.6 CATEGORIES= sysutils -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Provides a common configuration to launch infrastructure WWW= https://terraform.io/ diff --git a/sysutils/terragrunt/Makefile b/sysutils/terragrunt/Makefile index 0ebe2ec55dae..0eaadb67e651 100644 --- a/sysutils/terragrunt/Makefile +++ b/sysutils/terragrunt/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.54.12 CATEGORIES= sysutils -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Terragrunt is a thin wrapper for Terraform WWW= https://terragrunt.gruntwork.io/ diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index d8e277cde0af..c9052686ccab 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.50.0 CATEGORIES= sysutils -MAINTAINER= nulldutra@proton.me +MAINTAINER= dutra@FreeBSD.org COMMENT= Terraform Linter WWW= https://github.com/terraform-linters/tflint
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401191429.40JETnBN006259>