Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Apr 2024 20:29:17 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 53ca4f0204f6 - main - textproc/yq: update 3.2.3 =?utf-8?Q?=E2=86=92?= 3.4.1
Message-ID:  <202404182029.43IKTHlG040271@gitrepo.freebsd.org>

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

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

commit 53ca4f0204f6d8abf66136546848e36ce2c035a3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-18 20:29:03 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-18 20:29:13 +0000

    textproc/yq: update 3.2.3 → 3.4.1
    
    Reported by:    portscout
---
 textproc/yq/Makefile | 7 +++----
 textproc/yq/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile
index 7918f8408a19..2ad2df3e7348 100644
--- a/textproc/yq/Makefile
+++ b/textproc/yq/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yq
-DISTVERSION=	3.2.3
+DISTVERSION=	3.4.1
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 
@@ -10,8 +10,7 @@ WWW=		https://kislyuk.github.io/yq/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4.3:devel/py-setuptools-scm@${PY_FLAVOR}
 RUN_DEPENDS=	jq:textproc/jq \
 		${PYTHON_PKGNAMEPREFIX}argcomplete>=1.8.1:devel/py-argcomplete@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyaml>=5.3.1:textproc/py-pyaml@${PY_FLAVOR} \
@@ -34,7 +33,7 @@ CONFLICTS_INSTALL=	go-yq
 
 NO_ARCH=	yes
 
-do-test: # tests fail: https://github.com/kislyuk/yq/issues/168
+do-test: # tests fail: https://github.com/mikefarah/yq/issues/2016
 	@cd ${WRKSRC}/test && ${SETENV} ${TEST_ENV} ./test.py
 
 .include <bsd.port.mk>
diff --git a/textproc/yq/distinfo b/textproc/yq/distinfo
index f7d5cf58450c..9191d376ff87 100644
--- a/textproc/yq/distinfo
+++ b/textproc/yq/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694369732
-SHA256 (yq-3.2.3.tar.gz) = 29c8fe1d36b4f64163f4d01314c6ae217539870f610216dee6025dfb5eafafb1
-SIZE (yq-3.2.3.tar.gz) = 31952
+TIMESTAMP = 1713472108
+SHA256 (yq-3.4.1.tar.gz) = b558dab6f15c03e24a1c448789500b20d6f307ee9ca4c9361387f3658163000d
+SIZE (yq-3.4.1.tar.gz) = 32876



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