pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/hub



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Jan 21 14:17:40 UTC 2020

Modified Files:
        pkgsrc/net/hub: Makefile distinfo

Log Message:
hub: Update to 2.14.0

Changes:
2.14.0
------
Features:
 * New command: `hub issue update` #2432
 * New command: `hub issue transfer` #2363
 * Support git flag `hub version --build-options` #2440
 * Refuse to follow HTTP 301/302 redirects for non-GET requests #2442

Fixes:
 * Fix `hub help <cmd>` on Windows #2384
 * Ensure that `grep` command is being used in shell completions #2390
 * Consult global `git config color.ui` setting when `--color=auto` #2378

Improvements:
 * Print more user-friendly HTTP 40x errors #2446
 * Enable debugging file uploads via `HUB_VERBOSE=1 hub release create -a <file>`
 * Improve parsing malformed YAML config files #2380


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/hub/distinfo

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

Modified files:

Index: pkgsrc/net/hub/Makefile
diff -u pkgsrc/net/hub/Makefile:1.37 pkgsrc/net/hub/Makefile:1.38
--- pkgsrc/net/hub/Makefile:1.37        Fri Jan 10 13:32:10 2020
+++ pkgsrc/net/hub/Makefile     Tue Jan 21 14:17:40 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2020/01/10 13:32:10 bsiegert Exp $
+# $NetBSD: Makefile,v 1.38 2020/01/21 14:17:40 leot Exp $
 
-DISTNAME=      hub-2.13.0
-PKGREVISION=   2
+DISTNAME=      hub-2.14.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=github/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/hub/distinfo
diff -u pkgsrc/net/hub/distinfo:1.20 pkgsrc/net/hub/distinfo:1.21
--- pkgsrc/net/hub/distinfo:1.20        Thu Jan  2 11:52:48 2020
+++ pkgsrc/net/hub/distinfo     Tue Jan 21 14:17:40 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/01/02 11:52:48 leot Exp $
+$NetBSD: distinfo,v 1.21 2020/01/21 14:17:40 leot Exp $
 
-SHA1 (hub-2.13.0.tar.gz) = 3069d842617461ed5708e767d8ed0de7a7f838c7
-RMD160 (hub-2.13.0.tar.gz) = 97deb67284fe6c5cf85b1e3376618924c78b06ff
-SHA512 (hub-2.13.0.tar.gz) = 77cc86948a4725a56b09eacdecb3227b46022de93f6ca8eb298441e32bda83cd8e6bb7874e029caae06852c6edcedfaa19382599d6f6ad9760663ff2573d2342
-Size (hub-2.13.0.tar.gz) = 2074748 bytes
+SHA1 (hub-2.14.0.tar.gz) = e4c1a0803aff65cfac4f753b931c558b990c1ee7
+RMD160 (hub-2.14.0.tar.gz) = eeaa9da8afcabb8b80acc6c636665ee5b0981700
+SHA512 (hub-2.14.0.tar.gz) = c55a86d5fc1376a8e7e09c9044be5200be8b546feec3e35694a59d67b696bb344a9bb5c3f46c8c571b59cb3a79e0a0a9729d5cad63ad857e974e32ca8602eaf1
+Size (hub-2.14.0.tar.gz) = 2077278 bytes



Home | Main Index | Thread Index | Old Index