non port: devel/ghq/Makefile |
Number of commits found: 70 |
Wednesday, 2 Apr 2025
|
02:07 Adam Weinberger (adamw)
go: Bump ports for go124 update
a4e30d4 |
Wednesday, 5 Mar 2025
|
16:02 Adam Weinberger (adamw)
Bump all go ports for yesterday's releases
d0642a6 |
Saturday, 9 Nov 2024
|
16:05 Dries Michiels (driesm)
devel/ghq: update to 1.7.1
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.7.0
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.7.1
a9fd6f3 |
Monday, 28 Oct 2024
|
12:49 Dries Michiels (driesm)
devel/ghq: update to 1.6.3
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.6.3
4b7a1c1 |
Friday, 9 Aug 2024
|
06:24 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
aa8c011 |
Saturday, 13 Jul 2024
|
12:57 Dries Michiels (driesm)
devel/ghq: update to 1.6.2
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.6.2
359d9d0 |
Wednesday, 3 Jul 2024
|
08:29 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
c4b51c2 |
Saturday, 15 Jun 2024
|
09:52 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
MFH: 2024Q2
746fa69 |
Monday, 13 May 2024
|
17:56 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
MFH: 2024Q2
fce0cc3 |
Monday, 15 Apr 2024
|
08:20 Ashish SHUKLA (ashish)
all: Bump after lang/go121 update
MFH: 2024Q2
32b2846 |
Wednesday, 10 Apr 2024
|
08:33 Dries Michiels (driesm)
devel/ghq: update to 1.6.1
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.6.1
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.6.0
30cb429 |
Sunday, 24 Mar 2024
|
14:29 Muhammad Moinur Rahman (bofh)
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run)
a5a000d |
Sunday, 11 Feb 2024
|
10:39 Ashish SHUKLA (ashish)
all: Bump PORTREVISION after lang/go* update
PR: 276530
7e5aa20 |
Sunday, 4 Feb 2024
|
18:52 Dries Michiels (driesm)
devel/ghq: update to 1.5.0
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.5.0
7a9fc3d |
Thursday, 7 Dec 2023
|
02:22 Ashish SHUKLA (ashish)
all: Bump PORTREVISION after lang/go* update
PR: 274405
0505b71 |
Friday, 8 Sep 2023
|
14:34 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go* update
8e4bc57 |
Friday, 4 Aug 2023
|
14:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
09b9930 |
Sunday, 16 Apr 2023
|
15:12 Dries Michiels (driesm)
devel/ghq: update to 1.4.2
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.4.2
084e844 |
Saturday, 8 Apr 2023
|
15:13 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
ff40d94 |
Thursday, 9 Mar 2023
|
19:18 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go ports update
0907973 |
Thursday, 23 Feb 2023
|
18:48 Dries Michiels (driesm)
devel/ghq: update to 1.4.1
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.4.0
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.4.1
6a9ba6a |
Wednesday, 15 Feb 2023
|
19:06 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{119,120} update
56b5ec7 |
Thursday, 9 Feb 2023
|
21:55 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after GO_DEFAULT update.
2297efc |
Saturday, 14 Jan 2023
|
11:31 Dmitri Goutnik (dmgk)
all: Bump PORTVERSION after lang/go{118,119} update
3b383d8 |
Sunday, 11 Dec 2022
|
11:17 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
d9ad100 |
Thursday, 6 Oct 2022
|
19:24 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
bde5186 |
Thursday, 8 Sep 2022
|
16:33 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{118,119} update
f05c98f |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 3 Aug 2022
|
21:35 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
4476f89 |
Thursday, 14 Jul 2022
|
12:46 Dmitri Goutnik (dmgk)
all: Bump PORTREVISION after lang/go{117,118} update
153cb65 |
Tuesday, 7 Jun 2022
|
21:56 Dmitri Goutnik (dmgk)
*/*: Bump port revisons after lang/go{117,118} update
309cdec |
Monday, 9 May 2022
|
22:19 Dries Michiels (driesm)
devel/ghq: Update to 1.3.0
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.3.0
6c92391 |
Wednesday, 30 Mar 2022
|
07:01 Guangyuan Yang (ygy)
*/*: Bump PORTREVISION after lang/go 1.18 update
d690b51 |
Tuesday, 9 Nov 2021
|
10:31 Dries Michiels (driesm)
*/*: Consistently use my new driesm@FreeBSD.org alias
Replace all occurences of driesm.michiels@gmail.com with
driesm@FreeBSD.org.
Approved by: philip (mentor), 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D32896
8534f43 |
Monday, 24 May 2021
|
13:10 Rainer Hurling (rhurlin)
devel/ghq: Update to 1.2.1
Changelog: https://github.com/x-motemen/ghq/releases/tag/v1.2.1
PR: 256116
Reported by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
8177cf9 |
Sunday, 23 May 2021
|
13:16 Rainer Hurling (rhurlin)
devel/ghq: Update to 1.2.0
Changelog: https://github.com/x-motemen/ghq/releases/tag/v1.2.0
PR: 256097
Reported by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
c4d6629 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Sunday, 28 Feb 2021
|
18:21 rhurlin
devel/ghq: Update to 1.1.7
Changelog: https://github.com/x-motemen/ghq/releases/tag/v1.1.7
PR: 253908
Submitted by: Dries Michiels <driesm.michiels@gmail.com> (maintainer)
 |
Thursday, 25 Feb 2021
|
18:26 nc
devel/ghq: Update to 1.1.6 and pass maintainership to submitter
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.6
PR: 253845
Submitted by: Dries Michiels <driesm.michiels AT gmail DOT com>
 |
Wednesday, 13 Jan 2021
|
12:22 dmgk
devel/ghq: Update to 1.1.5
- While here, remove custom do-test target - go.mk already provides one.
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.5
 |
Monday, 28 Sep 2020
|
05:05 tobik
Reset MAINTAINER
 |
Tuesday, 30 Jun 2020
|
09:46 tobik
devel/ghq: Update to v1.1.4
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.4
 |
Sunday, 28 Jun 2020
|
04:08 tobik
devel/ghq: Update to v1.1.3
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.3
 |
Monday, 22 Jun 2020
|
17:28 tobik
devel/ghq: Update to v1.1.2
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.2
 |
Thursday, 4 Jun 2020
|
18:18 tobik
devel/ghq: Update to v1.1.1
Changes: https://github.com/x-motemen/ghq/releases/tag/v1.1.1
 |
Sunday, 9 Feb 2020
|
06:01 tobik
devel/ghq, www/zola: Install bash completion files in the right place
 |
Thursday, 23 Jan 2020
|
08:33 tobik
devel/ghq: Update to v1.0.3
Changes: https://github.com/motemen/ghq/releases/tag/v1.0.3
 |
Sunday, 5 Jan 2020
|
15:27 tobik
devel/ghq: Update to v1.0.1
Changes: https://github.com/motemen/ghq/releases/tag/v1.0.1
 |
Friday, 27 Dec 2019
|
08:35 tobik
devel/ghq: Update to v0.17.3
Changes: https://github.com/motemen/ghq/releases/tag/v0.17.3
 |
Wednesday, 25 Dec 2019
|
07:09 tobik
devel/ghq: Update to v0.17.1
Changes: https://github.com/motemen/ghq/releases/
 |
Tuesday, 17 Dec 2019
|
17:13 tobik
devel/ghq: Update to v0.14.1
Changes: https://github.com/motemen/ghq/releases/tag/v0.14.1
 |
Thursday, 5 Dec 2019
|
15:36 tobik
devel/ghq: Attempt to improve COMMENT and pkg-descr
 |
07:52 tobik
devel/ghq: Update to v0.14.0
Changes: https://github.com/motemen/ghq/releases/tag/v0.14.0
 |
Saturday, 16 Nov 2019
|
12:52 dmgk
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854
 |
Thursday, 7 Nov 2019
|
14:17 tobik
devel/ghq: Update to v0.12.8
Changes: https://github.com/motemen/ghq/releases/tag/v0.12.8
 |
Monday, 4 Nov 2019
|
17:16 tobik
devel/ghq: Update to v0.12.7
Changes: https://github.com/motemen/ghq/releases/tag/v0.12.7
 |
Wednesday, 4 Sep 2019
|
08:56 tobik
devel/ghq: Unbreak with go1.13
===> Building for ghq-0.12.6
...
# golang.org/x/xerrors
vendor/golang.org/x/xerrors/adaptor_go1_13.go:16:14: undefined: errors.Frame
vendor/golang.org/x/xerrors/format_go1_13.go:12:18: undefined: errors.Formatter
...
*** Error code 2
- Unbreak by updating golang.org/x/xerrors to [1]
[1]
https://github.com/golang/xerrors/commit/a985d3407aa71f30cf86696ee0a2f409709f22e1
PR: 240319
Submitted by: Dmitri Goutnik <dg@syrec.org>
 |
Monday, 5 Aug 2019
|
10:32 tobik
devel/ghq: Drop GO_PKGNAME after r507340
 |
09:47 tobik
devel/ghq: Update to v0.12.6
Changes: https://github.com/motemen/ghq/releases/tag/v0.12.6
 |
Wednesday, 29 May 2019
|
09:12 tobik
devel/ghq: Update to 0.12.5
Changes: https://github.com/motemen/ghq/blob/v0.12.5/CHANGELOG.md#v0125-2019-05-29
 |
Thursday, 16 May 2019
|
13:38 tobik
devel/ghq: Update to 0.12.3
Changes: https://github.com/motemen/ghq/blob/v0.12.3/CHANGELOG.md#v0123-2019-05-16
 |
Wednesday, 8 May 2019
|
08:44 tobik
devel/ghq: Update to 0.12.1
Changes: https://github.com/motemen/ghq/blob/v0.12.1/CHANGELOG.md#v0121-2019-05-07
 |
Sunday, 5 May 2019
|
20:04 tobik
devel/ghq: Update to 0.11.2
Changes: https://github.com/motemen/ghq/blob/v0.11.2/CHANGELOG.md#v0112-2019-05-06
 |
17:32 tobik
devel/ghq: Update to 0.11.1
Changes: https://github.com/motemen/ghq/blob/v0.11.1/CHANGELOG.md#v0111-2019-05-05
 |
Thursday, 2 May 2019
|
12:35 tobik
devel/ghq: Update to 0.11.0
Changes: https://github.com/motemen/ghq/blob/v0.11.0/CHANGELOG.md#v0110-2019-05-01
 |
Sunday, 28 Apr 2019
|
07:57 tobik
devel/ghq: Update to 0.10.2
Changes: https://github.com/motemen/ghq/blob/v0.10.2/CHANGELOG.md#v0102-2019-04-28
 |
Saturday, 27 Apr 2019
|
14:06 tobik
devel/ghq: Update to 0.10.0
Changes: https://github.com/motemen/ghq/blob/v0.10.0/CHANGELOG.md#v0100-2019-04-27
 |
Saturday, 20 Apr 2019
|
05:53 tobik
devel/ghq: Switch to USES=go
 |
Saturday, 2 Feb 2019
|
11:46 tobik
New port: devel/ghq
ghq provides a way to organize remote repository clones, like go
get does. When you clone a remote repository with ghq, it creates
a directory under a specific root directory using the remote
repository URL's host and path.
You can also list local repositories, jump into local repositories,
and bulk get repositories by list of URLs.
WWW: https://github.com/motemen/ghq
 |
Number of commits found: 70 |