git: 8e4d3898e749 - main - devel/got: update to 0.99

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Sun, 05 May 2024 21:42:22 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8e4d3898e749160def82691e716362702343a309

commit 8e4d3898e749160def82691e716362702343a309
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-05-05 21:41:27 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-05-05 21:41:27 +0000

    devel/got: update to 0.99
    
    User-visible changes:
    - make 'got fetch' work with URLs which refer to $HOME via a tilde: ~user
    - fix spurious errors from got-fetch-http when server has no more data to send
    - back out got stage -R option addition; deemed too inconvenient in practice
    - fix got-fetch-http GET request URL; add leading slash and avoid double slashes
    - fix endless loop upon Ctrl-D (EOF) input during got stage/unstage/revert -p
    - make got stage -p behave the same way in interactive and -F modes for 'q'
---
 devel/got/Makefile                | 10 +++++++++-
 devel/got/distinfo                |  6 +++---
 devel/got/files/patch-Makefile.in | 20 ++++++++++----------
 3 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/devel/got/Makefile b/devel/got/Makefile
index 1a41440bef3f..47e197e649b7 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	got
-DISTVERSION=	0.98.2
+DISTVERSION=	0.99
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/portable/
 DISTNAME=	got-portable-${DISTVERSION}
@@ -17,6 +17,14 @@ CONFLICTS_INSTALL=	p5-App-GitGot
 
 GNU_CONFIGURE=	Yes
 
+# The regression test suite requires:
+#  installed got
+#  installed git
+#  installed perl and HTTP::Daemon
+#  ssh to 127.0.0.1
+tests:
+	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} tests)
+
 .include <bsd.port.pre.mk>
 
 # When using LibreSSL use its own libtls, but when using OpenSSL
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 3be8904d6fb5..0bcbb583d51f 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714082661
-SHA256 (got-portable-0.98.2.tar.gz) = ff5d4ad9922edf1c8055b2398650972fd463c809590dbe78e2eab1bf78a150c8
-SIZE (got-portable-0.98.2.tar.gz) = 1351206
+TIMESTAMP = 1714944008
+SHA256 (got-portable-0.99.tar.gz) = aea408353a02b2e3ad9b4d1b7607900269af97986d40998c57f10acdf0fa1e38
+SIZE (got-portable-0.99.tar.gz) = 1481387
diff --git a/devel/got/files/patch-Makefile.in b/devel/got/files/patch-Makefile.in
index 36ea62f88fb6..1c16e6dcca4f 100644
--- a/devel/got/files/patch-Makefile.in
+++ b/devel/got/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig	2024-04-25 19:30:16 UTC
+--- Makefile.in.orig	2024-05-05 20:54:52 UTC
 +++ Makefile.in
-@@ -370,7 +370,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = \
- 	--enable-cvg \
- 	--enable-gotd
- 
--SUBDIRS = compat libexec got tog gotadmin template gotwebd \
-+SUBDIRS = compat libexec got tog gotadmin template \
- 	$(am__append_1) $(am__append_2)
- EXTRA_DIST = CHANGES CHANGELOG LICENCE README.portable util/got-portable-ver.sh
- LDADD = $(LIBOBJS) $(am__append_3)
+@@ -366,7 +366,7 @@ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-cvg
+ # whether the end-user will enable this; this step is here so that all the
+ # relevant files are included in the distribution.
+ AM_DISTCHECK_CONFIGURE_FLAGS = --enable-cvg
+-SUBDIRS = compat gitwrapper got gotadmin gotctl gotd gotsh gotwebd \
++SUBDIRS = compat got gotadmin \
+ 	libexec template tog $(am__append_1)
+ EXTRA_DIST = CHANGES \
+ 	     CHANGELOG \