Commit Graph

56 Commits

Author SHA1 Message Date
Adam Weinberger
b24429e3ed various: Bump Go ports for 1.24.11 2025-12-03 13:24:45 -05:00
Adam Weinberger
0dfced16fb various: Bump Go ports for 1.24.10 2025-11-06 12:03:19 -05:00
Adam Weinberger
90f976619b various: Bump go ports for go-1.24.9 2025-10-14 11:13:55 -04:00
Adam Weinberger
2e7587aaf8 many: Bump dependent ports after go124 update 2025-10-07 20:41:39 -04:00
Adam Weinberger
31a5a229a7 many: Bump go ports for go-1.24.7 2025-09-04 13:53:24 -04:00
Adam Weinberger
53610681ea go ports: Bump for 1.24.6 2025-08-06 20:02:46 -04:00
Adam Weinberger
275975297b many: Bump PORTREVISION for go-1.24.5 update 2025-07-09 12:11:00 -04:00
Adam Weinberger
94be418de3 various: Bump PORTREVISION after go124-1.24.4 update 2025-06-06 16:00:53 -04:00
Adam Weinberger
0bdd2ad334 go: Bump go124-dependent ports
Earlier I bumped the default Go to 1.24. Ports that specify a lower
version will still build with those lower version (for now), so they
don't need a bumping. Instead I'm bumping anything that (now) has go124
as a dependency.
2025-05-21 15:58:15 -04:00
Adam Weinberger
a4e30d4f4f go: Bump ports for go124 update 2025-04-01 22:07:58 -04:00
Adam Weinberger
d0642a6176 Bump all go ports for yesterday's releases 2025-03-05 11:02:56 -05:00
Ashish SHUKLA
aa8c0111bf all: Bump after lang/go121 update 2024-08-09 06:24:08 +00:00
Ashish SHUKLA
c4b51c2028 all: Bump after lang/go121 update 2024-07-03 08:29:54 +00:00
Ashish SHUKLA
746fa696a1 all: Bump after lang/go121 update
MFH:		2024Q2
2024-06-15 09:52:17 +00:00
Ashish SHUKLA
fce0cc3272 all: Bump after lang/go121 update
MFH:		2024Q2
2024-05-13 17:56:04 +00:00
Ashish SHUKLA
32b284679a all: Bump after lang/go121 update
MFH:		2024Q2
2024-04-15 08:20:04 +00:00
Muhammad Moinur Rahman
a5a000df3b lang/go: Change DEFAULT to 1.21
PR:		277776
Approved by:	portmgr (exp-run)
2024-03-24 15:29:00 +01:00
Ashish SHUKLA
7e5aa2085f all: Bump PORTREVISION after lang/go* update
PR:		276530
2024-02-11 10:39:17 +00:00
Ashish SHUKLA
0505b712df all: Bump PORTREVISION after lang/go* update
PR:		274405
2023-12-07 02:22:10 +00:00
Dmitri Goutnik
8e4bc57934 all: Bump PORTREVISION after lang/go* update 2023-09-08 09:34:56 -05:00
Dmitri Goutnik
09b993031a all: Bump PORTREVISION after lang/go{119,120} update 2023-08-04 09:24:50 -05:00
Dmitri Goutnik
ff40d94c1d all: Bump PORTREVISION after lang/go{119,120} update 2023-04-08 10:13:25 -05:00
Robert Clausecker
1318610656 benchmarks/ali: fix build 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/D39044
2023-03-14 00:06:24 +01:00
Dmitri Goutnik
09079730e9 all: Bump PORTREVISION after Go ports update 2023-03-09 14:18:07 -05:00
Dmitri Goutnik
56b5ec772f all: Bump PORTREVISION after lang/go{119,120} update 2023-02-15 14:06:01 -05:00
Dmitri Goutnik
2297efc51b all: Bump PORTREVISION after GO_DEFAULT update. 2023-02-09 16:55:23 -05:00
Dmitri Goutnik
3b383d833a all: Bump PORTVERSION after lang/go{118,119} update 2023-01-14 06:31:17 -05:00
Dmitri Goutnik
d9ad1002d5 all: Bump PORTREVISION after lang/go{118,119} update 2022-12-11 06:17:27 -05:00
Dmitri Goutnik
bde51869ee all: Bump PORTREVISION after lang/go{118,119} update 2022-10-06 14:24:26 -05:00
Dmitri Goutnik
f05c98fffb all: Bump PORTREVISION after lang/go{118,119} update 2022-09-08 11:33:18 -05:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Dmitri Goutnik
4476f89764 all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update.
2022-08-03 16:35:13 -05:00
Dmitri Goutnik
153cb65ac8 all: Bump PORTREVISION after lang/go{117,118} update 2022-07-14 07:46:05 -05:00
Dmitri Goutnik
309cdeccd8 */*: Bump port revisons after lang/go{117,118} update 2022-06-07 16:56:10 -05:00
Guangyuan Yang
d690b5102f */*: Bump PORTREVISION after lang/go 1.18 update 2022-03-30 03:01:44 -04:00
Stefan Eßer
bcaf25a8c8 Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
2022-01-10 16:15:39 +01:00
Jimmy Olgeni
9300443c94 benchmarks/ali: Update to version 0.7.5 2021-11-21 13:20:18 +01:00
Jimmy Olgeni
466d994fca benchmarks/ali: Update to version 0.7.3. 2021-09-15 12:41:42 +02:00
Jimmy Olgeni
26772567fc benchmarks/ali: Update to version 0.7.2. 2021-06-03 12:39:01 +02:00
Jimmy Olgeni
31cca9d85f benchmarks/ali: Update to version 0.7.0. 2021-06-01 16:33:48 +02:00
Jimmy Olgeni
bb2b202ab9 benchmarks/ali: Update to version 0.6.1. 2021-05-30 10:46:19 +02:00
Mathieu Arnold
cf118ccf87 One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48 Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Jimmy Olgeni
96fd51619a Update benchmarks/ali to version 0.5.4. 2020-12-08 16:37:11 +00:00
Jimmy Olgeni
66878898cc Update benchmarks/ali to version 0.5.3. 2020-10-31 09:49:21 +00:00
Jimmy Olgeni
0b4cbb3bdf Update benchmarks/ali to version 0.5.2. 2020-10-25 14:44:41 +00:00
Jimmy Olgeni
35928b8039 Update benchmarks/ali to version 0.5.1. 2020-10-20 13:47:08 +00:00
Jimmy Olgeni
144f0ecdaa Update benchmarks/ali to version 0.5.0. 2020-10-19 07:43:28 +00:00
Jimmy Olgeni
34c7e3b78c Update benchmarks/ali to version 0.4.1. 2020-10-14 08:05:56 +00:00