Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 22:43:40 +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: r554858 - head/devel/got
Message-ID:  <202011102243.0AAMhe2m088738@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: naddy
Date: Tue Nov 10 22:43:39 2020
New Revision: 554858
URL: https://svnweb.freebsd.org/changeset/ports/554858

Log:
  Update to 0.44.  User-visible changes:
  - detect unknown repository format extensions such as Git's sha256 extension
  - prevent a NULL dereference if 'got log -p' runs against a root commit
  - fix permissions mode bits for fetched pack files
  - clear staged file type in file index entries whenever staged status is cleared
  - fix replacing a file with a symlink during merges

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

Modified: head/devel/got/Makefile
==============================================================================
--- head/devel/got/Makefile	Tue Nov 10 22:40:09 2020	(r554857)
+++ head/devel/got/Makefile	Tue Nov 10 22:43:39 2020	(r554858)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	got
-PORTVERSION=	0.43
+PORTVERSION=	0.44
 CATEGORIES=	devel
 MASTER_SITES=	https://gameoftrees.org/releases/
 

Modified: head/devel/got/distinfo
==============================================================================
--- head/devel/got/distinfo	Tue Nov 10 22:40:09 2020	(r554857)
+++ head/devel/got/distinfo	Tue Nov 10 22:43:39 2020	(r554858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1603279167
-SHA256 (got-0.43.tar.gz) = 64ecad392a32243ab3252371ba27916f5e6fce8b41f37be7c727a6c2ff30de49
-SIZE (got-0.43.tar.gz) = 445698
+TIMESTAMP = 1605047903
+SHA256 (got-0.44.tar.gz) = eff4956c07ee0eaa62652cf57db8145782703d8799e383f4bd5576a969cc7526
+SIZE (got-0.44.tar.gz) = 447925



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