Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Feb 2021 13:23:33 +0000 (UTC)
From:      Christian Weisgerber <naddy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564945 - head/devel/got
Message-ID:  <202102111323.11BDNXuX078719@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Thu Feb 11 13:23:32 2021
New Revision: 564945
URL: https://svnweb.freebsd.org/changeset/ports/564945

Log:
  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'

Modified:
  head/devel/got/Makefile
  head/devel/got/distinfo

Modified: head/devel/got/Makefile
==============================================================================
--- head/devel/got/Makefile	Thu Feb 11 13:22:24 2021	(r564944)
+++ head/devel/got/Makefile	Thu Feb 11 13:23:32 2021	(r564945)
@@ -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 \

Modified: head/devel/got/distinfo
==============================================================================
--- head/devel/got/distinfo	Thu Feb 11 13:22:24 2021	(r564944)
+++ head/devel/got/distinfo	Thu Feb 11 13:23:32 2021	(r564945)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102111323.11BDNXuX078719>