non port: devel/hub/distinfo |
SVNWeb
|
Number of commits found: 29 |
Tue, 21 Mar 2023
|
[ 12:53 Robert Clausecker (fuz) ] 43ee001
devel/hub: fix build on riscv64
Bump golang.org/x/sys dependency to a version new enough
to support riscv64-freebsd.
Sponsored by: Berliner Linux User Group e.V.
Approved by: portmgr (build fix blanket)
Differential Revision: https://reviews.freebsd.org/D39153
|
Wed, 11 Mar 2020
|
[ 13:41 egypcio ]
devel/hub: update 2.14.1 to 2.14.2
|
Tue, 4 Feb 2020
|
[ 12:14 egypcio ]
devel/hub: update 2.13.0 to 2.14.1
|
Fri, 15 Nov 2019
|
[ 10:43 egypcio ]
devel/hub: update 2.12.8 to 2.13.0
|
Thu, 17 Oct 2019
|
[ 18:21 egypcio ]
devel/hub: update 2.12.7 to 2.12.8
|
Wed, 25 Sep 2019
|
[ 16:54 egypcio ]
devel/hub: update 2.12.4 to 2.12.7
|
Thu, 19 Sep 2019
|
[ 15:35 egypcio ]
devel/hub: update 2.12.3 to 2.12.4
|
Mon, 5 Aug 2019
|
[ 12:24 egypcio ]
devel/hub: update 2.12.2 to 2.12.3
|
Sun, 14 Jul 2019
|
[ 14:21 egypcio ]
devel/hub: update 2.12.1 to 2.12.2
|
Wed, 3 Jul 2019
|
[ 17:27 egypcio ]
devel/hub: Switch to USES=go:modules, fix build with go1.13beta1
while here, update 2.12.0 to 2.12.1
PR: 238941
Reported by: Dmitri Goutnik <dg % syrec.org>
|
Mon, 24 Jun 2019
|
[ 08:24 egypcio ]
devel/hub: update 2.11.2 to 2.12.0
Approved by: mentors (implicit)
|
Wed, 17 Apr 2019
|
[ 15:03 egypcio ]
devel/hub: update 2.11.1 to 2.11.2
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D19936
|
Mon, 8 Apr 2019
|
[ 17:26 egypcio ]
devel/hub: update 2.10.0 to 2.11.1
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D19837
|
Tue, 26 Feb 2019
|
[ 09:00 egypcio ]
devel/hub: update 2.9.0 to 2.10.0
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D19345
|
Fri, 15 Feb 2019
|
[ 09:06 egypcio ]
devel/hub: update 2.7.0 to 2.9.0
- Shell Completion Files are installed by default;
- remove *_RUN_DEPENDS from the shell completion options;
- new option to chose backend to be used (D19117).
PR: 235598
Submitted by: swills
Approved by: rene (mentor)
Differential Revision: https://reviews.freebsd.org/D19028
|
Sat, 5 Jan 2019
|
[ 13:43 egypcio ]
devel/hub: update 2.6.1 to 2.7.0
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18698
|
Mon, 17 Dec 2018
|
[ 09:55 egypcio ]
devel/hub: update 2.6.0 to 2.6.1
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D18525
|
Thu, 8 Nov 2018
|
[ 07:42 egypcio ]
devel/hub: update to v2.6.0
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D17845
|
Sun, 2 Sep 2018
|
[ 15:01 mat ]
regular USE_GITHUB cleanup.
|
Fri, 24 Aug 2018
|
[ 17:57 swills ]
devel/hub: update to 2.5.1
PR: 230866
Submitted by: Vinicius Zavam <egypcio@googlemail.com> (maintainer)
|
Wed, 11 Jul 2018
|
[ 13:08 garga ]
Update devel/hub to version 2.5.0 and:
* adds LICENSE_FILE;
* pulls USES=go to build the port - without adding Go libs;
* removes shells/bash as BUILD_DEPENDS;
* presents Options Helpers to the Makefile
* offers a new shell completion for shells/fish.
Once shells/bash was NOT present in RUN_DEPENDS, its completions options is
NOT enabled by default.
PR: 229631
Submitted by: maintainer
Sponsored by: Rubicon Communications, LLC (Netgate)
Differential Revision: https://reviews.freebsd.org/D16194
|
Sat, 30 Jun 2018
|
[ 08:58 fernape ]
devel/hub: update to 2.4.0
* Give maintainership to egypcio@googlemail.com
* Create man page from .ronn file
PR: 229213
Submitted by: egypcio@googlemail.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15982
|
Sat, 8 Jul 2017
|
[ 03:37 swills ]
devel/hub: update to 2.2.9
PR: 220200
Submitted by: dereks@lifeofadishwasher.com
Approved by: koukopoulos@gmail.com (maintainer timeout, 2 weeks)
|
Thu, 4 Feb 2016
|
[ 03:29 pi ]
devel/hub: 2.2.0 -> 2.2.3
Changes:
https://github.com/github/hub/releases
PR: 206408
Submitted by: jochen@jochen-neumeister.de
Approved by: koukopoulos@gmail.com (maintainer timeout)
|
Tue, 28 Apr 2015
|
[ 18:44 bdrewery ] (Only the first 10 of 41 ports in this commit are shown above. )
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested.
|
Thu, 26 Mar 2015
|
[ 19:33 swills ]
devel/hub: update to 2.2.0
PR: 197999
Submitted by: swills (myself)
Approved by: koukopoulos@gmail.com (maintainer)
|
Mon, 28 Jul 2014
|
[ 17:45 wg ]
devel/hub: update to 1.12.2
PR: 192193
Submitted by: maintainer
|
Sat, 31 Aug 2013
|
[ 14:53 rakuco ]
Update to 1.10.6.
PR: ports/181623
Submitted by: Konstantinos Koukopoulos <koukopoulos@gmail.com>
Approved by: Simon Olofsson <simon@olofsson.de> (maintainer)
|
Sun, 21 Oct 2012
|
[ 13:47 rakuco ]
Add devel/hub.
hub is a command line tool that wraps git in order to extend it with extra
features and commands that make working with GitHub easier.
PR: ports/172214
Submitted by: Simon Olofsson <simon@olofsson.de>
Feature safe: yes
|
Number of commits found: 29 |