From owner-svn-ports-all@freebsd.org Wed Sep 30 19:04:48 2020 Return-Path: Delivered-To: svn-ports-all@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 869E742EBC1; Wed, 30 Sep 2020 19:04:48 +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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C1m0J33dTz4fbF; Wed, 30 Sep 2020 19:04:48 +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 4D017241E0; Wed, 30 Sep 2020 19:04:48 +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 08UJ4m2d025475; Wed, 30 Sep 2020 19:04:48 GMT (envelope-from naddy@FreeBSD.org) Received: (from naddy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08UJ4lH1025473; Wed, 30 Sep 2020 19:04:47 GMT (envelope-from naddy@FreeBSD.org) Message-Id: <202009301904.08UJ4lH1025473@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: naddy set sender to naddy@FreeBSD.org using -f From: Christian Weisgerber Date: Wed, 30 Sep 2020 19:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550734 - in head/devel/got: . files X-SVN-Group: ports-head X-SVN-Commit-Author: naddy X-SVN-Commit-Paths: in head/devel/got: . files X-SVN-Commit-Revision: 550734 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Sep 2020 19:04:48 -0000 Author: naddy Date: Wed Sep 30 19:04:47 2020 New Revision: 550734 URL: https://svnweb.freebsd.org/changeset/ports/550734 Log: Update to 0.42. User-visible changes: - add "branch" keyword to got.conf which specifies a list of branches to fetch - rework got's commit-time log message modification check Deleted: head/devel/got/files/patch-got_got.c head/devel/got/files/patch-lib_object__create.c head/devel/got/files/patch-libexec_got-index-pack_got-index-pack.c head/devel/got/files/patch-libexec_got-read-gotconfig_parse.y head/devel/got/files/patch-tog_tog.c Modified: head/devel/got/Makefile head/devel/got/distinfo Modified: head/devel/got/Makefile ============================================================================== --- head/devel/got/Makefile Wed Sep 30 18:54:46 2020 (r550733) +++ head/devel/got/Makefile Wed Sep 30 19:04:47 2020 (r550734) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= got -PORTVERSION= 0.41 -PORTREVISION= 1 +PORTVERSION= 0.42 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/ Modified: head/devel/got/distinfo ============================================================================== --- head/devel/got/distinfo Wed Sep 30 18:54:46 2020 (r550733) +++ head/devel/got/distinfo Wed Sep 30 19:04:47 2020 (r550734) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601035123 -SHA256 (got-0.41.tar.gz) = a0d2658d93c77de07bdf7fc3f65e0f25c4bd5332411f3344e27e7f13d1beeee1 -SIZE (got-0.41.tar.gz) = 444454 +TIMESTAMP = 1601492035 +SHA256 (got-0.42.tar.gz) = d5b976942cc630026fda401b903860bcd145a187d64231e062b57a6bc8a63d67 +SIZE (got-0.42.tar.gz) = 444954