diff --git a/textproc/go-yq/Makefile b/textproc/go-yq/Makefile index 489af97e0402..76fdeafed256 100644 --- a/textproc/go-yq/Makefile +++ b/textproc/go-yq/Makefile @@ -1,22 +1,21 @@ PORTNAME= go-yq DISTVERSIONPREFIX= v -DISTVERSION= 4.50.1 -PORTREVISION= 8 +DISTVERSION= 4.53.3 CATEGORIES= textproc MAINTAINER= timp87@gmail.com -COMMENT= Portable commandline YAML processor written in go +COMMENT= Portable commandline YAML,JSON,TOML,INI,XML,CSV,HCL processor WWW= https://github.com/mikefarah/yq LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules GO_MODULE= github.com/mikefarah/yq/v4 GO_TARGET= .:yq CONFLICTS_INSTALL= yq PLIST_FILES= bin/yq .include diff --git a/textproc/go-yq/distinfo b/textproc/go-yq/distinfo index c01dafbe21c5..ab92a752f8b9 100644 --- a/textproc/go-yq/distinfo +++ b/textproc/go-yq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1766770027 -SHA256 (go/textproc_go-yq/go-yq-v4.50.1/v4.50.1.mod) = 31e40c8f126c040af5b773c6511af02e7af6aa551f2876d5abd306ec33368bad -SIZE (go/textproc_go-yq/go-yq-v4.50.1/v4.50.1.mod) = 1422 -SHA256 (go/textproc_go-yq/go-yq-v4.50.1/v4.50.1.zip) = f5c12d463a4b86c56074ba3d1820a4d8efdc4664d44b5c0c540a623ac7e2fd2a -SIZE (go/textproc_go-yq/go-yq-v4.50.1/v4.50.1.zip) = 536220 +TIMESTAMP = 1784150018 +SHA256 (go/textproc_go-yq/go-yq-v4.53.3/v4.53.3.mod) = 161b42e97c62c69091c87477abfced533ea28d62d31e3fabf20b0cf5cd435a24 +SIZE (go/textproc_go-yq/go-yq-v4.53.3/v4.53.3.mod) = 1328 +SHA256 (go/textproc_go-yq/go-yq-v4.53.3/v4.53.3.zip) = 1e5e029bc0a24a5eb602d5b4bf7d6a0810b9a84357bf8fd0019bf41709f6fd57 +SIZE (go/textproc_go-yq/go-yq-v4.53.3/v4.53.3.zip) = 581129 diff --git a/textproc/go-yq/pkg-descr b/textproc/go-yq/pkg-descr index fc9d38ea77b7..2f486f5f51a7 100644 --- a/textproc/go-yq/pkg-descr +++ b/textproc/go-yq/pkg-descr @@ -1,4 +1,6 @@ -yq is a lightweight and portable command-line YAML processor in go. -yq uses jq like syntax but works with yaml files as well as json. -It doesn't yet support everything jq does - but it does support the most common -operations and functions, and more is being added continuously. +yq is a lightweight and portable command-line YAML, JSON, TOML, INI, +XML, CSV, HCL and properties processor. yq uses jq (a popular JSON +processor) like syntax and works with yaml files as well as json, kyaml, +xml, ini, properties, csv and tsv. yq does not yet support everything +jq does - but it does support the most common operations and functions, +and more is being added continuously.