pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 16 12:05:26 UTC 2018

Modified Files:
        pkgsrc/devel/git: Makefile.version
        pkgsrc/devel/git-base: Makefile distinfo

Log Message:
git: updated to 2.20.1

Git v2.20.1:

This release is primarily to fix brown-paper-bag breakages in the
2.20.0 release.

Fixes since v2.20

 * A few newly added tests were not portable and caused minority
   platforms to report false breakages, which have been fixed.

 * Portability fix for a recent update to parse-options API.

 * "git help -a" did not work well when an overly long alias is
   defined, which has been corrected.

 * A recent update accidentally squelched an error message when the
   run_command API failed to run a missing command, which has been
   corrected.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/git/Makefile.version
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/git-base/Makefile
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/git-base/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/git/Makefile.version
diff -u pkgsrc/devel/git/Makefile.version:1.76 pkgsrc/devel/git/Makefile.version:1.77
--- pkgsrc/devel/git/Makefile.version:1.76      Sun Dec  9 20:29:13 2018
+++ pkgsrc/devel/git/Makefile.version   Sun Dec 16 12:05:26 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.76 2018/12/09 20:29:13 adam Exp $
+# $NetBSD: Makefile.version,v 1.77 2018/12/16 12:05:26 adam Exp $
 #
 # used by devel/git/Makefile.common
 # used by devel/git-cvs/Makefile
 # used by devel/git-svn/Makefile
 
-GIT_VERSION=   2.20.0
+GIT_VERSION=   2.20.1

Index: pkgsrc/devel/git-base/Makefile
diff -u pkgsrc/devel/git-base/Makefile:1.61 pkgsrc/devel/git-base/Makefile:1.62
--- pkgsrc/devel/git-base/Makefile:1.61 Thu Dec 13 19:51:47 2018
+++ pkgsrc/devel/git-base/Makefile      Sun Dec 16 12:05:26 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.61 2018/12/13 19:51:47 adam Exp $
+# $NetBSD: Makefile,v 1.62 2018/12/16 12:05:26 adam Exp $
 
-PKGREVISION= 1
 .include "../../devel/git/Makefile.common"
 
 PKGNAME=       git-base-${GIT_VERSION}

Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.86 pkgsrc/devel/git-base/distinfo:1.87
--- pkgsrc/devel/git-base/distinfo:1.86 Sun Dec  9 20:29:13 2018
+++ pkgsrc/devel/git-base/distinfo      Sun Dec 16 12:05:26 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.86 2018/12/09 20:29:13 adam Exp $
+$NetBSD: distinfo,v 1.87 2018/12/16 12:05:26 adam Exp $
 
-SHA1 (git-2.20.0.tar.xz) = 49e3627da0184e4be19ef85bae17bb7fc9b77a05
-RMD160 (git-2.20.0.tar.xz) = c051a447e54f7e3c532a9337a310382370677501
-SHA512 (git-2.20.0.tar.xz) = b1d9244545564651f6ed23b3227145bc637f6b62bdcd8f9ff354e67662170e5ca7f92ab9d7e2a0e5c3b0a2644c695e42f0fb1a727ba6aae000afa022be807065
-Size (git-2.20.0.tar.xz) = 5359684 bytes
+SHA1 (git-2.20.1.tar.xz) = 58dca49db21f4bebf56f8861f15800f1c57c5ee3
+RMD160 (git-2.20.1.tar.xz) = ff8f36f600a2eef543d8701110748827397bbc9a
+SHA512 (git-2.20.1.tar.xz) = 3f05ea3a645d4d74c7380b03e2de39f893ff77a05d8b595ce30300d1d4e032f11d84952366096f8effd5fba18dfa5ebb946bc07a984eb7cbbda113cb88202f6c
+Size (git-2.20.1.tar.xz) = 5359872 bytes
 SHA1 (patch-Makefile) = 41955729837095abc055850751cce19023e7a2d1
 SHA1 (patch-ac) = e5d2112d158fe493a89b244a10d2e4b998a23d98
 SHA1 (patch-af) = 06460f220b4703a1ff98809006ec1aed5017bb23



Home | Main Index | Thread Index | Old Index