Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 17:31:28 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0725c49f4dc9 - main - sysutils/gdu: Update to 5.36.1 and adopt port
Message-ID:  <69f78670.30e46.3d1bfbc8@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

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

commit 0725c49f4dc9bf2c167f6b78aa9a69f77c76052d
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-05-03 16:47:46 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-05-03 17:31:22 +0000

    sysutils/gdu: Update to 5.36.1 and adopt port
    
    Adopt port due to multiple timeouts on various PRs
    
    Changelog: https://github.com/dundee/gdu/releases/tag/v5.36.1
    
    PR:             294279
---
 sysutils/gdu/Makefile |  7 +++----
 sysutils/gdu/distinfo | 10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile
index ca3292857dc3..8b4e775bd136 100644
--- a/sysutils/gdu/Makefile
+++ b/sysutils/gdu/Makefile
@@ -1,17 +1,16 @@
 PORTNAME=	gdu
 DISTVERSIONPREFIX=	v
-DISTVERSION=	5.32.0
-PORTREVISION=	5
+DISTVERSION=	5.36.1
 CATEGORIES=	sysutils
 
-MAINTAINER=	lcook@FreeBSD.org
+MAINTAINER=	diizzy@FreeBSD.org
 COMMENT=	Disk usage analyzer with console interface written in Go
 WWW=		https://github.com/dundee/gdu
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-USES=		go:modules
+USES=		go:1.25+,modules
 
 GO_MODULE=	github.com/dundee/${PORTNAME}/${DISTVERSIONFULL:R:R}
 GO_TARGET=	./cmd/${PORTNAME}
diff --git a/sysutils/gdu/distinfo b/sysutils/gdu/distinfo
index 2c7fdcf3e808..11efd1b5803b 100644
--- a/sysutils/gdu/distinfo
+++ b/sysutils/gdu/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1763816434
-SHA256 (go/sysutils_gdu/gdu-v5.32.0/v5.32.0.mod) = 46ae074dc49bdd86c249fecee6f8d196e85c84417da2dd4774f24d2d9f2eb840
-SIZE (go/sysutils_gdu/gdu-v5.32.0/v5.32.0.mod) = 1882
-SHA256 (go/sysutils_gdu/gdu-v5.32.0/v5.32.0.zip) = 5ae02b989a9830319b0db421addbf36275276de10df7542e448f2684a34078e0
-SIZE (go/sysutils_gdu/gdu-v5.32.0/v5.32.0.zip) = 339914
+TIMESTAMP = 1777719148
+SHA256 (go/sysutils_gdu/gdu-v5.36.1/v5.36.1.mod) = b86705fa501f1d40b9af4d44a3383d820c993a379e34d49d393553a60a37b7a7
+SIZE (go/sysutils_gdu/gdu-v5.36.1/v5.36.1.mod) = 1957
+SHA256 (go/sysutils_gdu/gdu-v5.36.1/v5.36.1.zip) = 1a3a022210af749c51865cac7bbcc47834e0ab22a7b10032cbda813440b7fd0c
+SIZE (go/sysutils_gdu/gdu-v5.36.1/v5.36.1.zip) = 411171


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f78670.30e46.3d1bfbc8>