diff --git a/benchmarks/ddosify/Makefile b/benchmarks/ddosify/Makefile index e0c1d7b11591..5f4ac9c38583 100644 --- a/benchmarks/ddosify/Makefile +++ b/benchmarks/ddosify/Makefile @@ -1,57 +1,58 @@ 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 LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ antchfx:xmlquery:v1.3.13:antchfx_xmlquery/vendor/github.com/antchfx/xmlquery \ antchfx:xpath:v1.2.1:antchfx_xpath/vendor/github.com/antchfx/xpath \ asaskevich:govalidator:f21760c49a8d:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \ ddosify:go-faker:v0.1.1:ddosify_go_faker/vendor/github.com/ddosify/go-faker \ enescakir:emoji:v1.0.0:enescakir_emoji/vendor/github.com/enescakir/emoji \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ golang:exp:4b8118a2686a:golang_exp/vendor/golang.org/x/exp \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:v0.8.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.8.0:golang_text/vendor/golang.org/x/text \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ jaswdr:faker:v1.10.2:jaswdr_faker/vendor/github.com/jaswdr/faker \ lufia:plan9stats:39d0f177ccd0:lufia_plan9stats/vendor/github.com/lufia/plan9stats \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ power-devops:perfstat:5aafc221ea8c:power_devops_perfstat/vendor/github.com/power-devops/perfstat \ shirou:gopsutil:v3.22.12:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil/v3 \ tidwall:gjson:v1.14.4:tidwall_gjson/vendor/github.com/tidwall/gjson \ tidwall:match:v1.1.1:tidwall_match/vendor/github.com/tidwall/match \ tidwall:pretty:v1.2.0:tidwall_pretty/vendor/github.com/tidwall/pretty \ tklauser:go-sysconf:v0.3.11:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.6.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ yusufpapurcu:wmi:v1.2.2:yusufpapurcu_wmi/vendor/github.com/yusufpapurcu/wmi PLIST_FILES= bin/${PORTNAME} OPTIONS_DEFINE= EMOJI ZSH OPTIONS_DEFAULT=EMOJI ZSH EMOJI_DESC= Enable emojis in console output EMOJI_RUN_DEPENDS= noto-emoji>0:x11-fonts/noto-emoji ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/_${PORTNAME} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} .include diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile index 011d353f794d..7b69ed663268 100644 --- a/benchmarks/plow/Makefile +++ b/benchmarks/plow/Makefile @@ -1,26 +1,26 @@ 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 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/six-ddc/plow PLIST_FILES= bin/${PORTNAME} pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include diff --git a/devel/atlantis/Makefile b/devel/atlantis/Makefile index ab67205cbc08..5b079ac41634 100644 --- a/devel/atlantis/Makefile +++ b/devel/atlantis/Makefile @@ -1,22 +1,23 @@ 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 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 diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile index 79ba0cca355c..e8318e65a27b 100644 --- a/dns/dnsx/Makefile +++ b/dns/dnsx/Makefile @@ -1,19 +1,20 @@ 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 LICENSE= MIT USES= go:modules GO_MODULE= github.com/projectdiscovery/dnsx GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= bin/${PORTNAME} .include 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,29 +1,29 @@ 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 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_PROJECT= cli GH_TUPLE= golang:sys:v0.5.0:golang_sys \ GO_TARGET= ./ipinfo PLIST_FILES= bin/${PORTNAME} pre-patch: ${RM} ${WRKSRC}/vendor/modules.txt ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys .include 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,19 +1,20 @@ 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/ LICENSE= WTFPL LICENSE_FILE= ${WRKSRC}/license USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include diff --git a/security/crlfuzz/Makefile b/security/crlfuzz/Makefile index 42ff0dfb018a..9e8a68d142a7 100644 --- a/security/crlfuzz/Makefile +++ b/security/crlfuzz/Makefile @@ -1,26 +1,26 @@ 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= dwisiswant0 GO_TARGET= ./cmd/crlfuzz GH_TUPLE= logrusorgru:aurora:e9ef32dff381:logrusorgru_aurora/vendor/github.com/logrusorgru/aurora \ projectdiscovery:gologger:v1.0.1:projectdiscovery_gologger/vendor/github.com/projectdiscovery/gologger PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/ffuf/Makefile b/security/ffuf/Makefile index 1ba94f2e354a..8edbb03e2b2d 100644 --- a/security/ffuf/Makefile +++ b/security/ffuf/Makefile @@ -1,28 +1,28 @@ 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ PuerkitoBio:goquery:v1.8.0:puerkitobio_goquery/vendor/github.com/PuerkitoBio/goquery \ adrg:xdg:v0.4.0:adrg_xdg/vendor/github.com/adrg/xdg \ andybalholm:cascadia:v1.3.1:andybalholm_cascadia/vendor/github.com/andybalholm/cascadia \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ golang:net:v0.5.0:golang_net/vendor/golang.org/x/net \ golang:sys:v0.4.0:golang_sys/vendor/golang.org/x/sys \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml PLIST_FILES= bin/${PORTNAME} .include diff --git a/security/gokart/Makefile b/security/gokart/Makefile index 76f9c1dd259b..317a09107751 100644 --- a/security/gokart/Makefile +++ b/security/gokart/Makefile @@ -1,28 +1,28 @@ 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 LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/praetorian-inc/gokart GO_TARGET= gokart PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/gokey/Makefile b/security/gokey/Makefile index d0835f5ae4e7..833e45fac939 100644 --- a/security/gokey/Makefile +++ b/security/gokey/Makefile @@ -1,35 +1,35 @@ 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 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= nodefault GH_TUPLE= golang:sys:v0.6.0:sys GO_MODULE= github.com/cloudflare/gokey GO_TARGET= ./cmd/gokey PLIST_FILES= bin/${PORTNAME} PORTDOCS= README.md OPTIONS_DEFINE= DOCS pre-build: ${RM} -r ${WRKSRC}/vendor/golang.org/x/sys ${LN} -s ${WRKDIR}/sys-* ${WRKSRC}/vendor/golang.org/x/sys do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/security/tfsec/Makefile b/security/tfsec/Makefile index d6dbb4a76475..2f689a797e09 100644 --- a/security/tfsec/Makefile +++ b/security/tfsec/Makefile @@ -1,23 +1,23 @@ 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/aquasecurity/tfsec GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="version.Version=${DISTVERSION}" PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index d6d4da0f99d3..c665e7fe665b 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,79 +1,80 @@ 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= linki PLIST_FILES= bin/${PORTNAME} GH_TUPLE= \ alecthomas:kingpin:v2.3.2:alecthomas_kingpin_v2/vendor/github.com/alecthomas/kingpin/v2 \ alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ emicklei:go-restful:v3.9.0:emicklei_go_restful_v3/vendor/github.com/emicklei/go-restful/v3 \ evanphx:json-patch:v4.12.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-logr:logr:v1.2.3:go_logr_logr/vendor/github.com/go-logr/logr \ go-openapi:jsonpointer:v0.19.5:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.20.0:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:swag:v0.19.14:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.1:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:net:v0.7.0:golang_net/vendor/golang.org/x/net \ golang:oauth2:ee480838109b:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.5.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.5.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.7.0:golang_text/vendor/golang.org/x/text \ golang:time:90d013bbcef8:golang_time/vendor/golang.org/x/time \ google:gnostic:v0.5.7-v3refs:google_gnostic/vendor/github.com/google/gnostic \ google:go-cmp:v0.5.9:google_go_cmp/vendor/github.com/google/go-cmp \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ imdario:mergo:v0.3.6:imdario_mergo/vendor/github.com/imdario/mergo \ josharian:intern:v1.0.0:josharian_intern/vendor/github.com/josharian/intern \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ kubernetes-sigs:json:f223a00ba0e2:kubernetes_sigs_json/vendor/sigs.k8s.io/json \ kubernetes-sigs:structured-merge-diff:v4.2.3:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ kubernetes-sigs:yaml:v1.3.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.26.3:kubernetes_api/vendor/k8s.io/api \ kubernetes:apimachinery:v0.26.3:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v0.26.3:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:klog:v1.0.0:kubernetes_klog/vendor/k8s.io/klog \ kubernetes:klog:v2.80.1:kubernetes_klog_1/vendor/k8s.io/klog/v2 \ kubernetes:kube-openapi:172d655c2280:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:utils:1a15be271d1d:kubernetes_utils/vendor/k8s.io/utils \ mailru:easyjson:v0.7.6:mailru_easyjson/vendor/github.com/mailru/easyjson \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ munnerz:goautoneg:a7dc8b61c822:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v1.14.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.3.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.37.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.8.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.28.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ sirupsen:logrus:v1.9.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:testify:v1.8.2:stretchr_testify/vendor/github.com/stretchr/testify \ xhit:go-str2duration:v2.1.0:xhit_go_str2duration_v2/vendor/github.com/xhit/go-str2duration/v2 .include diff --git a/sysutils/fx/Makefile b/sysutils/fx/Makefile index e3ffe89f925f..ba165ad14206 100644 --- a/sysutils/fx/Makefile +++ b/sysutils/fx/Makefile @@ -1,48 +1,49 @@ 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= antonmedv GH_TUPLE= \ atotto:clipboard:v0.1.4:atotto_clipboard/vendor/github.com/atotto/clipboard \ aymanbagabas:go-osc52:v2.0.1:aymanbagabas_go_osc52_v2/vendor/github.com/aymanbagabas/go-osc52/v2 \ charmbracelet:bubbles:v0.15.0:charmbracelet_bubbles/vendor/github.com/charmbracelet/bubbles \ charmbracelet:bubbletea:v0.23.2:charmbracelet_bubbletea/vendor/github.com/charmbracelet/bubbletea \ charmbracelet:lipgloss:v0.7.1:charmbracelet_lipgloss/vendor/github.com/charmbracelet/lipgloss \ containerd:console:v1.0.3:containerd_console/vendor/github.com/containerd/console \ davecgh:go-spew:v1.1.0:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dlclark:regexp2:v1.9.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ dop251:goja:623f9dda9079:dop251_goja/vendor/github.com/dop251/goja \ go-sourcemap:sourcemap:v2.1.3:go_sourcemap_sourcemap/vendor/github.com/go-sourcemap/sourcemap \ go-yaml:yaml:9f266ea9e77c:go_yaml_yaml/vendor/gopkg.in/yaml.v3 \ golang:sync:v0.1.0:golang_sync/vendor/golang.org/x/sync \ golang:sys:v0.7.0:golang_sys/vendor/golang.org/x/sys \ golang:term:v0.7.0:golang_term/vendor/golang.org/x/term \ golang:text:v0.9.0:golang_text/vendor/golang.org/x/text \ google:pprof:00490a63f317:google_pprof/vendor/github.com/google/pprof \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ mattn:go-isatty:v0.0.18:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-localereader:v0.0.1:mattn_go_localereader/vendor/github.com/mattn/go-localereader \ mattn:go-runewidth:v0.0.14:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ mazznoer:colorgrad:v0.9.1:mazznoer_colorgrad/vendor/github.com/mazznoer/colorgrad \ mazznoer:csscolorparser:v0.1.3:mazznoer_csscolorparser/vendor/github.com/mazznoer/csscolorparser \ muesli:ansi:276c6243b2f6:muesli_ansi/vendor/github.com/muesli/ansi \ muesli:cancelreader:v0.2.2:muesli_cancelreader/vendor/github.com/muesli/cancelreader \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.15.1:muesli_termenv/vendor/github.com/muesli/termenv \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ rivo:uniseg:v0.4.4:rivo_uniseg/vendor/github.com/rivo/uniseg \ stretchr:testify:v1.7.1:stretchr_testify/vendor/github.com/stretchr/testify PLIST_FILES= bin/${PORTNAME} .include 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,80 +1,80 @@ 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 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_TUPLE= \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.2.2:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \ apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dominikh:go-tools:v0.2.0:dominikh_go_tools/vendor/honnef.co/go/tools \ fatih:color:v1.7.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.62.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ golang:net:a5a99cb37ef4:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.5:golang_text/vendor/golang.org/x/text \ golang:tools:v0.1.2:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:f16073e35f0c:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:go-hclog:v0.15.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-plugin:v1.4.2:hashicorp_go_plugin/vendor/github.com/hashicorp/go-plugin \ hashicorp:go-version:v1.3.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:hcl:v2.10.1:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ hashicorp:yamux:3520598351bb:hashicorp_yamux/vendor/github.com/hashicorp/yamux \ huandu:xstrings:v1.3.1:huandu_xstrings/vendor/github.com/huandu/xstrings \ iancoleman:orderedmap:v0.2.0:iancoleman_orderedmap/vendor/github.com/iancoleman/orderedmap \ imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.4:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.10:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ mvdan:xurls:v2.3.0:mvdan_xurls/vendor/mvdan.cc/xurls/v2 \ oklog:run:v1.0.0:oklog_run/vendor/github.com/oklog/run \ pelletier:go-toml:v1.9.3:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ shopspring:decimal:v1.2.0:shopspring_decimal/vendor/github.com/shopspring/decimal \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.2.1:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.8.1:spf13_viper/vendor/github.com/spf13/viper \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ terraform-docs:terraform-config-inspect:9c1f178932fa:terraform_docs_terraform_config_inspect/vendor/github.com/terraform-docs/terraform-config-inspect \ zclconf:go-cty:v1.8.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} .include 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,51 +1,51 @@ 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/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules USE_GITHUB= yes GH_ACCOUNT= warrensbox GH_TUPLE= \ agext:levenshtein:v1.2.2:agext_levenshtein/vendor/github.com/agext/levenshtein \ apparentlymart:go-textseg:v1.0.0:apparentlymart_go_textseg/vendor/github.com/apparentlymart/go-textseg \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ini:ini:v1.66.4:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.0:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ golang:sys:v0.6.0:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ google:go-cmp:v0.5.8:google_go_cmp/vendor/github.com/google/go-cmp \ hashicorp:go-version:v1.6.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl2:fb75b3253c80:hashicorp_hcl2/vendor/github.com/hashicorp/hcl2 \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:hcl:v2.0.0:hashicorp_hcl_v2/vendor/github.com/hashicorp/hcl/v2 \ hashicorp:terraform-config-inspect:90acf1ca460f:hashicorp_terraform_config_inspect/vendor/github.com/hashicorp/terraform-config-inspect \ magiconair:properties:v1.8.6:magiconair_properties/vendor/github.com/magiconair/properties \ manifoldco:promptui:v0.9.0:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pborman:getopt:v1.1.0:pborman_getopt/vendor/github.com/pborman/getopt \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pelletier:go-toml:v2.0.1:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ spf13:afero:v1.8.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.12.0:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.3.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ zclconf:go-cty:v1.1.0:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} .include diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 85e6758280bc..66f675028d38 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,19 +1,20 @@ 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 LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/terraform-linters/tflint PLIST_FILES= bin/${PORTNAME} .include