diff options
author | leot <leot@pkgsrc.org> | 2018-12-12 10:09:05 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2018-12-12 10:09:05 +0000 |
commit | cc21b4e259c9dd85ddfdab5f044409586ed3476b (patch) | |
tree | 08dea4d194bcf3bfcf1da0e146cc8aacff1d13aa /net/hub/Makefile | |
parent | 0836acc8cc96614198d9c544d360bb99d903cdf1 (diff) | |
download | pkgsrc-cc21b4e259c9dd85ddfdab5f044409586ed3476b.tar.gz |
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
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 31cd8733b5d..438e00dd8db 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -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} |