Date: Fri, 3 Mar 2023 21:31:23 GMT From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 26c216e74426 - main - devel/lab: update to 0.25.2.0.20230225220034 Message-ID: <202303032131.323LVNFA022855@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=26c216e74426cfb52f4d1ae49800f34eb904a56d commit 26c216e74426cfb52f4d1ae49800f34eb904a56d Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-03-01 20:19:01 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-03-03 21:31:08 +0000 devel/lab: update to 0.25.2.0.20230225220034 This is an intermediate version right after 0.25.1, holding an update of golang.org/x/sys needed to enable the build on riscv64. Changelog: https://github.com/zaquestion/lab/releases/tag/v0.25.1 Sponsored by: Berliner Linux User Group e.V. Approved by: swills (maintainer) Approved by: eduardo (mentor) Differential Revision: https://reviews.freebsd.org/D38867 --- devel/lab/Makefile | 7 +++---- devel/lab/distinfo | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/devel/lab/Makefile b/devel/lab/Makefile index b2f28ad583c6..3ddc2cbe2cbe 100644 --- a/devel/lab/Makefile +++ b/devel/lab/Makefile @@ -1,7 +1,6 @@ PORTNAME= lab -PORTVERSION= 0.23.0 +PORTVERSION= ${MODVERSION:S/-/./g:R} DISTVERSIONPREFIX= v -PORTREVISION= 10 CATEGORIES= devel MAINTAINER= swills@FreeBSD.org @@ -14,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= go:modules - -GO_MODULE= github.com/zaquestion/lab +MODVERSION= 0.25.2-0.20230225220034-98c3f01c08e1 +GO_MODULE= github.com/zaquestion/lab@v${MODVERSION} GO_BUILDFLAGS= -ldflags="-X main.version=${PORTVERSION}" PLIST_FILES= bin/lab diff --git a/devel/lab/distinfo b/devel/lab/distinfo index 66abf1ad86ac..409009b01dec 100644 --- a/devel/lab/distinfo +++ b/devel/lab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1636161980 -SHA256 (go/devel_lab/lab-v0.23.0/v0.23.0.mod) = 383a8c0f4f3480b961d145b59bc471adf170bb859f88c2d3a0caa24e9497a6a6 -SIZE (go/devel_lab/lab-v0.23.0/v0.23.0.mod) = 2085 -SHA256 (go/devel_lab/lab-v0.23.0/v0.23.0.zip) = d8f6607289d87e331b1ca176f7ff4a8988eae7fd4534cae3a69d4d6f0b822e77 -SIZE (go/devel_lab/lab-v0.23.0/v0.23.0.zip) = 299788 +TIMESTAMP = 1677701861 +SHA256 (go/devel_lab/lab-v0.25.2.0.20230225220034/v0.25.2-0.20230225220034-98c3f01c08e1.mod) = 883d0ddc4fd0b7a505c97ab96e918e23a88cd8a785c3e97f4d905013042d851e +SIZE (go/devel_lab/lab-v0.25.2.0.20230225220034/v0.25.2-0.20230225220034-98c3f01c08e1.mod) = 3482 +SHA256 (go/devel_lab/lab-v0.25.2.0.20230225220034/v0.25.2-0.20230225220034-98c3f01c08e1.zip) = 1ab2932d6422e1a8363ed9c59e954ac40fec06f85590d00589599d31030579f4 +SIZE (go/devel_lab/lab-v0.25.2.0.20230225220034/v0.25.2-0.20230225220034-98c3f01c08e1.zip) = 327373
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303032131.323LVNFA022855>