aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel M. Dutra <nulldutra@proton.me>2023-06-25 10:55:59 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2023-06-25 10:55:59 +0000
commit67ce6e5e1c4261993e7e6ddca6740c5fd2172d31 (patch)
tree4d95888f0991dd5134b9236e1eb2b3e44c42afb0
parent558ce1efd829e68b4af6d8f2d69149cc124a22ee (diff)
downloadports-67ce6e5e1c4261993e7e6ddca6740c5fd2172d31.tar.gz
ports-67ce6e5e1c4261993e7e6ddca6740c5fd2172d31.zip
*/*: Updating maintainer address
PR: 272055 Reported by: nulldutra@proton.me (maintainer)
-rw-r--r--benchmarks/ddosify/Makefile3
-rw-r--r--benchmarks/plow/Makefile4
-rw-r--r--devel/atlantis/Makefile3
-rw-r--r--dns/dnsx/Makefile3
-rw-r--r--net/ipinfo-cli/Makefile4
-rw-r--r--net/py-whois/Makefile3
-rw-r--r--security/crlfuzz/Makefile4
-rw-r--r--security/ffuf/Makefile4
-rw-r--r--security/gokart/Makefile4
-rw-r--r--security/gokey/Makefile4
-rw-r--r--security/tfsec/Makefile4
-rw-r--r--sysutils/chaoskube/Makefile3
-rw-r--r--sysutils/fx/Makefile3
-rw-r--r--sysutils/terraform-docs/Makefile4
-rw-r--r--sysutils/terraform-switcher/Makefile4
-rw-r--r--sysutils/tflint/Makefile3
16 files changed, 32 insertions, 25 deletions
diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile
index e0c1d7b11591..5f4ac9c38583 100644
--- a/benchmarks/ddosify/Makefile
+++ b/benchmarks/ddosify/Makefile
@@ -1,9 +1,10 @@
PORTNAME= ddosify
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= benchmarks
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= High-performance load testing tool
WWW= https://github.com/ddosify/ddosify
diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile
index 011d353f794d..7b69ed663268 100644
--- a/benchmarks/plow/Makefile
+++ b/benchmarks/plow/Makefile
@@ -1,10 +1,10 @@
PORTNAME= plow
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.1
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= benchmarks
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
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 ab67205cbc08..5b079ac41634 100644
--- a/devel/atlantis/Makefile
+++ b/devel/atlantis/Makefile
@@ -1,9 +1,10 @@
PORTNAME= atlantis
DISTVERSIONPREFIX= v
DISTVERSION= 0.23.5
+PORTREVISION= 1
CATEGORIES= devel
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Terraform Pull Requests Automation
WWW= https://www.runatlantis.io
diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile
index 79ba0cca355c..e8318e65a27b 100644
--- a/dns/dnsx/Makefile
+++ b/dns/dnsx/Makefile
@@ -1,9 +1,10 @@
PORTNAME= dnsx
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.4
+PORTREVISION= 1
CATEGORIES= dns
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= DNS toolkit allow to run multiple DNS queries
WWW= https://github.com/projectdiscovery/dnsx
diff --git a/net/ipinfo-cli/Makefile b/net/ipinfo-cli/Makefile
index 9eb05d9f219f..944765c02c37 100644
--- a/net/ipinfo-cli/Makefile
+++ b/net/ipinfo-cli/Makefile
@@ -1,10 +1,10 @@
PORTNAME= ipinfo
DISTVERSIONPREFIX= ipinfo-
DISTVERSION= 2.10.1
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= net
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
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 6dae022800b6..4e24aa7e1767 100644
--- a/net/py-whois/Makefile
+++ b/net/py-whois/Makefile
@@ -1,10 +1,11 @@
PORTNAME= whois
DISTVERSION= 0.9.27
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
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 42ff0dfb018a..9e8a68d142a7 100644
--- a/security/crlfuzz/Makefile
+++ b/security/crlfuzz/Makefile
@@ -1,10 +1,10 @@
PORTNAME= crlfuzz
PORTVERSION= 1.4.1
DISTVERSIONPREFIX= v
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= security
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
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 1ba94f2e354a..8edbb03e2b2d 100644
--- a/security/ffuf/Makefile
+++ b/security/ffuf/Makefile
@@ -1,10 +1,10 @@
PORTNAME= ffuf
DISTVERSIONPREFIX=v
DISTVERSION= 2.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security www
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Fast web fuzzer written in Go
WWW= https://github.com/ffuf/ffuf
diff --git a/security/gokart/Makefile b/security/gokart/Makefile
index 76f9c1dd259b..317a09107751 100644
--- a/security/gokart/Makefile
+++ b/security/gokart/Makefile
@@ -1,10 +1,10 @@
PORTNAME= gokart
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Go Security Static Analysis
WWW= https://github.com/praetorian-inc/gokart
diff --git a/security/gokey/Makefile b/security/gokey/Makefile
index d0835f5ae4e7..833e45fac939 100644
--- a/security/gokey/Makefile
+++ b/security/gokey/Makefile
@@ -1,10 +1,10 @@
PORTNAME= gokey
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Simple password manager write in Go
WWW= https://github.com/cloudflare/gokey
diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile
index d6dbb4a76475..2f689a797e09 100644
--- a/security/tfsec/Makefile
+++ b/security/tfsec/Makefile
@@ -1,10 +1,10 @@
PORTNAME= tfsec
DISTVERSIONPREFIX= v
DISTVERSION= 1.28.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= security
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Security scanner for Terraform
WWW= https://aquasecurity.github.io/tfsec
diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile
index d6d4da0f99d3..c665e7fe665b 100644
--- a/sysutils/chaoskube/Makefile
+++ b/sysutils/chaoskube/Makefile
@@ -1,9 +1,10 @@
PORTNAME= chaoskube
PORTVERSION= 0.28.0
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= sysutils
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
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 e3ffe89f925f..ba165ad14206 100644
--- a/sysutils/fx/Makefile
+++ b/sysutils/fx/Makefile
@@ -1,8 +1,9 @@
PORTNAME= fx
DISTVERSION= 24.1.0
+PORTREVISION= 1
CATEGORIES= sysutils
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Terminal JSON viewer
WWW= https://github.com/antonmedv/fx
diff --git a/sysutils/terraform-docs/Makefile b/sysutils/terraform-docs/Makefile
index 6a4b6bc552f9..280a1ab35d1a 100644
--- a/sysutils/terraform-docs/Makefile
+++ b/sysutils/terraform-docs/Makefile
@@ -1,10 +1,10 @@
PORTNAME= terraform-docs
DISTVERSIONPREFIX= v
DISTVERSION= 0.16.0
-PORTREVISION= 13
+PORTREVISION= 14
CATEGORIES= sysutils textproc
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
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 e5990a030a03..8076bf602d4b 100644
--- a/sysutils/terraform-switcher/Makefile
+++ b/sysutils/terraform-switcher/Makefile
@@ -1,9 +1,9 @@
PORTNAME= terraform-switcher
DISTVERSION= 0.13.1308
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= sysutils
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Tool to switch between different versions of terraform
WWW= https://tfswitch.warrensbox.com/
diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile
index 85e6758280bc..66f675028d38 100644
--- a/sysutils/tflint/Makefile
+++ b/sysutils/tflint/Makefile
@@ -1,9 +1,10 @@
PORTNAME= tflint
DISTVERSIONPREFIX= v
DISTVERSION= 0.46.1
+PORTREVISION= 1
CATEGORIES= sysutils
-MAINTAINER= 0xdutra@gmail.com
+MAINTAINER= nulldutra@proton.me
COMMENT= Terraform Linter
WWW= https://github.com/terraform-linters/tflint