Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2022 14:21:22 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1e4b4396c3eb - main - www/gotty: Update to forked version 1.5.0
Message-ID:  <202210081421.298ELMGG059423@gitrepo.freebsd.org>

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

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

commit 1e4b4396c3ebc3cbae5a4ddf0d68e8cb32c5c0b0
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-10-08 14:21:16 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-10-08 14:21:16 +0000

    www/gotty: Update to forked version 1.5.0
    
    The last official (alpha) release was on Dec 13, 2017. Switch to a more
    actively maintained fork.
---
 www/gotty/Makefile | 11 +++++------
 www/gotty/distinfo | 10 +++++++---
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/www/gotty/Makefile b/www/gotty/Makefile
index 9248d5a02c3d..d163f58835f1 100644
--- a/www/gotty/Makefile
+++ b/www/gotty/Makefile
@@ -1,21 +1,20 @@
 PORTNAME=	gotty
-PORTVERSION=	1.0.1
+PORTVERSION=	1.5.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	8
 CATEGORIES=	www net
 
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command line tool that turns your CLI tools into web applications
-WWW=		https://github.com/yudai/gotty
+WWW=		https://github.com/sorenisanerd/gotty
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go
+USES=		go:modules
 USE_GITHUB=	yes
-GH_ACCOUNT=	yudai
+GH_ACCOUNT=	sorenisanerd
 
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
+GO_MODULE=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/gotty
 
diff --git a/www/gotty/distinfo b/www/gotty/distinfo
index 02807ed98d61..da7748e94e50 100644
--- a/www/gotty/distinfo
+++ b/www/gotty/distinfo
@@ -1,3 +1,7 @@
-TIMESTAMP = 1502356940
-SHA256 (yudai-gotty-v1.0.1_GH0.tar.gz) = 32695d70a79f55efdf4fba6f06f830515a2055abc58fc15e2124dff5be75695b
-SIZE (yudai-gotty-v1.0.1_GH0.tar.gz) = 2370696
+TIMESTAMP = 1665237982
+SHA256 (go/www_gotty/sorenisanerd-gotty-v1.5.0_GH0/v1.5.0.mod) = e6c7a03dd76727b1b7d0d7c0281acc5ca00a9051247be7e6be14bc9b7372fc35
+SIZE (go/www_gotty/sorenisanerd-gotty-v1.5.0_GH0/v1.5.0.mod) = 439
+SHA256 (go/www_gotty/sorenisanerd-gotty-v1.5.0_GH0/v1.5.0.zip) = 8e8b397c240a3c54765cadee5299a137b2a63dc9372fe2e22323cd4944325488
+SIZE (go/www_gotty/sorenisanerd-gotty-v1.5.0_GH0/v1.5.0.zip) = 3421266
+SHA256 (go/www_gotty/sorenisanerd-gotty-v1.5.0_GH0/sorenisanerd-gotty-v1.5.0_GH0.tar.gz) = 98a5fb9eddefc4bc4d402ad159d274a3876ee2b23cb8940ebeea328b705454a7
+SIZE (go/www_gotty/sorenisanerd-gotty-v1.5.0_GH0/sorenisanerd-gotty-v1.5.0_GH0.tar.gz) = 3397024



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