Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2025 06:36:17 +0000
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 709854738c74 - main - sysutils/elephant: Update to 2.17.1
Message-ID:  <6937c361.23ab4.2a30793c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by tagattie:

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

commit 709854738c744fbc6075d4019f5625d79d640db6
Author:     Hiroki Tagato <tagattie@FreeBSD.org>
AuthorDate: 2025-12-08 23:51:20 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2025-12-09 06:36:08 +0000

    sysutils/elephant: Update to 2.17.1
    
    While here, remove Go version pinning.[1]
    
    Changelog:
    - https://github.com/abenz1267/elephant/releases/tag/v2.17.0
    - https://github.com/abenz1267/elephant/releases/tag/v2.17.1
    
    Reported by:    GitHub (watch releases),
                    adamw (via private email) [1]
---
 sysutils/elephant/Makefile |  5 ++---
 sysutils/elephant/distinfo | 10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile
index 2997fad35395..7efb3940a29f 100644
--- a/sysutils/elephant/Makefile
+++ b/sysutils/elephant/Makefile
@@ -1,7 +1,6 @@
 PORTNAME=	elephant
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.16.1
-PORTREVISION=	1
+DISTVERSION=	2.17.1
 CATEGORIES=	sysutils
 
 MAINTAINER=	tagattie@FreeBSD.org
@@ -14,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 NOT_FOR_ARCHS=		aarch64 armv7 i386
 NOT_FOR_ARCHS_REASON=	-buildmode=plugin not supported on these architectures
 
-USES=		go:1.25,modules
+USES=		go:modules
 
 GO_MODULE=	github.com/abenz1267/elephant/v2
 GO_TARGET=	./cmd/elephant
diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo
index ae8475979671..7317f9c4fadf 100644
--- a/sysutils/elephant/distinfo
+++ b/sysutils/elephant/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1763878299
-SHA256 (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.mod) = c79c4ffab3eaf73014f4dfb3b90ec56ce6f744d77c60409183f800c6bef8bd5a
-SIZE (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.mod) = 2451
-SHA256 (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.zip) = ae27d35171ed6a1fa6e29de831a4b6de2fd6c4ece07f61d8f1ef7b8ea13c7d13
-SIZE (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.zip) = 7565458
+TIMESTAMP = 1765230041
+SHA256 (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.mod) = b0ec2ac128f1dc577aa5b3f85beeff215d994383a87d6ce5b78a2fdf8dae5a8f
+SIZE (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.mod) = 2451
+SHA256 (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.zip) = 6afe25e58ce4591b650e3aa7fe606cd036d76e6302e67b713e14acf3b6b74b60
+SIZE (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.zip) = 7566566


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6937c361.23ab4.2a30793c>