svn commit: r550734 - in head/devel/got: . files

Christian Weisgerber naddy at FreeBSD.org
Wed Sep 30 19:04:48 UTC 2020


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


More information about the svn-ports-all mailing list