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 Apr 14 19:11:44 UTC 2019

Modified Files:
        pkgsrc/net/hub: Makefile distinfo

Log Message:
hub: Update to 2.11.2

Changes:
2.11.2
------
  * Avoid crash in hub remote argument parsing
  * Fix hub -C mydir merge <URL> by propagating global git arguments to Before/
    After chains
  * Preserve tilde ~ character in man pages

2.11.1
------
  * Fix non-draft pull requests for certain repositories

2.11.0
------
  * Create draft pull requests with hub pull-request --draft
    Draft pull requests are considered work in progress: they don't
    automatically request others for review and they are not mergeable while in
    their draft state.

2.10.2
------
  * Fix compatibility with git when run with no arguments: hub --git-dir=.git
  * Fix issue/PR --format %L output in no-color mode

2.10.1
------
  * Fix writing over existing cache files in hub api
  * Allow repository names that start with a - character
  * List api among custom hub commands in help


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.13 -r1.14 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.22 pkgsrc/net/hub/Makefile:1.23
--- pkgsrc/net/hub/Makefile:1.22        Sat Mar 16 08:35:38 2019
+++ pkgsrc/net/hub/Makefile     Sun Apr 14 19:11:44 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/03/16 08:35:38 bsiegert Exp $
+# $NetBSD: Makefile,v 1.23 2019/04/14 19:11:44 leot Exp $
 
-DISTNAME=      hub-2.10.0
-PKGREVISION=   2
+DISTNAME=      hub-2.11.2
 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.13 pkgsrc/net/hub/distinfo:1.14
--- pkgsrc/net/hub/distinfo:1.13        Sun Feb 24 13:14:43 2019
+++ pkgsrc/net/hub/distinfo     Sun Apr 14 19:11:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2019/02/24 13:14:43 leot Exp $
+$NetBSD: distinfo,v 1.14 2019/04/14 19:11:44 leot Exp $
 
-SHA1 (hub-2.10.0.tar.gz) = 812091dfc6acae8bb91348bd4873d14cede55b55
-RMD160 (hub-2.10.0.tar.gz) = 05fc6824f79351931d4b12e84d6dd3ada27a5411
-SHA512 (hub-2.10.0.tar.gz) = 6ded3a57f73fec226234e9b727d676a61a3312825c98cfb5d908ca45c163326352859a126e8b6c7f2e2302badc25a60c9c04c9184e4afab81c9f23d4555a045e
-Size (hub-2.10.0.tar.gz) = 1042511 bytes
+SHA1 (hub-2.11.2.tar.gz) = b4fc389fbc24f54e9d73d4175ec97b6b37aac226
+RMD160 (hub-2.11.2.tar.gz) = f5849f9c64edc5a195d8b1623f050ba7bc2405f2
+SHA512 (hub-2.11.2.tar.gz) = 3b8230d1ee6619c2fe502cd3a7ad04aeab4ca77a6251c4d50c87addad3e3cbb043c8c102b080cb7a528e1d72f1ac6a59d8ca1c024f15601aa35b74961590420d
+Size (hub-2.11.2.tar.gz) = 1043892 bytes



Home | Main Index | Thread Index | Old Index