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: Sat Jun 15 15:28:11 UTC 2019
Modified Files:
pkgsrc/net/hub: Makefile distinfo
Log Message:
hub: Update to 2.12.0
Changes:
2.12.0
------
## Features
* Add `hub pr show [<number>]` command to open a pull request in the browser
* Add `hub api --paginate` option to automatically fetch all pages of results
* Add `hub pull-request --no-maintainer-edits` flag to disallow project
maintainers being able to push to your branch
* `hub issue -M` can now accept milestone names instead of just numbers
* Abort `hub pull-request` with a helpful error message if the current branch
wasn't pushed to a git remote
* Drop support for legacy `hub.http-clone` git config value
## Fixes
* Fix querying git configuration when GIT_TRACE is used
* Support detached HEAD if `hub pull-request --head` was passed
* Fix newline in `hub create` error message
* Ensure HTTP connection reuse across API calls
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.14 -r1.15 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.25 pkgsrc/net/hub/Makefile:1.26
--- pkgsrc/net/hub/Makefile:1.25 Mon May 27 15:18:29 2019
+++ pkgsrc/net/hub/Makefile Sat Jun 15 15:28:11 2019
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.25 2019/05/27 15:18:29 bsiegert Exp $
+# $NetBSD: Makefile,v 1.26 2019/06/15 15:28:11 leot Exp $
-DISTNAME= hub-2.11.2
-PKGREVISION= 2
+DISTNAME= hub-2.12.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=github/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= leot%NetBSD.org@localhost
HOMEPAGE= https://hub.github.com/
-COMMENT= hub helps you win at git
+COMMENT= Command-line tool that makes git easier to use with GitHub
LICENSE= mit
GO_DIST_BASE= ${DISTNAME}
Index: pkgsrc/net/hub/distinfo
diff -u pkgsrc/net/hub/distinfo:1.14 pkgsrc/net/hub/distinfo:1.15
--- pkgsrc/net/hub/distinfo:1.14 Sun Apr 14 19:11:44 2019
+++ pkgsrc/net/hub/distinfo Sat Jun 15 15:28:11 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2019/04/14 19:11:44 leot Exp $
+$NetBSD: distinfo,v 1.15 2019/06/15 15:28:11 leot Exp $
-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
+SHA1 (hub-2.12.0.tar.gz) = c26b2401655e6a3bfe50ed31799bf8e95e8745b9
+RMD160 (hub-2.12.0.tar.gz) = e5022ea0ff49cd90c9e532b28e265684299cec29
+SHA512 (hub-2.12.0.tar.gz) = 5246070238e3c021b57e334989f01bde2b48c51a3a1bd8f419ea3e0bb9697048d1c8f58e2bfdac17ef3ed8996d6f1cd41a09f3d93c641c6eb404e0fcae9bae11
+Size (hub-2.12.0.tar.gz) = 1623350 bytes
Home |
Main Index |
Thread Index |
Old Index