git: 9356d832e684 - main - devel/got: update to 0.88

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Sat, 29 Apr 2023 14:37:41 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9356d832e6841144853ec5b2e2000d2abcb02347

commit 9356d832e6841144853ec5b2e2000d2abcb02347
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2023-04-29 14:37:01 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2023-04-29 14:37:01 +0000

    devel/got: update to 0.88
    
    User-visible changes:
    - tog: always use alternate charset for vertical/horizontal line
    - tog: resize log view if toggling fullscreen from child view
    - speed improvements
---
 devel/got/Makefile                         |  2 +-
 devel/got/distinfo                         |  6 +++---
 devel/got/files/patch-regress_Makefile     | 15 +++++++--------
 devel/got/files/patch-regress_tog_Makefile |  8 ++++----
 4 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/devel/got/Makefile b/devel/got/Makefile
index 994e490e71ec..23fdfe8343fc 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	got
-DISTVERSION=	0.87
+DISTVERSION=	0.88
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 3f320bd1a955..25add8fc1426 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1681998178
-SHA256 (got-0.87.tar.gz) = 74f8b5e0ce1158c877628e0d95a42b8e1ce1fe0afc2fc01911ba4ea471978605
-SIZE (got-0.87.tar.gz) = 822791
+TIMESTAMP = 1682778516
+SHA256 (got-0.88.tar.gz) = ea01ca351dc573506ff506d5717e362710755131cac402578cc504d4db73d1b9
+SIZE (got-0.88.tar.gz) = 824988
diff --git a/devel/got/files/patch-regress_Makefile b/devel/got/files/patch-regress_Makefile
index 89edb028f0d4..fa952d787b2e 100644
--- a/devel/got/files/patch-regress_Makefile
+++ b/devel/got/files/patch-regress_Makefile
@@ -1,10 +1,9 @@
---- regress/Makefile.orig	2023-04-15 23:28:20 UTC
+--- regress/Makefile.orig	2023-04-20 20:02:28 UTC
 +++ regress/Makefile
-@@ -1,4 +1,6 @@
--SUBDIR = cmdline delta deltify idset path fetch
-+SUBDIR = cmdline delta deltify idset path fetch tog
-+
-+SUBDIR_TARGETS+= regress
- 
- .if make(clean)
+@@ -4,4 +4,6 @@ SUBDIR = cmdline delta deltify idset path fetch tog
  SUBDIR += gotd 
+ .endif
+ 
++SUBDIR_TARGETS+= regress
++
+ .include <bsd.subdir.mk>
diff --git a/devel/got/files/patch-regress_tog_Makefile b/devel/got/files/patch-regress_tog_Makefile
index effb7a8466fc..9239ad235368 100644
--- a/devel/got/files/patch-regress_tog_Makefile
+++ b/devel/got/files/patch-regress_tog_Makefile
@@ -1,8 +1,8 @@
---- regress/tog/Makefile.orig	2023-04-17 19:05:41 UTC
+--- regress/tog/Makefile.orig	2023-04-20 13:59:00 UTC
 +++ regress/tog/Makefile
-@@ -12,4 +12,6 @@ diff:
- blame:
- 	./blame.sh -q -r "$(GOT_TEST_ROOT)"
+@@ -15,4 +15,6 @@ blame:
+ tree:
+ 	./tree.sh -q -r "$(GOT_TEST_ROOT)"
  
 -.include <bsd.regress.mk>
 +regress: ${REGRESS_TARGETS} .PHONY .SILENT