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 Jun 10 12:14:30 UTC 2018

Modified Files:
        pkgsrc/net/hub: Makefile distinfo

Log Message:
hub: Update net/hub to 2.4.0

Changes:
2.4.0
-----
### Features
* `hub delete [<OWNER>/]<REPO>`
* Add `hub compare --copy` flag
* Add `hub release --format=<FORMAT>` option
* Add `hub pull-request --no-edit` flag
* When checking out a pull request, ensure that `git push`with no arguments
  works
* Support XDG Base Directory Specification

### Tweaks
* Enable `hub pr list -h <BRANCH>` when owner isn't specified
* Include `docs/` in list of locations to look up pull request and issue
  templates in


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.3 -r1.4 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.6 pkgsrc/net/hub/Makefile:1.7
--- pkgsrc/net/hub/Makefile:1.6 Sun Jun 10 10:42:56 2018
+++ pkgsrc/net/hub/Makefile     Sun Jun 10 12:14:30 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/06/10 10:42:56 leot Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/10 12:14:30 leot Exp $
 
-DISTNAME=      hub-2.3.0
-PKGREVISION=   1
+DISTNAME=      hub-2.4.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.3 pkgsrc/net/hub/distinfo:1.4
--- pkgsrc/net/hub/distinfo:1.3 Sun Jun 10 10:42:56 2018
+++ pkgsrc/net/hub/distinfo     Sun Jun 10 12:14:30 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2018/06/10 10:42:56 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/06/10 12:14:30 leot Exp $
 
-SHA1 (hub-2.3.0.tar.gz) = 5e88d5f1226d21f129d844d7a2daaf72297fd040
-RMD160 (hub-2.3.0.tar.gz) = 9f1ce6f14d35f550e5bc3b7c845519cf5b5d9aac
-SHA512 (hub-2.3.0.tar.gz) = 560b4efde80d9074111b2adcf7fe29ce751d2bc185d5e5f9a86b05dbc62f9df9d712a5684c8ff9acd73047d2eb99735beb087a69f23cf162a14488655fd77bdf
-Size (hub-2.3.0.tar.gz) = 978882 bytes
+SHA1 (hub-2.4.0.tar.gz) = 4b04365f84169eede7e1414838fde2017a869102
+RMD160 (hub-2.4.0.tar.gz) = 2bec11625461b6ca68632c9486bf9ded383c514f
+SHA512 (hub-2.4.0.tar.gz) = 302a508b7353ed96f969d399d87cd395b5561490c41f46043969a49eaa997a63d2649b3f6f23a565f1b8c821f93c4db1b8c7104c85d0b08fc6d96f03e765f2f7
+Size (hub-2.4.0.tar.gz) = 984312 bytes
 SHA1 (patch-github_editor.go) = fa21efb055ea91c689eceb676548cf528a6aaefe



Home | Main Index | Thread Index | Old Index