From 30e471ef67898fff3d8b93168b27b9b760b2e897 Mon Sep 17 00:00:00 2001 From: Kusoneko Date: Wed, 20 Mar 2024 22:34:02 -0400 Subject: OpenBSD: switch ports MASTER_SITES=>SITES for 7.4 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 --- OpenBSD/net/pounce-notify/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenBSD/net/pounce-notify/Makefile') diff --git a/OpenBSD/net/pounce-notify/Makefile b/OpenBSD/net/pounce-notify/Makefile index f472957..b1d9bf7 100644 --- a/OpenBSD/net/pounce-notify/Makefile +++ b/OpenBSD/net/pounce-notify/Makefile @@ -16,7 +16,7 @@ PERMIT_PACKAGE = Yes # uses pledge() and unveil() WANTLIB += c tls -MASTER_SITES = https://git.causal.agency/pounce/snapshot/ +SITES = https://git.causal.agency/pounce/snapshot/ # C11 COMPILER = base-clang ports-gcc -- cgit 1.4.1 9606'/>
Commit message (Expand)Author
2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe
2019-02-18Match statics and typedefs as TagJune McEnroe
2019-02-18Clean up htmlHeaderJune McEnroe
2019-02-18Remove hi line numberingJune McEnroe
2019-02-18Add Tag class to hiJune McEnroe
2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe
2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe
2019-02-17Simplify temp trap in upJune McEnroe
2019-02-17Add line numbers to hiJune McEnroe
2019-02-17Always split spans after newlinesJune McEnroe
2019-02-15Color format specifiers light cyan in vimJune McEnroe
2019-02-15Highlight Interp as yellowJune McEnroe
2019-02-15Highlight strings in sh command substitutionsJune McEnroe
2019-02-15Add nmap gpJune McEnroe
2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe
2019-02-13Add forgotten "sixth" book of H2G2June McEnroe