Index: head/devel/got/Makefile =================================================================== --- head/devel/got/Makefile (revision 569033) +++ head/devel/got/Makefile (revision 569034) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ MAINTAINER= naddy@FreeBSD.org COMMENT= Game of Trees version control system LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENCE USES= uidfix # Insert #include "openbsd-compat.h" into each source file, # after the <...> includes and before the "..." ones. n= ${.newline} post-extract: @${FIND} ${WRKSRC} -name '*.[cy]' -exec \ ${REINPLACE_CMD} '1,/^#include "/{ \ /^#include "/i\$n#include "openbsd-compat.h"\$n$n}' \ {} + ${CP} -R ${FILESDIR}/openbsd-compat ${WRKSRC} # The regression test suite requires: # installed got # installed git # ssh to 127.0.0.1 run-test: @(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress) .include Index: head/devel/got/distinfo =================================================================== --- head/devel/got/distinfo (revision 569033) +++ head/devel/got/distinfo (revision 569034) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613049215 -SHA256 (got-0.49.tar.gz) = a6738bcb121ded3d81e7775527defd9c40e1ed1f69ff7207534e6230b8bc9d84 -SIZE (got-0.49.tar.gz) = 484890 +TIMESTAMP = 1616425596 +SHA256 (got-0.50.tar.gz) = 55cbfb9e341fb1ef8761593060030438a89c9ae7a5275dbd1aa6a6013cfef899 +SIZE (got-0.50.tar.gz) = 493640 Index: head/devel/got/files/patch-lib_deltify.c =================================================================== --- head/devel/got/files/patch-lib_deltify.c (nonexistent) +++ head/devel/got/files/patch-lib_deltify.c (revision 569034) @@ -0,0 +1,12 @@ +https://git.gameoftrees.org/gitweb/?p=got.git;a=commitdiff;h=22403ab7111504d4c33872ec85a46d2eaf21a95b + +--- lib/deltify.c.orig 2021-03-22 16:14:59 UTC ++++ lib/deltify.c +@@ -19,6 +19,7 @@ + #include + + #include ++#include + #include + #include + #include Property changes on: head/devel/got/files/patch-lib_deltify.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/got/files/patch-lib_worktree.c =================================================================== --- head/devel/got/files/patch-lib_worktree.c (nonexistent) +++ head/devel/got/files/patch-lib_worktree.c (revision 569034) @@ -0,0 +1,12 @@ +https://git.gameoftrees.org/gitweb/?p=got.git;a=commitdiff;h=4cc1f028ad995562d5037a1c8c54a241956d9dbb + +--- lib/worktree.c.orig 2021-03-23 14:40:09 UTC ++++ lib/worktree.c +@@ -1733,6 +1733,7 @@ get_file_status(unsigned char *status, struct stat *sb + unsigned char staged_status = get_staged_status(ie); + + *status = GOT_STATUS_NO_CHANGE; ++ memset(sb, 0, sizeof(*sb)); + + /* + * Whenever the caller provides a directory descriptor and a Property changes on: head/devel/got/files/patch-lib_worktree.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/got/files/patch-regress_Makefile =================================================================== --- head/devel/got/files/patch-regress_Makefile (revision 569033) +++ head/devel/got/files/patch-regress_Makefile (revision 569034) @@ -1,8 +1,8 @@ ---- regress/Makefile.orig 2020-09-13 22:58:33 UTC +--- regress/Makefile.orig 2021-03-16 21:43:57 UTC +++ regress/Makefile @@ -1,3 +1,5 @@ - SUBDIR = cmdline delta idset path fetch + SUBDIR = cmdline delta deltify idset path fetch +SUBDIR_TARGETS+= regress + .include Index: head/devel/got/files/patch-regress_cmdline_commit.sh =================================================================== --- head/devel/got/files/patch-regress_cmdline_commit.sh (nonexistent) +++ head/devel/got/files/patch-regress_cmdline_commit.sh (revision 569034) @@ -0,0 +1,11 @@ +--- regress/cmdline/commit.sh.orig 2021-03-22 15:59:28 UTC ++++ regress/cmdline/commit.sh +@@ -1376,7 +1376,7 @@ test_commit_prepared_logmsg() { + + cat > $testroot/editor.sh < $testroot/editor.sh < $testroot/editor.sh < ++.include Property changes on: head/devel/got/files/patch-regress_deltify_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property