diff options
author | leot <leot@pkgsrc.org> | 2019-02-24 13:14:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-02-24 13:14:43 +0000 |
commit | c8839b6dda8cd5e3563dd424962b0dbfc65b34ed (patch) | |
tree | 6845739fe9335daa43d6e495fdc0395b93ec2d7e /net/hub/Makefile | |
parent | 7a492cf800c23fff9dfc9c11befccc689c652167 (diff) | |
download | pkgsrc-c8839b6dda8cd5e3563dd424962b0dbfc65b34ed.tar.gz |
hub: Update to 2.10.0
Changes:
2.10.0
------
Features
- New hub pr list --format fields %pS and %pC for PR state and color
o %pS: "open", "draft", "merged", or "closed"
o %pC: green, gray, purple, or red
- Have commands with rich output respect the --color flag
o default: --color=auto
o --color is equivalent to --color=always
o --color=never disables color for TTYs
Fixes
- Make man pages parseable with whatis
- Make hub checkout work independently of remote refspec
Diffstat (limited to 'net/hub/Makefile')
-rw-r--r-- | net/hub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hub/Makefile b/net/hub/Makefile index 7e0d4212ca9..cf216f25794 100644 --- a/net/hub/Makefile +++ b/net/hub/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2019/02/14 18:19:37 leot Exp $ +# $NetBSD: Makefile,v 1.20 2019/02/24 13:14:43 leot Exp $ -DISTNAME= hub-2.9.0 +DISTNAME= hub-2.10.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=github/} GITHUB_TAG= v${PKGVERSION_NOREV} |