git: 7c509071e4df - main - devel/got: update to 0.68

From: Christian Weisgerber <naddy_at_FreeBSD.org>
Date: Tue, 22 Mar 2022 15:13:45 UTC
The branch main has been updated by naddy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c509071e4df7ed5d01b24c05d7b20e2c62fe9a7

commit 7c509071e4df7ed5d01b24c05d7b20e2c62fe9a7
Author:     Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2022-03-22 15:12:46 +0000
Commit:     Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2022-03-22 15:12:46 +0000

    devel/got: update to 0.68
    
    User-visible changes:
    - apply time-based rate-limiting to send-/fetch-/index-pack progress output
    - make the URI parser tolerate trailing slashes at the end of the input URI
    - add 'got patch' command for applying unified diffs
    - handle reference arguments which look like short object IDs
    - make got log, diff, blame, tree, and cat unlock the work tree earlier
    - print additional progress information while packing
---
 devel/got/Makefile                       |  2 +-
 devel/got/distinfo                       |  6 +++---
 devel/got/files/patch-lib_pack__create.c | 10 ----------
 devel/got/pkg-plist                      |  1 +
 4 files changed, 5 insertions(+), 14 deletions(-)

diff --git a/devel/got/Makefile b/devel/got/Makefile
index 0ce1f0ec035d..eb6aec873b0b 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	got
-PORTVERSION=	0.67
+PORTVERSION=	0.68
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 
diff --git a/devel/got/distinfo b/devel/got/distinfo
index 60deb3f6afbc..b37137c8b150 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645215179
-SHA256 (got-0.67.tar.gz) = b76d09225a90bcae2d3ec01096c20c2b35fc951d2db576b0efd2940e1c08cdf6
-SIZE (got-0.67.tar.gz) = 588365
+TIMESTAMP = 1647960922
+SHA256 (got-0.68.tar.gz) = a6a5ec216e663ddd3e4c5d1e0eac825f0035b20ccee8b20ecba4f8ff7b7870fd
+SIZE (got-0.68.tar.gz) = 599885
diff --git a/devel/got/files/patch-lib_pack__create.c b/devel/got/files/patch-lib_pack__create.c
deleted file mode 100644
index df23013fb387..000000000000
--- a/devel/got/files/patch-lib_pack__create.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/pack_create.c.orig	2022-02-18 20:20:09 UTC
-+++ lib/pack_create.c
-@@ -22,6 +22,7 @@
- #include <sys/stat.h>
- #include <sys/time.h>
- 
-+#include <endian.h>
- #include <stdint.h>
- #include <imsg.h>
- #include <stdio.h>
diff --git a/devel/got/pkg-plist b/devel/got/pkg-plist
index 655bff5df772..a4b22a2ad18b 100644
--- a/devel/got/pkg-plist
+++ b/devel/got/pkg-plist
@@ -9,6 +9,7 @@ libexec/got-read-gitconfig
 libexec/got-read-gotconfig
 libexec/got-read-object
 libexec/got-read-pack
+libexec/got-read-patch
 libexec/got-read-tag
 libexec/got-read-tree
 libexec/got-send-pack