Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2026 19:18:04 +0000
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 9380523be83e - 2026Q1 - textproc/termshot: Update to 0.6.1
Message-ID:  <699f4aec.1c9f3.31f242a6@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch 2026Q1 has been updated by eduardo:

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

commit 9380523be83eddf283f197effeeb259184dbbea3
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2026-02-25 18:34:34 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2026-02-25 18:52:18 +0000

    textproc/termshot: Update to 0.6.1
    
    - Take maintainership
    
    ChangeLog:      https://github.com/homeport/termshot/releases/tag/v0.6.1
    MFH:            2026Q1
    (cherry picked from commit 447112f6f60c274596c2d00f535fa8dbc9b2523b)
---
 textproc/termshot/Makefile | 10 ++++------
 textproc/termshot/distinfo | 10 +++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/textproc/termshot/Makefile b/textproc/termshot/Makefile
index 3858ad06b0d9..7e741c2f82fc 100644
--- a/textproc/termshot/Makefile
+++ b/textproc/termshot/Makefile
@@ -1,21 +1,19 @@
 PORTNAME=	termshot
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.6.0
-PORTREVISION=	3
+DISTVERSION=	0.6.1
 CATEGORIES=	textproc graphics
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	eduardo@FreeBSD.org
 COMMENT=	Creates screenshots based on terminal command output
 WWW=		https://github.com/homeport/termshot
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:1.24+,modules
+USES=		go:modules
 GO_MODULE=	github.com/homeport/termshot
 GO_TARGET=	./cmd/${PORTNAME}
-GO_BUILDFLAGS=	-tags noupdater \
-		-ldflags "\
+GO_BUILDFLAGS=	-ldflags "\
 		-s -w \
 		-X ${GO_MODULE}/internal/cmd.version=${DISTVERSION}"
 
diff --git a/textproc/termshot/distinfo b/textproc/termshot/distinfo
index bee222f42f34..01aeb2a41ed8 100644
--- a/textproc/termshot/distinfo
+++ b/textproc/termshot/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1762544474
-SHA256 (go/textproc_termshot/termshot-v0.6.0/v0.6.0.mod) = 406680931ae8a753a543cc853b57a0625551616506d3a4c1fa9d37d2ed62fa0b
-SIZE (go/textproc_termshot/termshot-v0.6.0/v0.6.0.mod) = 1403
-SHA256 (go/textproc_termshot/termshot-v0.6.0/v0.6.0.zip) = 4b6c7b761aad4fe7d2d9d633331c30dc5f8deeac7bd40a893b7a015925a3d8c3
-SIZE (go/textproc_termshot/termshot-v0.6.0/v0.6.0.zip) = 155083
+TIMESTAMP = 1772042992
+SHA256 (go/textproc_termshot/termshot-v0.6.1/v0.6.1.mod) = 4a3274cbcdefbd1b9e218522fb229a1ba94d093d43e4ed36db2154dd12dd617f
+SIZE (go/textproc_termshot/termshot-v0.6.1/v0.6.1.mod) = 1496
+SHA256 (go/textproc_termshot/termshot-v0.6.1/v0.6.1.zip) = b13d6372300fe59d0855dd5422d7f07b433dbc143c867b8b4e5cdb8f7fbde44c
+SIZE (go/textproc_termshot/termshot-v0.6.1/v0.6.1.zip) = 350339


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?699f4aec.1c9f3.31f242a6>