diff --git a/devel/got/Makefile b/devel/got/Makefile index fa73fde04ca3..0ce1f0ec035d 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,33 +1,33 @@ PORTNAME= got -PORTVERSION= 0.66 +PORTVERSION= 0.67 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 CONFLICTS_INSTALL= p5-App-GitGot # 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 regress: @(cd ${WRKSRC}/regress && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} regress) .include diff --git a/devel/got/distinfo b/devel/got/distinfo index f133f4ba0f3f..60deb3f6afbc 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -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 diff --git a/devel/got/files/patch-got_Makefile b/devel/got/files/patch-got_Makefile index 0d9181a70843..fe501a4835a5 100644 --- a/devel/got/files/patch-got_Makefile +++ b/devel/got/files/patch-got_Makefile @@ -1,11 +1,11 @@ ---- 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 -realinstall: - ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} \ - -m ${BINMODE} ${PROG} ${BINDIR}/${PROG} - .include diff --git a/devel/got/files/patch-lib_pack__create.c b/devel/got/files/patch-lib_pack__create.c new file mode 100644 index 000000000000..df23013fb387 --- /dev/null +++ b/devel/got/files/patch-lib_pack__create.c @@ -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 + #include + ++#include + #include + #include + #include diff --git a/devel/got/files/patch-regress_cmdline_commit.sh b/devel/got/files/patch-regress_cmdline_commit.sh index 5bc4a9192ecb..82497661191a 100644 --- a/devel/got/files/patch-regress_cmdline_commit.sh +++ b/devel/got/files/patch-regress_cmdline_commit.sh @@ -1,11 +1,11 @@ ---- 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 < $testroot/editor.sh < $testroot/editor.sh < $testroot/editor.sh < $testroot/editor.sh <