Date: Sun, 12 Apr 2026 17:11:28 +0000 From: Yusuf Yaman <nxjoseph@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Alexander Vereeken <Alexander88207@protonmail.com> Subject: git: 102d61ef4a99 - main - games/prismlauncher: Update to 11.0.1 Message-ID: <69dbd240.27bf6.48f4e4f5@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=102d61ef4a99fb24188c4a890015b4876e44854a commit 102d61ef4a99fb24188c4a890015b4876e44854a Author: Alexander Vereeken <Alexander88207@protonmail.com> AuthorDate: 2026-04-12 10:15:56 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-12 17:11:22 +0000 games/prismlauncher: Update to 11.0.1 Changelogs: * https://prismlauncher.org/news/release-11 * https://prismlauncher.org/news/release-11.0.1 Port changes: * Track changes to USES Java, prioritizing default Java and setting LWJGL version strictly to the latest game release only. * Add new build dependency graphics/vulkan-headers. PR: 293576 Reported by: Alexander Vereeken <Alexander88207@protonmail.com> (maintainer) Approved by: vvd (co-mentor) --- games/prismlauncher/Makefile | 8 ++------ games/prismlauncher/distinfo | 10 +++------- games/prismlauncher/pkg-message | 4 ++++ games/prismlauncher/pkg-plist | 2 +- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/games/prismlauncher/Makefile b/games/prismlauncher/Makefile index bb9ff4ee4a8d..ac25d4d64bd7 100644 --- a/games/prismlauncher/Makefile +++ b/games/prismlauncher/Makefile @@ -1,6 +1,5 @@ PORTNAME= prismlauncher -DISTVERSION= 10.0.5 -PORTREVISION= 2 +DISTVERSION= 11.0.1 CATEGORIES= games java MASTER_SITES= https://github.com/PrismLauncher/PrismLauncher/releases/download/${DISTVERSION}/ DISTNAME= PrismLauncher-${DISTVERSION} @@ -13,21 +12,18 @@ WWW= https://prismlauncher.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING.md +BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers LIB_DEPENDS= libcmark.so:textproc/cmark \ libqrencode.so:graphics/libqrencode \ libquazip1-qt6.so:archivers/quazip@qt6 \ libtomlplusplus.so:devel/tomlplusplus RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - lwjgl>0:games/lwjgl \ lwjgl3>0:games/lwjgl3 \ - openjdk21>0:java/openjdk21 \ xrandr:x11/xrandr USES= cmake compiler:c++17-lang desktop-file-utils gl java kde:6 \ pkgconfig qt:6 shared-mime-info USE_GITHUB= nodefault -GH_TUPLE= gulrak:filesystem:0e72911:filesystem/libraries/filesystem \ - PrismLauncher:libnbtplusplus:531449b:libnbtplusplus/libraries/libnbtplusplus USE_GL= opengl USE_KDE= ecm:build USE_QT= base networkauth diff --git a/games/prismlauncher/distinfo b/games/prismlauncher/distinfo index db18a2e8dcb1..27c3f0193749 100644 --- a/games/prismlauncher/distinfo +++ b/games/prismlauncher/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1771818181 -SHA256 (PrismLauncher-10.0.5.tar.gz) = 2f3b71906151d12fe72888fda0ed87aad07c250561c1b0cb6c4eb0962c56b4b8 -SIZE (PrismLauncher-10.0.5.tar.gz) = 4078955 -SHA256 (gulrak-filesystem-0e72911_GH0.tar.gz) = 2ed60eedcd545b5ab3e17368c7ea721f04c52d702a350bc26ac99a836422a481 -SIZE (gulrak-filesystem-0e72911_GH0.tar.gz) = 212978 -SHA256 (PrismLauncher-libnbtplusplus-531449b_GH0.tar.gz) = 3faa7367df952f77b0368546dfbfe17ea67e80b97a40713d1f8e83dc3ba3688c -SIZE (PrismLauncher-libnbtplusplus-531449b_GH0.tar.gz) = 48576 +TIMESTAMP = 1775987132 +SHA256 (PrismLauncher-11.0.1.tar.gz) = 8dc12c1d5bfd67b1e07047313c606826da0079f214a81311d6f5e24005894e8d +SIZE (PrismLauncher-11.0.1.tar.gz) = 4114142 diff --git a/games/prismlauncher/pkg-message b/games/prismlauncher/pkg-message index 8d7bd5165b4e..83d046e6214f 100644 --- a/games/prismlauncher/pkg-message +++ b/games/prismlauncher/pkg-message @@ -19,6 +19,10 @@ it's possible to set the Java argument -Dsodium.checks.issue2561=false to workaround it. Please note that this makes it difficult to diagnose crashes at startup or that it might not even work at all. +This port installs the required Java and LWJGL versions needed to +run the latest version of the game. If you wish to play older +versions, the logs will advise you to install the appropriate ones. + Have Fun! EOM } diff --git a/games/prismlauncher/pkg-plist b/games/prismlauncher/pkg-plist index bca0fb131e4b..a8fa09fb4ee0 100644 --- a/games/prismlauncher/pkg-plist +++ b/games/prismlauncher/pkg-plist @@ -7,5 +7,5 @@ share/applications/org.prismlauncher.PrismLauncher.desktop share/icons/hicolor/256x256/apps/org.prismlauncher.PrismLauncher.png share/icons/hicolor/scalable/apps/org.prismlauncher.PrismLauncher.svg share/metainfo/org.prismlauncher.PrismLauncher.metainfo.xml -share/mime/packages/modrinth-mrpack-mime.xml +share/mime/packages/org.prismlauncher.PrismLauncher.xml share/qlogging-categories6/prismlauncher.categorieshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dbd240.27bf6.48f4e4f5>
