summary refs log tree commit diff
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
|
* FreeBSD: Update litterbox to 1.9June McEnroe2022-12-23
|
* 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
|
* FreeBSD: Remove top-level MakefileJune McEnroe2022-02-14
| | | | | It seems ports no longer complains loudly about being outside of the ports tree.
* FreeBSD: Update pounce-notify to 3.0June McEnroe2022-02-14
|
* FreeBSD: Update pounce-palaver to 3.0June McEnroe2022-02-14
|
* OpenBSD: Remove cgit-causal-agency portJune McEnroe2022-02-15
| | | | Use cgit-pink instead.
* FreeBSD: Remove pounce port, upstreamedJune McEnroe2022-02-15
|
* FreeBSD: Remove catgirl port, upstreamedJune McEnroe2022-02-15
|
* FreeBSD: Remove cgit-causal-agency portJune McEnroe2022-02-15
| | | | My cgit fork is now cgit-pink, but I'm not running it on FreeBSD.
* 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
|
* Move FreeBSD ports under FreeBSD directoryJune McEnroe2021-09-30
|
* Update catsit to 1.4June McEnroe2021-09-29
|
* Update cgit-causal-agency to 20210922June McEnroe2021-09-22
|
* Update scooper to 1.3June McEnroe2021-09-13
|
* Update pounce to 2.5June McEnroe2021-09-07
|
* Update catgirl to 1.9aJune McEnroe2021-09-06
|
* Update cgit-causal-agency to 20210906June McEnroe2021-09-06
|
* Update bubger to 1.1June McEnroe2021-06-17
|
* Update cgit-causal-agency to 20210608June McEnroe2021-06-08
|
* Update catgirl to 1.8June McEnroe2021-05-31
|
* Update pounce to 2.4June McEnroe2021-05-27
|
* Update scooper to 1.2June McEnroe2021-05-26
|
* Update litterbox to 1.8June McEnroe2021-05-26
|
* Remove svn keywordsJune McEnroe2021-05-08
|
* Remove libretls port, now upstreamJune McEnroe2021-04-27
|
* Update cgit-causal-agency to 2574f086June McEnroe2021-04-27
|
* Update bubger to 1.0aJune McEnroe2021-04-27
|
* Update catgirl to 1.7June McEnroe2021-03-24
|
* Import irc/catgirl from ports svnJune McEnroe2021-03-24
|
* Import security/libretls from ports svnJune McEnroe2021-03-24
|
* Add bubger portJune McEnroe2021-03-08
|
* Update catsit to 1.3June McEnroe2021-03-08
|
* Update imbox to 1.4June McEnroe2021-03-08
|
* Update catgirl to 1.6June McEnroe2021-02-09
|
* Update catsit to 1.2June McEnroe2021-02-08
|
* Update pounce to 2.3June McEnroe2021-02-08
|
* Update cgit-causal-agency to 8e4c63cJune McEnroe2021-02-04
|