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
This commit is contained in:
Christian Weisgerber 2021-08-31 13:30:33 +00:00
parent 73855f4916
commit ac0b29bd21
6 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= got
PORTVERSION= 0.55
PORTVERSION= 0.56
CATEGORIES= devel
MASTER_SITES= https://gameoftrees.org/releases/

View File

@ -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

View File

@ -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)"

View File

@ -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

View File

@ -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

View File

@ -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