From owner-svn-ports-head@freebsd.org Thu Feb 11 13:23:33 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D3FBF547A82; Thu, 11 Feb 2021 13:23:33 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dby4j5kyjz3l42; Thu, 11 Feb 2021 13:23:33 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B7C5511776; Thu, 11 Feb 2021 13:23:33 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11BDNXJV078721; Thu, 11 Feb 2021 13:23:33 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11BDNXuX078719; Thu, 11 Feb 2021 13:23:33 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <202102111323.11BDNXuX078719@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Thu, 11 Feb 2021 13:23:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564945 - head/devel/got X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: head/devel/got X-SVN-Commit-Revision: 564945 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2021 13:23:33 -0000 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