Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | OpenBSD: switch ports MASTER_SITES=>SITES for 7.4 HEAD master | Kusoneko | 2024-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/bubger | June McEnroe | 2023-07-10 |
| | |||
* | OpenBSD: Update cgit-pink to 1.4.1 | June McEnroe | 2022-05-17 |
| | |||
* | OpenBSD: Update cgit-pink to 1.4.0 | June McEnroe | 2022-05-15 |
| | |||
* | OpenBSD: Add pounce-palaver port | June McEnroe | 2022-04-05 |
| | |||
* | OpenBSD: Add pounce-notify port | June McEnroe | 2022-04-05 |
| | |||
* | OpenBSD: sync pounce port with upstream | June McEnroe | 2022-04-05 |
| | |||
* | OpenBSD: Remove cgit-causal-agency port | June McEnroe | 2022-02-15 |
| | | | | Use cgit-pink instead. | ||
* | OpenBSD: Add port for cgit-pink | June McEnroe | 2022-02-14 |
| | |||
* | OpenBSD: Update pounce to 3.0 | June McEnroe | 2021-10-16 |
| | |||
* | OpenBSD: Add port for litterbox | June McEnroe | 2021-10-02 |
| | |||
* | OpenBSD: Add port for pounce | June McEnroe | 2021-10-02 |
| | |||
* | OpenBSD: Add port for catsit | June McEnroe | 2021-10-02 |
| | |||
* | OpenBSD: Build and install git{,-http-backend} with cgit | June McEnroe | 2021-09-30 |
| | |||
* | OpenBSD: Update cgit-causal-agency to 20210930 | June McEnroe | 2021-09-30 |
| | |||
* | OpenBSD: Add port for cgit-causal-agency | June McEnroe | 2021-09-30 |