1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

devel/got: update to 0.67

User-visible changes:
- show rebase and histedit backups in tog ref view
- make 'got rm' behave like rm(1) for paths found missing on disk
- make 'got rm' report an "unexpected status" error for unversioned files
- fix 'got status' showing unversioned directories on NFS
- fix infinite loop triggered by pack files >= 4GB in size
- fix 'got diff' on files which match an ignore pattern
- display GMT offset in 'got cat' command
This commit is contained in:
Christian Weisgerber 2022-02-18 20:31:18 +00:00
parent f3ad5309b7
commit 6765c120f2
6 changed files with 23 additions and 13 deletions

View File

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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1641916009
SHA256 (got-0.66.tar.gz) = abed77d4c324e81d15464979ba4441596a3ca34000f71415ea88ac0235f86a1b
SIZE (got-0.66.tar.gz) = 583551
TIMESTAMP = 1645215179
SHA256 (got-0.67.tar.gz) = b76d09225a90bcae2d3ec01096c20c2b35fc951d2db576b0efd2940e1c08cdf6
SIZE (got-0.67.tar.gz) = 588365

View File

@ -1,6 +1,6 @@
--- got/Makefile.orig 2021-10-04 10:07:14 UTC
--- got/Makefile.orig 2022-01-19 10:29:31 UTC
+++ got/Makefile
@@ -29,8 +29,4 @@ DPADD = ${LIBZ} ${LIBUTIL}
@@ -30,8 +30,4 @@ DPADD = ${LIBZ} ${LIBUTIL}
NOMAN = Yes
.endif

View File

@ -0,0 +1,10 @@
--- 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>

View File

@ -1,6 +1,6 @@
--- regress/cmdline/commit.sh.orig 2021-08-30 22:15:20 UTC
--- regress/cmdline/commit.sh.orig 2022-02-08 10:47:01 UTC
+++ regress/cmdline/commit.sh
@@ -1377,7 +1377,7 @@ test_commit_prepared_logmsg() {
@@ -1376,7 +1376,7 @@ test_commit_prepared_logmsg() {
cat > $testroot/editor.sh <<EOF
#!/bin/sh

View File

@ -1,6 +1,6 @@
--- regress/cmdline/histedit.sh.orig 2021-10-04 10:11:31 UTC
--- regress/cmdline/histedit.sh.orig 2022-01-19 10:29:31 UTC
+++ regress/cmdline/histedit.sh
@@ -1561,7 +1561,7 @@ test_histedit_fold_only() {
@@ -1565,7 +1565,7 @@ test_histedit_fold_only() {
cat > $testroot/editor.sh <<EOF
#!/bin/sh
@ -9,7 +9,7 @@
EOF
chmod +x $testroot/editor.sh
@@ -1677,7 +1677,7 @@ test_histedit_fold_only_empty_logmsg() {
@@ -1681,7 +1681,7 @@ test_histedit_fold_only_empty_logmsg() {
cat > $testroot/editor.sh <<EOF
#!/bin/sh
@ -18,7 +18,7 @@
EOF
chmod +x $testroot/editor.sh
@@ -1811,7 +1811,7 @@ test_histedit_edit_only() {
@@ -1815,7 +1815,7 @@ test_histedit_edit_only() {
cat > $testroot/editor.sh <<EOF
#!/bin/sh
@ -27,7 +27,7 @@
EOF
chmod +x $testroot/editor.sh
@@ -1840,7 +1840,7 @@ EOF
@@ -1844,7 +1844,7 @@ EOF
cat > $testroot/editor.sh <<EOF
#!/bin/sh