git: ac0b29bd214c - main - devel/got: update to 0.56

Christian Weisgerber naddy at FreeBSD.org
Tue Aug 31 13:31:28 UTC 2021


The branch main has been updated by naddy:

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

commit ac0b29bd214c46d909a56f4e210d24eeaa243bcd
Author:     Christian Weisgerber <naddy at FreeBSD.org>
AuthorDate: 2021-08-31 13:30:33 +0000
Commit:     Christian Weisgerber <naddy at FreeBSD.org>
CommitDate: 2021-08-31 13:30:33 +0000

    devel/got: update to 0.56
    
    User-visible changes:
    - add 'got send' for sending changes to remote repositories
    - allow deletion of refs/remotes/ branches with got branch -d
    - use gmtime_r(3) to display timestamps in UTC as intended
    - add keys for navigating to first/last item of tog log and diff views
---
 devel/got/Makefile                                | 2 +-
 devel/got/distinfo                                | 6 +++---
 devel/got/files/patch-regress_cmdline_Makefile    | 4 ++--
 devel/got/files/patch-regress_cmdline_commit.sh   | 4 ++--
 devel/got/files/patch-regress_cmdline_histedit.sh | 6 +++---
 devel/got/pkg-plist                               | 1 +
 6 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/devel/got/Makefile b/devel/got/Makefile
index 7c764f810e66..9696c45ae099 100644
--- a/devel/got/Makefile
+++ b/devel/got/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	got
-PORTVERSION=	0.55
+PORTVERSION=	0.56
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 
diff --git a/devel/got/distinfo b/devel/got/distinfo
index df5201c59c3b..a037cf76c51d 100644
--- a/devel/got/distinfo
+++ b/devel/got/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627307873
-SHA256 (got-0.55.tar.gz) = ef9143d58ea52a3c76f2117dda5edc679dfb6d5966afd5a0e2c91622b4b963e0
-SIZE (got-0.55.tar.gz) = 530008
+TIMESTAMP = 1630413439
+SHA256 (got-0.56.tar.gz) = 2da4d25b248467f579d9e5620b9654e59111972c46d20ea0eba0212ad6e2047e
+SIZE (got-0.56.tar.gz) = 552459
diff --git a/devel/got/files/patch-regress_cmdline_Makefile b/devel/got/files/patch-regress_cmdline_Makefile
index 9328dbe1d3f8..a38c4c878bf9 100644
--- a/devel/got/files/patch-regress_cmdline_Makefile
+++ b/devel/got/files/patch-regress_cmdline_Makefile
@@ -1,6 +1,6 @@
---- regress/cmdline/Makefile.orig	2021-07-03 20:38:45 UTC
+--- regress/cmdline/Makefile.orig	2021-08-26 12:59:24 UTC
 +++ regress/cmdline/Makefile
-@@ -87,4 +87,6 @@ cleanup:
+@@ -90,4 +90,6 @@ cleanup:
  	./cleanup.sh -q -r "$(GOT_TEST_ROOT)"
  
  
diff --git a/devel/got/files/patch-regress_cmdline_commit.sh b/devel/got/files/patch-regress_cmdline_commit.sh
index 3b2694160e7e..5bc4a9192ecb 100644
--- a/devel/got/files/patch-regress_cmdline_commit.sh
+++ b/devel/got/files/patch-regress_cmdline_commit.sh
@@ -1,6 +1,6 @@
---- regress/cmdline/commit.sh.orig	2021-03-22 15:59:28 UTC
+--- regress/cmdline/commit.sh.orig	2021-08-30 22:15:20 UTC
 +++ regress/cmdline/commit.sh
-@@ -1376,7 +1376,7 @@ test_commit_prepared_logmsg() {
+@@ -1377,7 +1377,7 @@ test_commit_prepared_logmsg() {
  
  	cat > $testroot/editor.sh <<EOF
  #!/bin/sh
diff --git a/devel/got/files/patch-regress_cmdline_histedit.sh b/devel/got/files/patch-regress_cmdline_histedit.sh
index 4442745ef999..629d24da7795 100644
--- a/devel/got/files/patch-regress_cmdline_histedit.sh
+++ b/devel/got/files/patch-regress_cmdline_histedit.sh
@@ -1,6 +1,6 @@
---- regress/cmdline/histedit.sh.orig	2021-03-22 10:05:11 UTC
+--- regress/cmdline/histedit.sh.orig	2021-08-30 22:15:20 UTC
 +++ regress/cmdline/histedit.sh
-@@ -1507,7 +1507,7 @@ test_histedit_fold_only() {
+@@ -1539,7 +1539,7 @@ test_histedit_fold_only() {
  
  	cat > $testroot/editor.sh <<EOF
  #!/bin/sh
@@ -9,7 +9,7 @@
  EOF
  	chmod +x $testroot/editor.sh
  
-@@ -1623,7 +1623,7 @@ test_histedit_fold_only_empty_logmsg() {
+@@ -1655,7 +1655,7 @@ test_histedit_fold_only_empty_logmsg() {
  
  	cat > $testroot/editor.sh <<EOF
  #!/bin/sh
diff --git a/devel/got/pkg-plist b/devel/got/pkg-plist
index 1d2131116994..655bff5df772 100644
--- a/devel/got/pkg-plist
+++ b/devel/got/pkg-plist
@@ -11,6 +11,7 @@ libexec/got-read-object
 libexec/got-read-pack
 libexec/got-read-tag
 libexec/got-read-tree
+libexec/got-send-pack
 man/man1/got.1.gz
 man/man1/gotadmin.1.gz
 man/man1/tog.1.gz


More information about the dev-commits-ports-main mailing list