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:           Sun Sep 22 15:09:07 UTC 2019

Modified Files:
        pkgsrc/net/hub: Makefile distinfo

Log Message:
hub: Update to 2.12.6

Changes:
2.12.6
------
  * Fix Windows build

2.12.5
------
  * Correctly resolve ~/.ssh/config hostname aliases on Windows
  * Added hub pr to fish completions script
  * Have fish completions script wrap git if hub is aliased

2.12.4
------
Bug fixes
  * Fix invocation of hub --paginate
  * Consistently expand all occurrences of {owner} and {repo} in hub api
  * Docs: unlist %NC/%Nc among available fields in hub pr list --format

Enhancements
  * GitHub Actions compatibility: infer GITHUB_USER value from
    GITHUB_REPOSITORY if available
  * Handle TERM signal during password prompt in terminal
  * Use consistent quote style in hub sync output


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.18 -r1.19 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.30 pkgsrc/net/hub/Makefile:1.31
--- pkgsrc/net/hub/Makefile:1.30        Wed Aug 14 15:45:45 2019
+++ pkgsrc/net/hub/Makefile     Sun Sep 22 15:09:07 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2019/08/14 15:45:45 bsiegert Exp $
+# $NetBSD: Makefile,v 1.31 2019/09/22 15:09:07 leot Exp $
 
-DISTNAME=      hub-2.12.3
-PKGREVISION=   1
+DISTNAME=      hub-2.12.6
 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.18 pkgsrc/net/hub/distinfo:1.19
--- pkgsrc/net/hub/distinfo:1.18        Sun Jul 21 12:39:44 2019
+++ pkgsrc/net/hub/distinfo     Sun Sep 22 15:09:07 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2019/07/21 12:39:44 leot Exp $
+$NetBSD: distinfo,v 1.19 2019/09/22 15:09:07 leot Exp $
 
-SHA1 (hub-2.12.3.tar.gz) = f5c0b82917d5a26e61524e6d3dbe767cf65436bf
-RMD160 (hub-2.12.3.tar.gz) = 8f608d7f310d9b1973b61bbda36e4ceeed7fa7ad
-SHA512 (hub-2.12.3.tar.gz) = 8bb433d4a0079cb6f30014650bb5e2dafc1ba7b8c65340886f157ae9b6785f170b13c6db1b11f6334835fc312470f5b0f57b563d665af4bbe44f116fd7af75cf
-Size (hub-2.12.3.tar.gz) = 1623944 bytes
+SHA1 (hub-2.12.6.tar.gz) = 6ce4fe4056eaa2ad761e0a9a0a82e7a746ddf6d3
+RMD160 (hub-2.12.6.tar.gz) = 90c59a89e1e64d61858e1117c7e7f1a945eeca34
+SHA512 (hub-2.12.6.tar.gz) = ff15bd3f136783d3b8c7885dfc54fdaa8cbc656558dccdc4354d0ee3f7535fe8bbd958c83b37a780ff4c6bd3dec096e9ca42610401aaffa6375422b9a1181e7f
+Size (hub-2.12.6.tar.gz) = 1624842 bytes



Home | Main Index | Thread Index | Old Index