pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/corsix-th



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Fri Nov 21 08:26:54 UTC 2025

Modified Files:
        pkgsrc/games/corsix-th: Makefile PLIST.bundle

Log Message:
corsix-th: Fix installation on macOS 26.1

But I think I understand by looking at bulk reports that part of the package's
content of macOS application bundle (at least for CorsixTH) depends on
libraries installed by the macOS Framework. The PLIST.bundle file will
therefore be inconsistent for other versions of macOS.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/games/corsix-th/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/corsix-th/PLIST.bundle

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/corsix-th/Makefile
diff -u pkgsrc/games/corsix-th/Makefile:1.33 pkgsrc/games/corsix-th/Makefile:1.34
--- pkgsrc/games/corsix-th/Makefile:1.33        Thu Oct 23 20:36:59 2025
+++ pkgsrc/games/corsix-th/Makefile     Fri Nov 21 08:26:54 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2025/10/23 20:36:59 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2025/11/21 08:26:54 triaxx Exp $
 
 DISTNAME=      corsix-th-0.69.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=CorsixTH/}
 GITHUB_PROJECT=        CorsixTH

Index: pkgsrc/games/corsix-th/PLIST.bundle
diff -u pkgsrc/games/corsix-th/PLIST.bundle:1.1 pkgsrc/games/corsix-th/PLIST.bundle:1.2
--- pkgsrc/games/corsix-th/PLIST.bundle:1.1     Sat Sep 27 09:16:58 2025
+++ pkgsrc/games/corsix-th/PLIST.bundle Fri Nov 21 08:26:54 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.bundle,v 1.1 2025/09/27 09:16:58 triaxx Exp $
+@comment $NetBSD: PLIST.bundle,v 1.2 2025/11/21 08:26:54 triaxx Exp $
 Applications/CorsixTH.app/Contents/Frameworks/libSDL2-2.0.0.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libSDL2_mixer-2.0.0.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libaom.3.12.1.dylib
@@ -10,9 +10,9 @@ Applications/CorsixTH.app/Contents/Frame
 Applications/CorsixTH.app/Contents/Frameworks/libavutil.59.39.100.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libavutil.59.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libbluray.2.dylib
-Applications/CorsixTH.app/Contents/Frameworks/libbrotlicommon.1.1.0.dylib
+Applications/CorsixTH.app/Contents/Frameworks/libbrotlicommon.1.2.0.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libbrotlicommon.1.dylib
-Applications/CorsixTH.app/Contents/Frameworks/libbrotlidec.1.1.0.dylib
+Applications/CorsixTH.app/Contents/Frameworks/libbrotlidec.1.2.0.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libbrotlidec.1.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libbz2.0.dylib
 Applications/CorsixTH.app/Contents/Frameworks/libcrypto.3.dylib



Home | Main Index | Thread Index | Old Index