Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2025 15:03:08 GMT
From:      "Gabriel M. Dutra" <dutra@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b0342e8244a5 - main - benchmarks/plow: Update to 1.3.2
Message-ID:  <202501091503.509F38vx066140@gitrepo.freebsd.org>

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

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

commit b0342e8244a524369b2d52274b3ec397cea7211a
Author:     Gabriel M. Dutra <dutra@FreeBSD.org>
AuthorDate: 2025-01-09 14:40:27 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2025-01-09 15:01:11 +0000

    benchmarks/plow: Update to 1.3.2
    
    Remove unnecessary GH_TUPLE and GH_ACCOUNT
    
    changeLog:
    https://github.com/six-ddc/plow/releases/tag/v1.3.2
---
 benchmarks/plow/Makefile | 10 +---------
 benchmarks/plow/distinfo | 12 +++++-------
 2 files changed, 6 insertions(+), 16 deletions(-)

diff --git a/benchmarks/plow/Makefile b/benchmarks/plow/Makefile
index 98b9d75515b3..e749513e6af3 100644
--- a/benchmarks/plow/Makefile
+++ b/benchmarks/plow/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	plow
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.3.1
-PORTREVISION=	18
+DISTVERSION=	1.3.2
 CATEGORIES=	benchmarks
 
 MAINTAINER=	dutra@FreeBSD.org
@@ -12,15 +11,8 @@ 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 <bsd.port.mk>
diff --git a/benchmarks/plow/distinfo b/benchmarks/plow/distinfo
index 5e2ce93d9491..bb00e02c50a6 100644
--- a/benchmarks/plow/distinfo
+++ b/benchmarks/plow/distinfo
@@ -1,7 +1,5 @@
-TIMESTAMP = 1679678974
-SHA256 (go/benchmarks_plow/plow-v1.3.1/v1.3.1.mod) = 3ac99f55827a991f72a1d5ae368ae18355e4dfb1904cc10310416ca916ad3035
-SIZE (go/benchmarks_plow/plow-v1.3.1/v1.3.1.mod) = 1187
-SHA256 (go/benchmarks_plow/plow-v1.3.1/v1.3.1.zip) = 264c905be837d437f5b761f8a9a98609f23eec5189ed0d60c1fab6d21c9b7f43
-SIZE (go/benchmarks_plow/plow-v1.3.1/v1.3.1.zip) = 2645687
-SHA256 (go/benchmarks_plow/plow-v1.3.1/golang-sys-v0.6.0_GH0.tar.gz) = b4f6d17c7a128f76169964b437cb66b3f2dbf9a33361928ec19dfecf7b03fc54
-SIZE (go/benchmarks_plow/plow-v1.3.1/golang-sys-v0.6.0_GH0.tar.gz) = 1434234
+TIMESTAMP = 1736433758
+SHA256 (go/benchmarks_plow/plow-v1.3.2/v1.3.2.mod) = 604c7ecc2a1de16d2678a9db02bbb0494b117a46ba4700e03b25dfbc404d1247
+SIZE (go/benchmarks_plow/plow-v1.3.2/v1.3.2.mod) = 1080
+SHA256 (go/benchmarks_plow/plow-v1.3.2/v1.3.2.zip) = 55637ee7820128032b5f6bd9c2692bf843c086bae36620b859d4b9c75310365d
+SIZE (go/benchmarks_plow/plow-v1.3.2/v1.3.2.zip) = 2646224



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