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:           Wed Dec 12 10:09:05 UTC 2018

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

Log Message:
hub: Update net/hub to 2.6.1

Changes:
2.6.1
-----
- Fix using git aliases for git 2.20
- Add support for passing multiple --message options for compatibility
  with git
- Allow the %h token in HostName value read from ssh config


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/hub/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/hub/distinfo
cvs rdiff -u -r1.4 -r1.5 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.12 pkgsrc/net/hub/Makefile:1.13
--- pkgsrc/net/hub/Makefile:1.12        Sun Nov  4 18:38:04 2018
+++ pkgsrc/net/hub/Makefile     Wed Dec 12 10:09:05 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/11/04 18:38:04 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2018/12/12 10:09:05 leot Exp $
 
-DISTNAME=      hub-2.6.0
-PKGREVISION=   1
+DISTNAME=      hub-2.6.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.7 pkgsrc/net/hub/distinfo:1.8
--- pkgsrc/net/hub/distinfo:1.7 Wed Oct 31 08:35:32 2018
+++ pkgsrc/net/hub/distinfo     Wed Dec 12 10:09:05 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/10/31 08:35:32 leot Exp $
+$NetBSD: distinfo,v 1.8 2018/12/12 10:09:05 leot Exp $
 
-SHA1 (hub-2.6.0.tar.gz) = 3dc5e55321f0f25adb87c4443cb7992d8d5013ce
-RMD160 (hub-2.6.0.tar.gz) = a31c1271abc542c29c57845818875aa22241ad84
-SHA512 (hub-2.6.0.tar.gz) = 07a9f6d4362818adf68b4d0f43ed0f4b9bddfe347a6b7e10146b84b04e2699864361e629b19560f97c3ea4cf8ec020dc9ec52f9f156f3969b18e9085054f281f
-Size (hub-2.6.0.tar.gz) = 994022 bytes
+SHA1 (hub-2.6.1.tar.gz) = 872a08ac985577518124cc75eadda63ccc447601
+RMD160 (hub-2.6.1.tar.gz) = 10537a5796d18c9e0267044a599f8028f7df29ca
+SHA512 (hub-2.6.1.tar.gz) = a3aed611455de88a5b410887717aeb28b8837a74b437848c53903ccc809e758678643471ee7b14903ee147417754b0d443aede63e4f69a0e4b252c6a5ab619e3
+Size (hub-2.6.1.tar.gz) = 994752 bytes

Index: pkgsrc/net/hub/files/hub.1
diff -u pkgsrc/net/hub/files/hub.1:1.4 pkgsrc/net/hub/files/hub.1:1.5
--- pkgsrc/net/hub/files/hub.1:1.4      Wed Oct 31 08:35:32 2018
+++ pkgsrc/net/hub/files/hub.1  Wed Dec 12 10:09:05 2018
@@ -1,7 +1,7 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "HUB" "1" "October 2018" "" ""
+.TH "HUB" "1" "December 2018" "" ""
 .
 .SH "NAME"
 \fBhub\fR \- make git easier with GitHub



Home | Main Index | Thread Index | Old Index