From 9e99d4695d70fcc9d39b92bb71b93dbdbe7dddc6 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Thu, 11 Feb 2021 13:23:32 +0000 Subject: [PATCH] devel/got: update to 0.49 User-visible changes: - implicitly mark all files in work tree as up-to-date after 'got integrate' - tog: fix behaviour if 'n' is pressed before search is started - in 'got clone', allow -l together with -q, for consistency with 'got fetch' - add 'got commit -F' option to commit with a log message stored in a file - tolerate tag objects which lack tagger timestamp information - include remote branches in the output of 'got branch -l' --- devel/got/Makefile | 4 +++- devel/got/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/got/Makefile b/devel/got/Makefile index 0ec3e82ec1e5..de63b7d7be88 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.48 +PORTVERSION= 0.49 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ @@ -13,6 +13,8 @@ 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 \ diff --git a/devel/got/distinfo b/devel/got/distinfo index 1c9961cb52eb..c32a6c4f9699 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611355097 -SHA256 (got-0.48.tar.gz) = b2a4268037f66313328d36ef6ed6be285b15ec3054b2669dd9989db68f06e4c3 -SIZE (got-0.48.tar.gz) = 483588 +TIMESTAMP = 1613049215 +SHA256 (got-0.49.tar.gz) = a6738bcb121ded3d81e7775527defd9c40e1ed1f69ff7207534e6230b8bc9d84 +SIZE (got-0.49.tar.gz) = 484890