diff options
Diffstat (limited to 'games')
118 files changed, 146 insertions, 99 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 33bcff7858c2..498b1c72c5f0 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad DISTVERSION= 0.27.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://releases.wildfiregames.com/ DISTFILES= ${PORTNAME}-${DISTVERSION}-unix-build.tar.xz \ diff --git a/games/3omns/Makefile b/games/3omns/Makefile index 68a4b652a57e..e44faa3f0d03 100644 --- a/games/3omns/Makefile +++ b/games/3omns/Makefile @@ -1,6 +1,6 @@ PORTNAME= 3omns DISTVERSION= 0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= https://lab.burn.capital/chaz/3omns/uploads/6ec547a14fec72a72f9fa53c374bfa7e/ diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index c40019fdfc2f..543954f8b8b0 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,5 +1,6 @@ PORTNAME= DDNet PORTVERSION= 19.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/games/LibreMines/Makefile b/games/LibreMines/Makefile index eb004bbf7f6c..3669d3dd9c4a 100644 --- a/games/LibreMines/Makefile +++ b/games/LibreMines/Makefile @@ -1,5 +1,5 @@ PORTNAME= LibreMines -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 DISTVERSIONPREFIX= v CATEGORIES= games @@ -10,19 +10,13 @@ WWW= https://github.com/Bollos00/LibreMines LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake gl qt:${FLAVOR:S/qt//} -FLAVORS= qt5 qt6 -FLAVOR?= qt5 -qt5_PKGNAMESUFFIX= -qt5 -qt6_PKGNAMESUFFIX= -qt6 -_USE_QT5= buildtools:build core gui multimedia network qmake:build svg widgets -_USE_QT6= base multimedia svg +USES= cmake gl qt:6 USE_GL= gl opengl -USE_QT= ${_USE_QT${FLAVOR:S/qt//}} +USE_QT= base multimedia svg USE_GITHUB= yes GH_ACCOUNT= Bollos00 -CMAKE_ARGS+= -DUSE_QT6=${"${FLAVOR}"==qt5:?FALSE:TRUE} +CMAKE_ARGS+= -DUSE_QT6=TRUE .include <bsd.port.mk> diff --git a/games/LibreMines/distinfo b/games/LibreMines/distinfo index 60274c037e6d..476cbbad6535 100644 --- a/games/LibreMines/distinfo +++ b/games/LibreMines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711759113 -SHA256 (Bollos00-LibreMines-v2.0.1_GH0.tar.gz) = 5db00e824b9986fae1ffc1a8a7c1e60e0e9f769314005567b25b724aa2c85a89 -SIZE (Bollos00-LibreMines-v2.0.1_GH0.tar.gz) = 1662308 +TIMESTAMP = 1756631622 +SHA256 (Bollos00-LibreMines-v2.1.0_GH0.tar.gz) = 5efd4faaf5db8b85687107576097cc6e80d6c2c136dc388b2793fb738c4a85ba +SIZE (Bollos00-LibreMines-v2.1.0_GH0.tar.gz) = 1805800 diff --git a/games/LibreMines/pkg-plist b/games/LibreMines/pkg-plist index 05d74fdd47e3..02e6a311e844 100644 --- a/games/LibreMines/pkg-plist +++ b/games/LibreMines/pkg-plist @@ -1,5 +1,5 @@ bin/libremines -share/applications/libremines.desktop +share/applications/io.github.Bollos00.LibreMines.desktop share/icons/hicolor/scalable/apps/libremines.svg share/libremines/facesreaction_extra_themes/SecularSteve_custom/dizzy_face.svg share/libremines/facesreaction_extra_themes/SecularSteve_custom/grimacing_face.svg @@ -85,3 +85,4 @@ share/libremines/minefield_extra_themes/twemoji/mine.svg share/libremines/minefield_extra_themes/twemoji/no_flag.svg share/libremines/minefield_extra_themes/twemoji/question_flag.svg share/libremines/minefield_extra_themes/twemoji/wrong_flag.svg +share/metainfo/io.github.bollos00.libremines.appdata.xml diff --git a/games/abbayedesmorts/Makefile b/games/abbayedesmorts/Makefile index 49b871b6761d..84e003f61ec6 100644 --- a/games/abbayedesmorts/Makefile +++ b/games/abbayedesmorts/Makefile @@ -1,6 +1,7 @@ PORTNAME= abbayedesmorts PORTVERSION= 2.0.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/afternoonstalker/Makefile b/games/afternoonstalker/Makefile index 8b146e64006d..5f93b54ae39d 100644 --- a/games/afternoonstalker/Makefile +++ b/games/afternoonstalker/Makefile @@ -1,5 +1,6 @@ PORTNAME= afternoonstalker PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ diff --git a/games/ags/Makefile b/games/ags/Makefile index 65bd6bac7d37..94b5dc37b8f3 100644 --- a/games/ags/Makefile +++ b/games/ags/Makefile @@ -1,5 +1,5 @@ PORTNAME= ags -DISTVERSION= 3.6.1.33 +DISTVERSION= 3.6.2.12 CATEGORIES= games MASTER_SITES= https://github.com/adventuregamestudio/ags/releases/download/v${PORTVERSION}/ DISTNAME= ags_${DISTVERSION}_source diff --git a/games/ags/distinfo b/games/ags/distinfo index 9164ad234ba9..9c1bd2b22937 100644 --- a/games/ags/distinfo +++ b/games/ags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750272881 -SHA256 (ags_3.6.1.33_source.tar.xz) = 5646352b116ef9477b3e70a11b6882f96546190ecf0da0f2a07f69b7b70b1a65 -SIZE (ags_3.6.1.33_source.tar.xz) = 6113192 +TIMESTAMP = 1756949576 +SHA256 (ags_3.6.2.12_source.tar.xz) = ef9b0d4c71b3f43dcaf1ebd73433840abdb3af4dd77d1bb3b1f62fe4b150eedc +SIZE (ags_3.6.2.12_source.tar.xz) = 6357360 diff --git a/games/alephone-data/Makefile b/games/alephone-data/Makefile index 0a4a42e0447a..79bfc4a3f9b6 100644 --- a/games/alephone-data/Makefile +++ b/games/alephone-data/Makefile @@ -1,6 +1,6 @@ PORTNAME= data PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= http://files3.bungie.org/trilogy/ PKGNAMEPREFIX= alephone- diff --git a/games/alephone-scenarios/Makefile b/games/alephone-scenarios/Makefile index 145b5125d91f..b8551013c65a 100644 --- a/games/alephone-scenarios/Makefile +++ b/games/alephone-scenarios/Makefile @@ -1,6 +1,6 @@ PORTNAME= scenarios PORTVERSION= 1.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games MASTER_SITES= http://files3.bungie.org/trilogy/:bungie \ http://files5.bungie.org/marathon/:rubicon \ diff --git a/games/alephone/Makefile b/games/alephone/Makefile index 74bfa9b6987e..b32594a89a00 100644 --- a/games/alephone/Makefile +++ b/games/alephone/Makefile @@ -1,6 +1,6 @@ PORTNAME= alephone DISTVERSION= 20230119 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= https://github.com/Aleph-One-Marathon/${PORTNAME}/releases/download/release-${DISTVERSION}/ DISTNAME= AlephOne-${DISTVERSION} diff --git a/games/anki/Makefile b/games/anki/Makefile index 56433fedfa71..dd066ae4b3ec 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -1,5 +1,6 @@ PORTNAME= anki DISTVERSION= 25.07.5 +PORTREVISION= 1 # Don't forget to update ${_MY_BUILDHASH} if DISTVERSION changes CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:yarncache diff --git a/games/anki/files/patch-rust-1.89.0 b/games/anki/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..5b3adb5cd8eb --- /dev/null +++ b/games/anki/files/patch-rust-1.89.0 @@ -0,0 +1,9 @@ +--- rslib/i18n/src/lib.rs.orig 2025-08-22 13:45:00 UTC ++++ rslib/i18n/src/lib.rs +@@ -1,5 +1,6 @@ + // Copyright: Ankitects Pty Ltd and contributors + // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html ++#![allow(text_direction_codepoint_in_literal)] + + mod generated; + diff --git a/games/assaultcube/Makefile b/games/assaultcube/Makefile index 7fde4f0e5093..198ecef9e895 100644 --- a/games/assaultcube/Makefile +++ b/games/assaultcube/Makefile @@ -1,6 +1,7 @@ PORTNAME= assaultcube DISTVERSIONPREFIX= v DISTVERSION= 1.3.0.2 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= kevinz5000@gmail.com diff --git a/games/barony/Makefile b/games/barony/Makefile index 76a79d0c2508..636220bd8d88 100644 --- a/games/barony/Makefile +++ b/games/barony/Makefile @@ -1,7 +1,7 @@ PORTNAME= barony DISTVERSIONPREFIX= v DISTVERSION= 3.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= devnexen@gmail.com diff --git a/games/blobwars/Makefile b/games/blobwars/Makefile index bc13390a9aea..e6a551551dcb 100644 --- a/games/blobwars/Makefile +++ b/games/blobwars/Makefile @@ -1,6 +1,6 @@ PORTNAME= blobwars PORTVERSION= 2.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ diff --git a/games/blockattack/Makefile b/games/blockattack/Makefile index bbd074984160..e336b3280aa8 100644 --- a/games/blockattack/Makefile +++ b/games/blockattack/Makefile @@ -1,6 +1,7 @@ PORTNAME= blockattack DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= nxjoseph@protonmail.com diff --git a/games/brogue/Makefile b/games/brogue/Makefile index fb22cb2dbb84..5e2ee35749c0 100644 --- a/games/brogue/Makefile +++ b/games/brogue/Makefile @@ -1,6 +1,7 @@ PORTNAME= brogue DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= fuz@FreeBSD.org diff --git a/games/burgerspace/Makefile b/games/burgerspace/Makefile index a887dd4d832d..6d8c583ed616 100644 --- a/games/burgerspace/Makefile +++ b/games/burgerspace/Makefile @@ -1,5 +1,6 @@ PORTNAME= burgerspace PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index fdece2f381ad..befa78eed625 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -1,6 +1,7 @@ PORTNAME= cataclysm-dda PORTVERSION= 0.H # Preserve PORTVERSION so uppercase is respected DISTVERSIONSUFFIX= -g08f04fd # Using TAG instead of upstream 0.H-RELEASE +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games diff --git a/games/catesc/Makefile b/games/catesc/Makefile index 9953d6d67fbc..66f8c554fbcd 100644 --- a/games/catesc/Makefile +++ b/games/catesc/Makefile @@ -1,6 +1,6 @@ PORTNAME= catesc PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/cdogs-sdl/Makefile b/games/cdogs-sdl/Makefile index 9bddfe22b028..7b95c2b004b2 100644 --- a/games/cdogs-sdl/Makefile +++ b/games/cdogs-sdl/Makefile @@ -1,5 +1,6 @@ PORTNAME= cdogs-sdl DISTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile index e612d59a8443..378a80e5a3e5 100644 --- a/games/chromium-bsu/Makefile +++ b/games/chromium-bsu/Makefile @@ -1,6 +1,6 @@ PORTNAME= chromium-bsu PORTVERSION= 0.9.16.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Chromium%20B.S.U.%20source%20code/ diff --git a/games/colobot/Makefile b/games/colobot/Makefile index 9a0406214a99..ba3e37c129ac 100644 --- a/games/colobot/Makefile +++ b/games/colobot/Makefile @@ -1,7 +1,7 @@ PORTNAME= colobot DISTVERSIONPREFIX= ${PORTNAME}-gold- DISTVERSION= 0.2.0 -PORTREVISION= 12 +PORTREVISION= 13 DISTVERSIONSUFFIX= -alpha CATEGORIES= games education MASTER_SITES= https://colobot.info/files/music/:music diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 4bc2f7b79b92..f4b895449d01 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -1,5 +1,6 @@ PORTNAME= cosmosmash DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/ diff --git a/games/devilutionX/Makefile b/games/devilutionX/Makefile index 55d161e8319d..dbae7ea4e646 100644 --- a/games/devilutionX/Makefile +++ b/games/devilutionX/Makefile @@ -1,6 +1,6 @@ PORTNAME= devilutionX DISTVERSION= 1.5.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://github.com/diasurgical/devilutionx-assets/releases/download/${DATA_VERSION}/:data DISTFILES= devilutionx.mpq?tag=${DATA_VERSION}:data diff --git a/games/domino-chain/Makefile b/games/domino-chain/Makefile index b04ef0ef3911..b801ac7bd07a 100644 --- a/games/domino-chain/Makefile +++ b/games/domino-chain/Makefile @@ -1,6 +1,6 @@ PORTNAME= domino-chain PORTVERSION= 1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index 6e6f52d04d63..5c2d08e9039a 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,7 +1,7 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 53 +PORTREVISION= 54 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/dreamchess/Makefile b/games/dreamchess/Makefile index 1bd8294608f3..c75841c04e37 100644 --- a/games/dreamchess/Makefile +++ b/games/dreamchess/Makefile @@ -1,6 +1,6 @@ PORTNAME= dreamchess DISTVERSION= 0.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= ports@FreeBSD.org diff --git a/games/dxx-rebirth/Makefile b/games/dxx-rebirth/Makefile index 2eabaf2975a2..04c8ac869551 100644 --- a/games/dxx-rebirth/Makefile +++ b/games/dxx-rebirth/Makefile @@ -1,5 +1,6 @@ PORTNAME= dxx-rebirth PORTVERSION= 20250329 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org diff --git a/games/el/Makefile b/games/el/Makefile index 8d1f301a93dc..4592597406e2 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -1,6 +1,6 @@ PORTNAME= el DISTVERSION= 1.9.5.9-1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= games diff --git a/games/endgame-singularity/Makefile b/games/endgame-singularity/Makefile index a31338cbd31c..c99ec7d34aab 100644 --- a/games/endgame-singularity/Makefile +++ b/games/endgame-singularity/Makefile @@ -1,6 +1,6 @@ PORTNAME= singularity PORTVERSION= 1.00 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= endgame- diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 4f1298c0cf77..3e171f911c2b 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -1,6 +1,6 @@ PORTNAME= enigma PORTVERSION= 1.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/flare-engine/Makefile b/games/flare-engine/Makefile index b8bf21880ad6..cb4488dac064 100644 --- a/games/flare-engine/Makefile +++ b/games/flare-engine/Makefile @@ -1,7 +1,7 @@ PORTNAME= flare PORTVERSION= 1.14 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games PKGNAMESUFFIX= -engine diff --git a/games/flare-game/Makefile b/games/flare-game/Makefile index da4015ee3c69..e08924e9bffe 100644 --- a/games/flare-game/Makefile +++ b/games/flare-game/Makefile @@ -1,7 +1,7 @@ PORTNAME= flare PORTVERSION= 1.14 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games PKGNAMESUFFIX= -game diff --git a/games/freesynd/Makefile b/games/freesynd/Makefile index 1732833dd7d8..0dab974ca95f 100644 --- a/games/freesynd/Makefile +++ b/games/freesynd/Makefile @@ -1,6 +1,7 @@ PORTNAME= freesynd DISTVERSION= 0.8 DISTVERSIONSUFFIX= -Source +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= Freesynd-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} diff --git a/games/fretsonfire/Makefile b/games/fretsonfire/Makefile index 87c21c7631b2..f65ae7e163b9 100644 --- a/games/fretsonfire/Makefile +++ b/games/fretsonfire/Makefile @@ -1,6 +1,6 @@ PORTNAME= fretsonfire PORTVERSION= 1.3.110 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= games python MASTER_SITES= SF DISTNAME= ${PORTNAME_UCASE}-${PORTVERSION} diff --git a/games/funnyboat/Makefile b/games/funnyboat/Makefile index 562c0f303ba6..7f2bf32494cb 100644 --- a/games/funnyboat/Makefile +++ b/games/funnyboat/Makefile @@ -1,6 +1,6 @@ PORTNAME= funnyboat PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/genact/Makefile b/games/genact/Makefile index 090a4cf0c0be..f8f18937634a 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 1.4.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games MAINTAINER= eduardo@FreeBSD.org diff --git a/games/gigalomania/Makefile b/games/gigalomania/Makefile index d9e67703f8fa..eb43d2588e30 100644 --- a/games/gigalomania/Makefile +++ b/games/gigalomania/Makefile @@ -1,6 +1,6 @@ PORTNAME= gigalomania PORTVERSION= 0.28 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://launchpad.net/gigalomania/trunk/${PORTVERSION}/+download/ DISTNAME= ${PORTNAME}src diff --git a/games/glob2/Makefile b/games/glob2/Makefile index 40473e34f130..a9d8faa77666 100644 --- a/games/glob2/Makefile +++ b/games/glob2/Makefile @@ -1,6 +1,6 @@ PORTNAME= glob2 PORTVERSION= 0.9.5.0.g20240607 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MAINTAINER= makc@FreeBSD.org diff --git a/games/gnome-robots/Makefile b/games/gnome-robots/Makefile index 7799102841c6..779963d8be75 100644 --- a/games/gnome-robots/Makefile +++ b/games/gnome-robots/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-robots DISTVERSION= 41.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games gnome DIST_SUBDIR= gnome diff --git a/games/griels-quest/Makefile b/games/griels-quest/Makefile index e84d4cced923..d7c6e7c7a847 100644 --- a/games/griels-quest/Makefile +++ b/games/griels-quest/Makefile @@ -1,6 +1,7 @@ PORTNAME= griels-quest DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/hedgewars/Makefile b/games/hedgewars/Makefile index f1e45165c22b..28471e857b03 100644 --- a/games/hedgewars/Makefile +++ b/games/hedgewars/Makefile @@ -1,5 +1,6 @@ PORTNAME= hedgewars PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://www.hedgewars.org/download/releases/ DISTNAME= ${PORTNAME}-src-${DISTVERSION} diff --git a/games/hivetui/Makefile b/games/hivetui/Makefile index bb457d8e7c6e..1c45c5a98cab 100644 --- a/games/hivetui/Makefile +++ b/games/hivetui/Makefile @@ -1,7 +1,7 @@ PORTNAME= hivetui DISTVERSIONPREFIX= v DISTVERSION= 0.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= fuz@FreeBSD.org diff --git a/games/hoverboard-sdl/Makefile b/games/hoverboard-sdl/Makefile index 180bf01101d9..310a2ebd2a3f 100644 --- a/games/hoverboard-sdl/Makefile +++ b/games/hoverboard-sdl/Makefile @@ -1,6 +1,6 @@ PORTNAME= hoverboard PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/hypatia_engine/Makefile b/games/hypatia_engine/Makefile index 465e237f38f8..ad979d86c8f6 100644 --- a/games/hypatia_engine/Makefile +++ b/games/hypatia_engine/Makefile @@ -1,6 +1,6 @@ PORTNAME= hypatia_engine PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/games/iceicepenguin/Makefile b/games/iceicepenguin/Makefile index e9b32dc5535a..7be5b082bc4a 100644 --- a/games/iceicepenguin/Makefile +++ b/games/iceicepenguin/Makefile @@ -1,6 +1,6 @@ PORTNAME= iceicepenguin PORTVERSION= 1.5.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Default/Ice%20Ice%20Penguin/ \ SF/nemysisfreebsdp/games/:icons diff --git a/games/instead/Makefile b/games/instead/Makefile index 66ca15c66a6e..d5f4ce74eede 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -1,6 +1,6 @@ PORTNAME= instead PORTVERSION= 3.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index ee9d6d8e845a..d4e26de35ad7 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -1,7 +1,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile index ddb409a6ccbd..9486ea1e20b1 100644 --- a/games/jumpy/Makefile +++ b/games/jumpy/Makefile @@ -1,7 +1,7 @@ PORTNAME= jumpy DISTVERSIONPREFIX= v DISTVERSION= 0.12.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/keeperrl/Makefile b/games/keeperrl/Makefile index 3d80988271ca..781c4121257c 100644 --- a/games/keeperrl/Makefile +++ b/games/keeperrl/Makefile @@ -1,6 +1,6 @@ PORTNAME= keeperrl PORTVERSION= 0.0.${ALPHA_VERSION} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/games/krank/Makefile b/games/krank/Makefile index 7b61c45b5fad..93a57cf43819 100644 --- a/games/krank/Makefile +++ b/games/krank/Makefile @@ -1,6 +1,6 @@ PORTNAME= krank PORTVERSION= 07 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= SF diff --git a/games/lander/Makefile b/games/lander/Makefile index 6da3a09a3c7f..78c1a7717d29 100644 --- a/games/lander/Makefile +++ b/games/lander/Makefile @@ -1,7 +1,7 @@ PORTNAME= lander DISTVERSIONPREFIX= r DISTVERSION= 0.7.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/lbreakouthd/Makefile b/games/lbreakouthd/Makefile index 6d7c3a29ef7c..de5c500ed7ef 100644 --- a/games/lbreakouthd/Makefile +++ b/games/lbreakouthd/Makefile @@ -1,5 +1,6 @@ PORTNAME= lbreakouthd PORTVERSION= 1.1.11 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/lgames/${PORTNAME}/ diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile index d9e7b8c589ce..ed9c58bbb88f 100644 --- a/games/legend-of-edgar/Makefile +++ b/games/legend-of-edgar/Makefile @@ -1,5 +1,6 @@ PORTNAME= edgar DISTVERSION= 1.37 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://github.com/riksweeney/edgar/releases/download/${DISTVERSION}/ PKGNAMEPREFIX= legend-of- diff --git a/games/lwjgl/Makefile b/games/lwjgl/Makefile index cec0a99cb976..13abfea41a31 100644 --- a/games/lwjgl/Makefile +++ b/games/lwjgl/Makefile @@ -1,6 +1,6 @@ PORTNAME= lwjgl DISTVERSION= 2.9.4.20161208 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games java MAINTAINER= freebsd@skinc.ru @@ -27,6 +27,8 @@ USE_XORG= x11 xcursor xext xrandr xxf86vm MAKE_ENV+= CLASSPATH=${JAVAJARDIR}/jutils/jutils.jar:${JAVAJARDIR}/jinput/jinput.jar:${WRKSRC}/${DISTNAME}/jar/ ALL_TARGET= jars compile_native +NO_SHLIB_REQUIRES_GLOB= libjawt.so + PLIST_DIRS= ${JAVAJARDIR}/${PORTNAME} \ lib/${PORTNAME} PLIST_FILES= ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar \ diff --git a/games/meandmyshadow/Makefile b/games/meandmyshadow/Makefile index 2eaf44b491f8..2ed8edce105e 100644 --- a/games/meandmyshadow/Makefile +++ b/games/meandmyshadow/Makefile @@ -1,6 +1,6 @@ PORTNAME= meandmyshadow PORTVERSION= 0.5a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src diff --git a/games/minerbold/Makefile b/games/minerbold/Makefile index 1fa5296d8253..47766f94f4ba 100644 --- a/games/minerbold/Makefile +++ b/games/minerbold/Makefile @@ -1,6 +1,6 @@ PORTNAME= minerbold PORTVERSION= 1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 6f7211886e6b..9a4bef01e9ee 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,5 +1,6 @@ PORTNAME= mirrormagic DISTVERSION= 3.3.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://www.artsoft.org/RELEASES/linux/mirrormagic/ DISTNAME= ${PORTNAME}-${DISTVERSION}-linux diff --git a/games/monsterz/Makefile b/games/monsterz/Makefile index cb5e54e684a4..84317903ce7c 100644 --- a/games/monsterz/Makefile +++ b/games/monsterz/Makefile @@ -1,6 +1,7 @@ PORTNAME= monsterz PORTVERSION= 0.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= thierry@FreeBSD.org diff --git a/games/naev/Makefile b/games/naev/Makefile index 7600195c4a23..2228c1149490 100644 --- a/games/naev/Makefile +++ b/games/naev/Makefile @@ -1,6 +1,6 @@ PORTNAME= naev PORTVERSION= 0.12.4 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONSUFFIX= -source CATEGORIES= games MASTER_SITES= https://github.com/naev/naev/releases/download/v${PORTVERSION}/ diff --git a/games/narcissu2/Makefile b/games/narcissu2/Makefile index 069c8b59ee57..81827acbc990 100644 --- a/games/narcissu2/Makefile +++ b/games/narcissu2/Makefile @@ -1,6 +1,6 @@ PORTNAME= narcissu2 PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://www.neechin.net/file_download/22/:game \ http://www.neechin.net/file_download/27/:script \ diff --git a/games/nxengine/Makefile b/games/nxengine/Makefile index 807bda7fc300..983c0a131496 100644 --- a/games/nxengine/Makefile +++ b/games/nxengine/Makefile @@ -1,7 +1,7 @@ PORTNAME= nxengine DISTVERSION= 2.6.5-1 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES+= https://www.cavestory.org/downloads/:data DISTFILES+= cavestoryen.zip:data diff --git a/games/openage/Makefile b/games/openage/Makefile index edd3b6e3a029..205075907a63 100644 --- a/games/openage/Makefile +++ b/games/openage/Makefile @@ -1,6 +1,7 @@ PORTNAME= openage DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= freebsd@sysctl.cz diff --git a/games/openclaw/Makefile b/games/openclaw/Makefile index 8b76aa6e3c3e..6a6a113a830a 100644 --- a/games/openclaw/Makefile +++ b/games/openclaw/Makefile @@ -1,7 +1,7 @@ PORTNAME= OpenClaw DISTVERSION= 0.3-98 DISTVERSIONSUFFIX= -g3586dfa -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games PATCH_SITES= https://github.com/valpackett/${GH_PROJECT}/commit/ diff --git a/games/openspades/Makefile b/games/openspades/Makefile index 3b00a3c84071..cc2430321eeb 100644 --- a/games/openspades/Makefile +++ b/games/openspades/Makefile @@ -1,6 +1,6 @@ PORTNAME= openspades PORTVERSION= 0.1.3 -PORTREVISION= 4 +PORTREVISION= 5 DISTVERSIONPREFIX= v CATEGORIES= games MASTER_SITES= https://github.com/yvt/openspades-paks/releases/download/r33/:data diff --git a/games/pathological/Makefile b/games/pathological/Makefile index 91d13696929d..71503cbbc8d6 100644 --- a/games/pathological/Makefile +++ b/games/pathological/Makefile @@ -1,6 +1,6 @@ PORTNAME= pathological PORTVERSION= 1.1.3 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SF diff --git a/games/pinball/Makefile b/games/pinball/Makefile index c47f7083bbdf..cf55811495d1 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -1,6 +1,6 @@ PORTNAME= pinball PORTVERSION= 0.3.20230219 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= thierry@FreeBSD.org diff --git a/games/pioneer/Makefile b/games/pioneer/Makefile index cf6a328e2643..de8bd5be0482 100644 --- a/games/pioneer/Makefile +++ b/games/pioneer/Makefile @@ -1,6 +1,6 @@ PORTNAME= pioneer DISTVERSION= 20250501 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/pioneers/Makefile b/games/pioneers/Makefile index 53ef3a777e20..c9f0a32aed71 100644 --- a/games/pioneers/Makefile +++ b/games/pioneers/Makefile @@ -1,6 +1,6 @@ PORTNAME= pioneers PORTVERSION= 15.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games gnome MASTER_SITES= SF/pio/Source diff --git a/games/pipewalker/Makefile b/games/pipewalker/Makefile index dfb993dbe0d7..5c441ea39f00 100644 --- a/games/pipewalker/Makefile +++ b/games/pipewalker/Makefile @@ -1,6 +1,7 @@ PORTNAME= pipewalker DISTVERSIONPREFIX=v DISTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/ponscripter-07th-mod/Makefile b/games/ponscripter-07th-mod/Makefile index 57026d7703f6..db3ef63355d2 100644 --- a/games/ponscripter-07th-mod/Makefile +++ b/games/ponscripter-07th-mod/Makefile @@ -1,6 +1,7 @@ PORTNAME= ponscripter DISTVERSIONPREFIX= v DISTVERSION= 4.0.1 +PORTREVISION= 1 CATEGORIES= games PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/games/punchy/Makefile b/games/punchy/Makefile index 49648a817e95..c9cc2625e839 100644 --- a/games/punchy/Makefile +++ b/games/punchy/Makefile @@ -1,7 +1,7 @@ PORTNAME= punchy DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 26 +PORTREVISION= 27 CATEGORIES= games wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/games/py-fife/Makefile b/games/py-fife/Makefile index 2a0f733416d3..59cc903be364 100644 --- a/games/py-fife/Makefile +++ b/games/py-fife/Makefile @@ -1,6 +1,6 @@ PORTNAME= fife PORTVERSION= 0.4.2 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/games/py-mnemosyne-proj/Makefile b/games/py-mnemosyne-proj/Makefile index 193ae239ba68..0f4837757243 100644 --- a/games/py-mnemosyne-proj/Makefile +++ b/games/py-mnemosyne-proj/Makefile @@ -1,6 +1,6 @@ PORTNAME= mnemosyne-proj DISTVERSION= 2.11 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= games education python MASTER_SITES= PYPI diff --git a/games/pysolfc-cardsets/Makefile b/games/pysolfc-cardsets/Makefile index 6b1a48ce5b4e..a186c4fdff0d 100644 --- a/games/pysolfc-cardsets/Makefile +++ b/games/pysolfc-cardsets/Makefile @@ -1,5 +1,6 @@ PORTNAME= pysolfc-cardsets PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}/ \ https://slackware.uk/~urchlay/src/:bk diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile index f4770000507e..990f7b09175d 100644 --- a/games/pysolfc/Makefile +++ b/games/pysolfc/Makefile @@ -1,5 +1,6 @@ PORTNAME= pysolfc DISTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/PySolFC/${PYSOLFCDIR} \ SF/${PORTNAME}/PySolFC-Cardsets/minimal/:cardsets \ diff --git a/games/pyspacewar/Makefile b/games/pyspacewar/Makefile index bec3d2453d9a..3cb99fd202ab 100644 --- a/games/pyspacewar/Makefile +++ b/games/pyspacewar/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyspacewar DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index 868a18e42c8d..841905bdbfa9 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -1,7 +1,7 @@ PORTNAME= redeclipse PORTVERSION= 2.0.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/redeclipse16/Makefile b/games/redeclipse16/Makefile index fa33dde09ee2..71b15d25e2b6 100644 --- a/games/redeclipse16/Makefile +++ b/games/redeclipse16/Makefile @@ -1,7 +1,7 @@ PORTNAME= redeclipse PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games PKGNAMESUFFIX= 16 diff --git a/games/renpy/Makefile b/games/renpy/Makefile index 4243c7d9a68e..06e5d169acc4 100644 --- a/games/renpy/Makefile +++ b/games/renpy/Makefile @@ -1,7 +1,7 @@ PORTNAME= renpy PORTVERSION= 7.4.11 DISTVERSIONSUFFIX=-sdk -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games devel MASTER_SITES= https://www.renpy.org/dl/${PORTVERSION}/ @@ -18,6 +18,7 @@ LICENSE_PERMS_DejaVu= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept # https://github.com/renpy/renpy/issues/2003 DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2025-10-31 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}game_sdl2>0:devel/py-game_sdl2@${PY_FLAVOR} diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 28fe2908d009..c6819720da74 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,5 +1,6 @@ PORTNAME= rocksndiamonds DISTVERSION= 4.4.0.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/${PORTNAME}/ EXTRACT_SUFX= -linux.tar.gz diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index e5d23cdebc53..b3bce84c919e 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= rpg-cli DISTVERSION= 1.0.1 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org diff --git a/games/sauerbraten/Makefile b/games/sauerbraten/Makefile index 595f75c03aa9..7d57e658494c 100644 --- a/games/sauerbraten/Makefile +++ b/games/sauerbraten/Makefile @@ -1,6 +1,6 @@ PORTNAME= sauerbraten PORTVERSION= 20201221 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2020_11_29 DISTNAME= ${PORTNAME}_2020_12_21_linux diff --git a/games/sdlpop/Makefile b/games/sdlpop/Makefile index f38f88b5aca3..7a9bd2f976c6 100644 --- a/games/sdlpop/Makefile +++ b/games/sdlpop/Makefile @@ -1,7 +1,7 @@ PORTNAME= sdlpop DISTVERSIONPREFIX= v DISTVERSION= 1.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= pkubaj@FreeBSD.org diff --git a/games/solarus-quest-editor/Makefile b/games/solarus-quest-editor/Makefile index a6bc90f2a588..ea377c324c7e 100644 --- a/games/solarus-quest-editor/Makefile +++ b/games/solarus-quest-editor/Makefile @@ -1,6 +1,7 @@ PORTNAME= solarus-quest-editor PORTVERSION= 2.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org diff --git a/games/solarus/Makefile b/games/solarus/Makefile index 12c8da8f859c..a3b6f294e21e 100644 --- a/games/solarus/Makefile +++ b/games/solarus/Makefile @@ -1,6 +1,7 @@ PORTNAME= solarus PORTVERSION= 2.0.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= games MAINTAINER= danilo@FreeBSD.org diff --git a/games/solver/Makefile b/games/solver/Makefile index 6f6ada4d839c..5167a27b259a 100644 --- a/games/solver/Makefile +++ b/games/solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= solver DISTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= modex@danwin1210.de diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index 1fe436ff5823..d11d47221fe9 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -1,7 +1,7 @@ PORTNAME= starfighter PORTVERSION= 2.4 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= alfix86@gmail.com diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index f54384f91bb6..41f5ba391b50 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -1,5 +1,6 @@ PORTNAME= stonesoup DISTVERSION= 0.33.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= fuz@FreeBSD.org diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index b27748c51f59..a4c33037c393 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -1,7 +1,7 @@ PORTNAME= stratagus PORTVERSION= 3.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/sulis/Makefile b/games/sulis/Makefile index 9b7a66ac8776..29de9e10bcb6 100644 --- a/games/sulis/Makefile +++ b/games/sulis/Makefile @@ -1,6 +1,6 @@ PORTNAME= sulis DISTVERSION= 1.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/games/supertux2/Makefile b/games/supertux2/Makefile index bf7f4e182f2a..306e4609a427 100644 --- a/games/supertux2/Makefile +++ b/games/supertux2/Makefile @@ -2,7 +2,7 @@ PORTNAME= supertux DISTVERSIONPREFIX= v DISTVERSION= 0.6.3 DISTVERSIONSUFFIX= -Source -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games MASTER_SITES= https://github.com/SuperTux/supertux/releases/download/v${PORTVERSION}/ PKGNAMESUFFIX= 2 diff --git a/games/tesseract/Makefile b/games/tesseract/Makefile index 0eda4b303df9..7cd8a869ffea 100644 --- a/games/tesseract/Makefile +++ b/games/tesseract/Makefile @@ -1,6 +1,6 @@ PORTNAME= tesseract DISTVERSION= 2014_05_12 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://download.tuxfamily.org/${PORTNAME}/ PKGNAMESUFFIX= -game diff --git a/games/tome4-beta/Makefile b/games/tome4-beta/Makefile index 2e734b4e19c4..14d5c1692329 100644 --- a/games/tome4-beta/Makefile +++ b/games/tome4-beta/Makefile @@ -1,5 +1,5 @@ DISTVERSION= 1.6.0-beta7 -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -beta MASTERDIR= ${.CURDIR}/../tome4 diff --git a/games/tome4/Makefile b/games/tome4/Makefile index 2968175389df..9b34dcec0250 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -1,6 +1,6 @@ PORTNAME= tome4 DISTVERSION?= 1.7.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= games MASTER_SITES= https://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons diff --git a/games/toppler/Makefile b/games/toppler/Makefile index caee60bf94ec..df054dde7b09 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -1,6 +1,6 @@ PORTNAME= toppler PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 020dbbb5ec6a..3c927262bc5f 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -1,7 +1,7 @@ PORTNAME= trackballs PORTVERSION= 1.3.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org diff --git a/games/trigger-rally/Makefile b/games/trigger-rally/Makefile index 57634724bb0c..2960e6b7459d 100644 --- a/games/trigger-rally/Makefile +++ b/games/trigger-rally/Makefile @@ -1,6 +1,6 @@ PORTNAME= trigger-rally PORTVERSION= 0.6.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/trigger-rally/trigger-${PORTVERSION} diff --git a/games/tuxpaint-config/Makefile b/games/tuxpaint-config/Makefile index 84a15ca49dbb..3e03580b357e 100644 --- a/games/tuxpaint-config/Makefile +++ b/games/tuxpaint-config/Makefile @@ -1,5 +1,6 @@ PORTNAME= tuxpaint-config PORTVERSION= 0.0.25 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/tuxpaint/${PORTNAME}/${PORTVERSION} diff --git a/games/tuxpaint-fonts/Makefile b/games/tuxpaint-fonts/Makefile index 450b039cb722..169e496ef398 100644 --- a/games/tuxpaint-fonts/Makefile +++ b/games/tuxpaint-fonts/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuxpaint PORTVERSION= 2004.06.05 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= # PKGNAMESUFFIX= -fonts diff --git a/games/tuxpaint-stamps/Makefile b/games/tuxpaint-stamps/Makefile index a054f6721b84..9991ff39cf25 100644 --- a/games/tuxpaint-stamps/Makefile +++ b/games/tuxpaint-stamps/Makefile @@ -1,5 +1,6 @@ PORTNAME= tuxpaint-stamps PORTVERSION= 2024.07.17 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/tuxpaint/${PORTNAME}/${PORTVERSION:S|.|-|g} diff --git a/games/tuxpaint/Makefile b/games/tuxpaint/Makefile index ca124e755e7f..8cfeb2c9899d 100644 --- a/games/tuxpaint/Makefile +++ b/games/tuxpaint/Makefile @@ -1,6 +1,6 @@ PORTNAME= tuxpaint PORTVERSION= 0.9.34 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF #DISTNAME= ${PORTNAME}-${PORTVERSION}-sdl2 diff --git a/games/unknown-horizons/Makefile b/games/unknown-horizons/Makefile index 7a4fe9d05d1b..303e7e3192d8 100644 --- a/games/unknown-horizons/Makefile +++ b/games/unknown-horizons/Makefile @@ -1,6 +1,6 @@ PORTNAME= unknown-horizons PORTVERSION= 2019.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MAINTAINER= fiziologus@gmail.com diff --git a/games/valyriatear/Makefile b/games/valyriatear/Makefile index 91572b5453d3..c655f436f709 100644 --- a/games/valyriatear/Makefile +++ b/games/valyriatear/Makefile @@ -1,6 +1,6 @@ PORTNAME= valyriatear PORTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/vcmi/Makefile b/games/vcmi/Makefile index c16a1df3394e..81b2841b2ad3 100644 --- a/games/vcmi/Makefile +++ b/games/vcmi/Makefile @@ -1,6 +1,6 @@ PORTNAME= vcmi PORTVERSION= 1.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= danfe@FreeBSD.org diff --git a/games/vectoroids/Makefile b/games/vectoroids/Makefile index c27d361025af..7b0978c5cea5 100644 --- a/games/vectoroids/Makefile +++ b/games/vectoroids/Makefile @@ -1,5 +1,6 @@ PORTNAME= vectoroids DISTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://tuxpaint.org/ftp/unix/x/${PORTNAME}/src/ diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 473b8e3c70a2..4b3642d8d259 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -1,5 +1,5 @@ PORTNAME= veloren -PORTVERSION= s20250828 +PORTVERSION= s20250903 CATEGORIES= games wayland PKGNAMESUFFIX= -weekly @@ -24,7 +24,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.17.0-1006-g4d7f84d834 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-1018-g15f3d6725e # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ @@ -43,6 +43,10 @@ CARGO_ENV+= RUSTC_BOOTSTRAP=1 # XXX https://github.com/rust-lang/cargo/issues/4101 CARGO_INSTALL_PATH= server-cli voxygen +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289016 +CARGO_BUILDDEP= no +BUILD_DEPENDS+= rust188>0:lang/rust188 + post-patch: # .git/ directory is missing, so don't abort if git binary is also missing @${REINPLACE_CMD} -e 's/"git"/"${TRUE}"/' \ diff --git a/games/veloren-weekly/Makefile.crates b/games/veloren-weekly/Makefile.crates index c2ae27384aa1..9c6510d82c7c 100644 --- a/games/veloren-weekly/Makefile.crates +++ b/games/veloren-weekly/Makefile.crates @@ -515,6 +515,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ portable-atomic-util-0.2.4 \ postcard-1.1.1 \ powerfmt-0.2.0 \ + pp-rs-0.2.1 \ ppv-lite86-0.2.21 \ presser-0.3.1 \ proc-macro-crate-3.3.0 \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index 0b3be0322d6a..b14522a498f5 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1756294766 +TIMESTAMP = 1756940516 SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 @@ -1033,6 +1033,8 @@ SHA256 (rust/crates/postcard-1.1.1.crate) = 170a2601f67cc9dba8edd8c4870b15f71a6a SIZE (rust/crates/postcard-1.1.1.crate) = 35639 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/pp-rs-0.2.1.crate) = bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee +SIZE (rust/crates/pp-rs-0.2.1.crate) = 25905 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/presser-0.3.1.crate) = e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa @@ -1845,5 +1847,5 @@ SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43 SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 SHA256 (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = ffc38b7c73cb6419d02a21a3905cd0b00b3a544711230c5b11ef77301b7b9bb2 SIZE (DaforLynx-kira-v0.10.7-with-config_GH0.tar.gz) = 4379268 -SHA256 (veloren-v0.17.0-1006-g4d7f84d834.tar.bz2) = a45b87a7f37a09c1cffa58cf72bd0b44ca77a47c80d722564e72523422c3ce6c -SIZE (veloren-v0.17.0-1006-g4d7f84d834.tar.bz2) = 340002184 +SHA256 (veloren-v0.17.0-1018-g15f3d6725e.tar.bz2) = 542c6fa50328f1f9ca118ee54db7c3f34d49d00d65ed2d190d03d6576af23426 +SIZE (veloren-v0.17.0-1018-g15f3d6725e.tar.bz2) = 340008848 diff --git a/games/voadi/Makefile b/games/voadi/Makefile index d58ab7700615..2e7144dbaea1 100644 --- a/games/voadi/Makefile +++ b/games/voadi/Makefile @@ -1,5 +1,6 @@ PORTNAME= voadi DISTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/wargus/Makefile b/games/wargus/Makefile index 9fb7e2cdfb26..cb46ea834aac 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wargus PORTVERSION= 3.3.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 6fa6658f0829..76db63c6ce2a 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,5 +1,6 @@ PORTNAME= wesnoth PORTVERSION= 1.18.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ diff --git a/games/whichwayisup/Makefile b/games/whichwayisup/Makefile index b2a7c8e5be9c..1795f40d0c66 100644 --- a/games/whichwayisup/Makefile +++ b/games/whichwayisup/Makefile @@ -1,6 +1,6 @@ PORTNAME= whichwayisup PORTVERSION= 0.7.9 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games python MASTER_SITES= http://www.oletus.fi/static/whichwayisup/ \ SF/nemysisfreebsdp/games/${PORTNAME}/:icons diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 715a26360568..0aa99905e946 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -1,7 +1,7 @@ PORTNAME= widelands DISTVERSIONPREFIX= v DISTVERSION= 1.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org |