diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-10-08 14:21:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2022-10-08 14:21:16 +0000 |
commit | 1e4b4396c3ebc3cbae5a4ddf0d68e8cb32c5c0b0 (patch) | |
tree | 1cf06fa1b951a16f564887488a49b39cb1c59a81 | |
parent | 6cd9fcbb0f03e95189a5eba168af7fcaead34dc1 (diff) | |
download | ports-1e4b4396c3ebc3cbae5a4ddf0d68e8cb32c5c0b0.tar.gz ports-1e4b4396c3ebc3cbae5a4ddf0d68e8cb32c5c0b0.zip |
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.
-rw-r--r-- | www/gotty/Makefile | 11 | ||||
-rw-r--r-- | 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 |