summary refs log tree commit diff
path: root/OpenBSD (follow)
Commit message (Collapse)AuthorAge
* OpenBSD: switch ports MASTER_SITES=>SITES for 7.4 HEAD masterKusoneko2024-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | As of OpenBSD 7.4, ports give errors when using the following paradigm: ``` DISTFILES = file.ext:0 file2.ext:1 MASTER_SITES0 = https://asite.com/path/to/file.ext MASTER_SITES1 = https://anothersite.com/path/to/file2.ext ``` Instead, ports now use the following: ``` DISTFILES = file.ext DISTFILES.substring = file2.ext SITES = https://asite.com/path/to/file.ext SITES.substring = https://anothersite.com/path/to/file2.ext ``` This changes all the OpenBSD ports to the new paradigm, allowing them to compile on OpenBSD 7.4+. Note: some OpenBSD ports are not currently up to date with upstream: - cgit-pink uses git 2.36.1 when the latest git release is 2.44.0 as of now - litterbox is at version 1.8 instead of 1.9 - pounce* are at version 3.0 instead of 3.1 - offers catsit instead of kitd Signed-off-by: Kusoneko <kusoneko@kusoneko.moe>
* OpenBSD: Add net/bubgerJune McEnroe2023-07-10
|
* OpenBSD: Update cgit-pink to 1.4.1June McEnroe2022-05-17
|
* OpenBSD: Update cgit-pink to 1.4.0June McEnroe2022-05-15
|
* OpenBSD: Add pounce-palaver portJune McEnroe2022-04-05
|
* OpenBSD: Add pounce-notify portJune McEnroe2022-04-05
|
* OpenBSD: sync pounce port with upstreamJune McEnroe2022-04-05
|
* OpenBSD: Remove cgit-causal-agency portJune McEnroe2022-02-15
| | | | Use cgit-pink instead.
* OpenBSD: Add port for cgit-pinkJune McEnroe2022-02-14
|
* OpenBSD: Update pounce to 3.0June McEnroe2021-10-16
|
* OpenBSD: Add port for litterboxJune McEnroe2021-10-02
|
* OpenBSD: Add port for pounceJune McEnroe2021-10-02
|
* OpenBSD: Add port for catsitJune McEnroe2021-10-02
|
* OpenBSD: Build and install git{,-http-backend} with cgitJune McEnroe2021-09-30
|
* OpenBSD: Update cgit-causal-agency to 20210930June McEnroe2021-09-30
|
* OpenBSD: Add port for cgit-causal-agencyJune McEnroe2021-09-30