Index: head/devel/got/Makefile =================================================================== --- head/devel/got/Makefile (revision 569058) +++ head/devel/got/Makefile (revision 569059) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.50 +PORTVERSION= 0.51 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 569058) +++ head/devel/got/distinfo (revision 569059) @@ -1,3 +1,3 @@ -TIMESTAMP = 1616425596 -SHA256 (got-0.50.tar.gz) = 55cbfb9e341fb1ef8761593060030438a89c9ae7a5275dbd1aa6a6013cfef899 -SIZE (got-0.50.tar.gz) = 493640 +TIMESTAMP = 1616533460 +SHA256 (got-0.51.tar.gz) = 03ca8a071f1126b9ba1739eb9d610bb26c13c730c002ead71b20656a45701319 +SIZE (got-0.51.tar.gz) = 493879 Index: head/devel/got/files/patch-lib_deltify.c =================================================================== --- head/devel/got/files/patch-lib_deltify.c (revision 569058) +++ head/devel/got/files/patch-lib_deltify.c (nonexistent) @@ -1,12 +0,0 @@ -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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -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 (revision 569058) +++ head/devel/got/files/patch-lib_worktree.c (nonexistent) @@ -1,12 +0,0 @@ -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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property