diff --git a/devel/got/Makefile b/devel/got/Makefile index 46c5d76e224a..282e2b3746b2 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,35 +1,34 @@ PORTNAME= got -DISTVERSION= 0.93 -PORTREVISION= 1 +DISTVERSION= 0.94 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ MAINTAINER= naddy@FreeBSD.org COMMENT= Game of Trees version control system WWW= https://gameoftrees.org 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 62c466be21b5..dddb8a19e81a 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695042945 -SHA256 (got-0.93.tar.gz) = 62320089c7a16c74044f1f65d2c18ae0d1045854cd693afef476d88f50128822 -SIZE (got-0.93.tar.gz) = 931365 +TIMESTAMP = 1701274184 +SHA256 (got-0.94.tar.gz) = 1296d30254ecd9a77474a5ad46553c1eaf3eb6c097d52e5cac6c6c8ced3391b2 +SIZE (got-0.94.tar.gz) = 923244 diff --git a/devel/got/files/patch-lib_repository.c b/devel/got/files/patch-lib_repository.c deleted file mode 100644 index 68b194262533..000000000000 --- a/devel/got/files/patch-lib_repository.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/repository.c.orig 2023-09-29 20:30:16 UTC -+++ lib/repository.c -@@ -947,6 +947,8 @@ got_repo_remote_repo_dup(struct got_remote_repo **newp - - new->mirror_references = repo->mirror_references; - -+ new->fetch_all_branches = repo->fetch_all_branches; -+ - new->nfetch_branches = repo->nfetch_branches; - if (repo->fetch_branches) { - new->fetch_branches = calloc(repo->nfetch_branches,