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:           Fri Jan 18 21:05:40 UTC 2019

Modified Files:
        pkgsrc/net/hub: Makefile distinfo
        pkgsrc/net/hub/files: hub.1

Log Message:
hub: Update to 2.7.1

Changes:
2.7.1
-----
* Respect chosen Enterprise host on `hub init -g`
* Ensure consistent order of options when prompted to choose between
  multiple configured GitHub hosts
* Ensure alphabetical sort of `hub issue labels` output
* Improve contrast of label text vs. its background color
* Various documentation formatting tweaks


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/hub/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/hub/files/hub.1

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.15 pkgsrc/net/hub/Makefile:1.16
--- pkgsrc/net/hub/Makefile:1.15        Tue Jan  1 00:17:29 2019
+++ pkgsrc/net/hub/Makefile     Fri Jan 18 21:05:40 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2019/01/01 00:17:29 leot Exp $
+# $NetBSD: Makefile,v 1.16 2019/01/18 21:05:40 leot Exp $
 
-DISTNAME=      hub-2.7.0
+DISTNAME=      hub-2.7.1
 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.9 pkgsrc/net/hub/distinfo:1.10
--- pkgsrc/net/hub/distinfo:1.9 Tue Jan  1 00:17:29 2019
+++ pkgsrc/net/hub/distinfo     Fri Jan 18 21:05:40 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2019/01/01 00:17:29 leot Exp $
+$NetBSD: distinfo,v 1.10 2019/01/18 21:05:40 leot Exp $
 
-SHA1 (hub-2.7.0.tar.gz) = 5742f0cd073cccbd1efa4071cc2dda47bf6685af
-RMD160 (hub-2.7.0.tar.gz) = e3b5fdf2aeffc5eafaff023ab13f4becab618c9e
-SHA512 (hub-2.7.0.tar.gz) = 77223b0860bac42195dfc43e9164f5da446e414e32d0d3caa931f30e5b06d6f65cd69caa2f5097285a91d2ddb48265dfedec9dd8b361417556ff38782fa1a17c
-Size (hub-2.7.0.tar.gz) = 997861 bytes
+SHA1 (hub-2.7.1.tar.gz) = 40049df7baaba79dd60c495a3aee85228d4aa1b8
+RMD160 (hub-2.7.1.tar.gz) = f814fed0042be3fe53838d9ede21da64091499d8
+SHA512 (hub-2.7.1.tar.gz) = 71232e443821dadc961d16f428cac01c0cc2adcd476e94727a5de430716826478803b8e6a881e2387103330122dd603180b546c99823c3c36942674185141714
+Size (hub-2.7.1.tar.gz) = 998391 bytes

Index: pkgsrc/net/hub/files/hub.1
diff -u pkgsrc/net/hub/files/hub.1:1.6 pkgsrc/net/hub/files/hub.1:1.7
--- pkgsrc/net/hub/files/hub.1:1.6      Tue Jan  1 00:17:29 2019
+++ pkgsrc/net/hub/files/hub.1  Fri Jan 18 21:05:40 2019
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "HUB" "1" "December 2018" "" ""
+.TH "HUB" "1" "January 2019" "" ""
 .
 .SH "NAME"
 \fBhub\fR \- make git easier with GitHub



Home | Main Index | Thread Index | Old Index