Commit message (Collapse) | Author | ||
---|---|---|---|
2024-03-21 | OpenBSD: switch ports MASTER_SITES=>SITES for 7.4 HEAD master | Kusoneko | |
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> | |||
2023-07-10 | OpenBSD: Add net/bubger | June McEnroe | |
2022-12-23 | FreeBSD: Update litterbox to 1.9 | June McEnroe | |
2022-05-17 | OpenBSD: Update cgit-pink to 1.4.1 | June McEnroe | |
2022-05-15 | OpenBSD: Update cgit-pink to 1.4.0 | June McEnroe | |
2022-04-05 | 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-02-14 | FreeBSD: Remove top-level Makefile | June McEnroe | |
It seems ports no longer complains loudly about being outside of the ports tree. | |||
2022-02-14 | FreeBSD: Update pounce-notify to 3.0 | June McEnroe | |
2022-02-14 | FreeBSD: Update pounce-palaver to 3.0 | June McEnroe | |
2022-02-15 | OpenBSD: Remove cgit-causal-agency port | June McEnroe | |
Use cgit-pink instead. | |||
2022-02-15 | FreeBSD: Remove pounce port, upstreamed | June McEnroe | |
2022-02-15 | FreeBSD: Remove catgirl port, upstreamed | June McEnroe | |
2022-02-15 | FreeBSD: Remove cgit-causal-agency port | June McEnroe | |
My cgit fork is now cgit-pink, but I'm not running it on FreeBSD. | |||
2022-02-14 | OpenBSD: Add port for cgit-pink | June McEnroe | |
2021-10-16 | OpenBSD: Update pounce to 3.0 | June McEnroe | |
2021-10-02 | 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-09-30 | 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 | Move FreeBSD ports under FreeBSD directory | June McEnroe | |
2021-09-29 | Update catsit to 1.4 | June McEnroe | |
2021-09-22 | Update cgit-causal-agency to 20210922 | June McEnroe | |
2021-09-13 | Update scooper to 1.3 | June McEnroe | |
2021-09-07 | Update pounce to 2.5 | June McEnroe | |
2021-09-06 | Update catgirl to 1.9a | June McEnroe | |
2021-09-06 | Update cgit-causal-agency to 20210906 | June McEnroe | |
2021-06-17 | Update bubger to 1.1 | June McEnroe | |
2021-06-08 | Update cgit-causal-agency to 20210608 | June McEnroe | |
2021-05-31 | Update catgirl to 1.8 | June McEnroe | |
2021-05-27 | Update pounce to 2.4 | June McEnroe | |
2021-05-26 | Update scooper to 1.2 | June McEnroe | |
2021-05-26 | Update litterbox to 1.8 | June McEnroe | |
2021-05-08 | Remove svn keywords | June McEnroe | |
2021-04-27 | Remove libretls port, now upstream | June McEnroe | |
2021-04-27 | Update cgit-causal-agency to 2574f086 | June McEnroe | |
2021-04-27 | Update bubger to 1.0a | June McEnroe | |
2021-03-24 | Update catgirl to 1.7 | June McEnroe | |
2021-03-24 | Import irc/catgirl from ports svn | June McEnroe | |
2021-03-24 | Import security/libretls from ports svn | June McEnroe | |
2021-03-08 | Add bubger port | June McEnroe | |
2021-03-08 | Update catsit to 1.3 | June McEnroe | |
2021-03-08 | Update imbox to 1.4 | June McEnroe | |
2021-02-09 | Update catgirl to 1.6 | June McEnroe | |
2021-02-08 | Update catsit to 1.2 | June McEnroe | |
2021-02-08 | Update pounce to 2.3 | June McEnroe | |
2021-02-04 | Update cgit-causal-agency to 8e4c63c | June McEnroe | |