Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2022 22:33:13 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc683ead3e37 - main - misc/fq: update the port to version 0.0.7.
Message-ID:  <202205012233.241MXD5P082043@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cc683ead3e373031271dc50dca92560a0c4709e0

commit cc683ead3e373031271dc50dca92560a0c4709e0
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-05-01 22:29:26 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-05-01 22:29:26 +0000

    misc/fq: update the port to version 0.0.7.
    
    Reported by:    upstream author
---
 misc/fq/Makefile |  9 +++++----
 misc/fq/distinfo | 18 +++++++++++-------
 2 files changed, 16 insertions(+), 11 deletions(-)

diff --git a/misc/fq/Makefile b/misc/fq/Makefile
index a3533f340741..6fe586bb4234 100644
--- a/misc/fq/Makefile
+++ b/misc/fq/Makefile
@@ -1,9 +1,8 @@
 # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
 
 PORTNAME=	fq
-PORTVERSION=	0.0.6
+PORTVERSION=	0.0.7
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	misc
 
 MAINTAINER=	danfe@FreeBSD.org
@@ -21,9 +20,11 @@ GH_TUPLE=	\
 		golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \
 		google:gopacket:v1.1.19:google_gopacket/vendor/github.com/google/gopacket \
 		itchyny:timefmt-go:v0.1.3:itchyny_timefmt_go/vendor/github.com/itchyny/timefmt-go \
-		mitchellh:mapstructure:v1.4.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
+		mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \
+		mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
+		mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \
 		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
-		wader:gojq:379a885caece:wader_gojq/vendor/github.com/wader/gojq \
+		wader:gojq:574a3e400098:wader_gojq/vendor/github.com/wader/gojq \
 		wader:readline:692d84ca36e2:wader_readline/vendor/github.com/wader/readline
 
 PLIST_FILES=	bin/${PORTNAME}
diff --git a/misc/fq/distinfo b/misc/fq/distinfo
index 0eab22244bbb..c23392a3263f 100644
--- a/misc/fq/distinfo
+++ b/misc/fq/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1647014913
-SHA256 (wader-fq-v0.0.6_GH0.tar.gz) = c3d8cb8880a9ac2674991eb054306e3a56c673cfbea63b8f091b1f08b4f04a64
-SIZE (wader-fq-v0.0.6_GH0.tar.gz) = 3592105
+TIMESTAMP = 1651419856
+SHA256 (wader-fq-v0.0.7_GH0.tar.gz) = 6a59c62ea95f070e97e0d9c43ecb780e525e304c88e6474b775d51f731d6d353
+SIZE (wader-fq-v0.0.7_GH0.tar.gz) = 4198862
 SHA256 (golang-snappy-v0.0.4_GH0.tar.gz) = 77df678795596f9dfecb5744deb984633d780460a7e9a59e0c7ecfe2052b644f
 SIZE (golang-snappy-v0.0.4_GH0.tar.gz) = 66129
 SHA256 (golang-sys-4e6760a101f9_GH0.tar.gz) = 03a0fe05c767ee371318e94f05d0fb59ce1d00d0716e522cd4e31e6424a394a1
@@ -11,11 +11,15 @@ SHA256 (google-gopacket-v1.1.19_GH0.tar.gz) = 31efa87cc9d2b41e5e66c7daa8839d841d
 SIZE (google-gopacket-v1.1.19_GH0.tar.gz) = 950745
 SHA256 (itchyny-timefmt-go-v0.1.3_GH0.tar.gz) = 546455b1d3e13affcca36ff0e868126353e8ae77ed8565a68393f77d7f788932
 SIZE (itchyny-timefmt-go-v0.1.3_GH0.tar.gz) = 12820
-SHA256 (mitchellh-mapstructure-v1.4.3_GH0.tar.gz) = 06198bdaa6782f68990134b88b5f0c1db44757cf81721c619fff5626d97fffc4
-SIZE (mitchellh-mapstructure-v1.4.3_GH0.tar.gz) = 28418
+SHA256 (mitchellh-copystructure-v1.2.0_GH0.tar.gz) = 0f3c6a9d91d695470c22acaba390878a03e3c106a453c4b0b8abebfb76c1a009
+SIZE (mitchellh-copystructure-v1.2.0_GH0.tar.gz) = 9951
+SHA256 (mitchellh-mapstructure-v1.5.0_GH0.tar.gz) = 81106cbac93000812c194b4a2069dd32913ec18819b1e99e8436595ce4939413
+SIZE (mitchellh-mapstructure-v1.5.0_GH0.tar.gz) = 30123
+SHA256 (mitchellh-reflectwalk-v1.0.2_GH0.tar.gz) = 62ef93bcd6ef48e5dbb4b3aefffb44b7d7e1d56ab2aa8541734b8448ae9ef996
+SIZE (mitchellh-reflectwalk-v1.0.2_GH0.tar.gz) = 6854
 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
 SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
-SHA256 (wader-gojq-379a885caece_GH0.tar.gz) = bf4f3222933a5f739a8f2fcf783287eb9d721ad4f01c4f2a943b811874534d44
-SIZE (wader-gojq-379a885caece_GH0.tar.gz) = 124389
+SHA256 (wader-gojq-574a3e400098_GH0.tar.gz) = f8f9ea9388981a3c72ebd1f7a20faf08ee8f8d9fdf963ad4b36958f3cbf261ad
+SIZE (wader-gojq-574a3e400098_GH0.tar.gz) = 126154
 SHA256 (wader-readline-692d84ca36e2_GH0.tar.gz) = 64b30e3bd8dcf8800faffd5db90e4477b6cc9ab1c62c7f95d6e9059959c22893
 SIZE (wader-readline-692d84ca36e2_GH0.tar.gz) = 36840



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205012233.241MXD5P082043>