diff --git a/devel/got/Makefile b/devel/got/Makefile index 0ce1f0ec035d..eb6aec873b0b 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,33 +1,33 @@ PORTNAME= got -PORTVERSION= 0.67 +PORTVERSION= 0.68 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 60deb3f6afbc..b37137c8b150 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1645215179 -SHA256 (got-0.67.tar.gz) = b76d09225a90bcae2d3ec01096c20c2b35fc951d2db576b0efd2940e1c08cdf6 -SIZE (got-0.67.tar.gz) = 588365 +TIMESTAMP = 1647960922 +SHA256 (got-0.68.tar.gz) = a6a5ec216e663ddd3e4c5d1e0eac825f0035b20ccee8b20ecba4f8ff7b7870fd +SIZE (got-0.68.tar.gz) = 599885 diff --git a/devel/got/files/patch-lib_pack__create.c b/devel/got/files/patch-lib_pack__create.c deleted file mode 100644 index df23013fb387..000000000000 --- a/devel/got/files/patch-lib_pack__create.c +++ /dev/null @@ -1,10 +0,0 @@ ---- 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/pkg-plist b/devel/got/pkg-plist index 655bff5df772..a4b22a2ad18b 100644 --- a/devel/got/pkg-plist +++ b/devel/got/pkg-plist @@ -1,20 +1,21 @@ bin/got bin/gotadmin bin/tog libexec/got-fetch-pack libexec/got-index-pack libexec/got-read-blob libexec/got-read-commit libexec/got-read-gitconfig libexec/got-read-gotconfig libexec/got-read-object libexec/got-read-pack +libexec/got-read-patch 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 man/man5/git-repository.5.gz man/man5/got-worktree.5.gz man/man5/got.conf.5.gz