aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
...
* games/cataclysm-dda: Update to 0.INuno Teixeira2026-06-206-593/+1775
| | | | | | | | | - Fix locale path [1] - Add 'CXXFLAGS+= -Wno-error=range-loop-construct' to avoid build failure due to strict Clang range-loop warning combined with -Werror ChangeLog: https://github.com/CleverRaven/Cataclysm-DDA/releases/tag/0.I Reported by: Wiwi Kuan <wiwikuan@fastmail.com> [1]
* games/rare: Update to 1.12.0.155Alexander Vereeken2026-06-202-4/+4
| | | | | | | | | | | | | | | Changelogs: https://github.com/RareDevs/Rare/releases/tag/1.12.0.155 https://github.com/RareDevs/Rare/releases/tag/1.12.0.154 https://github.com/RareDevs/Rare/releases/tag/1.12.0.116 https://github.com/RareDevs/Rare/releases/tag/1.12.0.102 https://github.com/RareDevs/Rare/releases/tag/1.12.0.99 https://github.com/RareDevs/Rare/releases/tag/1.12.0.89 https://github.com/RareDevs/Rare/releases/tag/1.12.0.70 https://github.com/RareDevs/Rare/releases/tag/1.12.0.55 https://github.com/RareDevs/Rare/releases/tag/1.12.0.13 PR: 295549 Approved by: arrowd (co-mentor)
* games/veloren-weekly: update to s20260618Jan Beich2026-06-202-5/+5
| | | | Changes: https://gitlab.com/veloren/veloren/-/compare/2dd9ea8c42...ef31455955
* games/valyriatear: Remove from treeDaniel Engberg2026-06-199-147/+0
| | | | Listed as broken for more than a year and upstream is no longer active
* games/cgoban: Remove from treeDaniel Engberg2026-06-195-46/+0
| | | | Listed as broken for more than a year
* games/etlegacy: Update to 2.84.0Jose Alonso Cardenas Marquez2026-06-197-61/+48
|
* games/anki: Update to 26.05Kai Knoblich2026-06-185-72/+109
| | | | | | | | Changelog: https://github.com/ankitects/anki/releases/tag/26.05 MFH: No (feature release)
* games/iqpuzzle: update 1.5.0 → 1.5.1Yuri Victorovich2026-06-183-15/+15
|
* games/veloren-weekly: update to s20260617Jan Beich2026-06-186-1095/+1282
| | | | Changes: https://gitlab.com/veloren/veloren/-/compare/4df794c12c...2dd9ea8c42
* games/openenroth: introduce some minor improvements and fixesAlexey Dokuchaev2026-06-174-45/+64
| | | | | | | | | | | | | - Reflect currently required C++ standard (23) in the USES line - Convert GH_ACCOUNT/GH_PROJECT/GH_TAGNAME/GH_SUBDIR lists into GH_TUPLE which is shorter, more blame-friendly and thus easier to maintain (assess changes) - Depend on `math/fast_float' implementation from the ports - Try to unbreak the build against Clang 21.1.8 by initializing const pointer and explicitly invoking operator bool() when asserting unique_ptr Reported by: pkg-fallout
* games/nethack36: Add CPE informationBernhard Froehlich2026-06-151-1/+4
|
* games/nethack34: Add CPE informationBernhard Froehlich2026-06-151-1/+4
|
* games/nethack33: Add CPE informationBernhard Froehlich2026-06-151-1/+3
|
* games/nethack32: Add CPE informationBernhard Froehlich2026-06-151-1/+3
|
* games/pysolfc: Update to 3.6.0Kai Knoblich2026-06-152-5/+4
| | | | | | Changelog: https://github.com/shlomif/PySolFC/blob/pysolfc-3.6.0/NEWS.asciidoc
* games/lmarbles: Pass maintainershipNuno Teixeira2026-06-141-1/+2
| | | | PR: 295905
* games/lmarbles: Upgrade to 1.1.1Nuno Teixeira2026-06-144-31/+36
| | | | | | | | | | - Switch to DISTVERSION - Drop fetching extra icons and use shipped desktop .png - Add pkg-message about upstream changes related to removal of global shared state support - Take maintainership ChangeLog: https://sourceforge.net/p/lgames/code/HEAD/tree/trunk/lmarbles/ChangeLog
* games/rocksndiamonds: Update to 4.4.2.1Nuno Teixeira2026-06-142-4/+4
| | | | ChangeLog: https://www.artsoft.org/2026/06/13/rocksndiamonds-4-4-2-1-released/
* games/veloren-weekly: update to s20260611Jan Beich2026-06-132-5/+5
| | | | Changes: https://gitlab.com/veloren/veloren/-/compare/30dc4ff7f7...4df794c12c
* games/warzone2100: update 4.6.3 → 4.7.0Dmitry Marakasov2026-06-114-9/+49
| | | | | | PR: 295923 Submitted by: eric@camachat.org (partial) Tested by: eric@camachat.org
* games/nbsdgames: update to 6.0.2Robert Clausecker2026-06-113-12/+15
| | | | Changelog: https://github.com/abakh/nbsdgames/releases/tag/v6.0.2
* games/openrct2: update to 0.5.2Piotr Kubaj2026-06-113-12/+14
| | | | Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.5.2
* games/veloren-weekly: update to s20260610Jan Beich2026-06-112-6/+5
| | | | Changes: https://gitlab.com/veloren/veloren/-/compare/addd09fb764...30dc4ff7f7
* games/rocksndiamonds: Update to 4.4.2.0Nuno Teixeira2026-06-102-4/+4
| | | | ChangeLog: https://www.artsoft.org/2026/06/07/rocksndiamonds-4-4-2-0-released/
* games/jvgs: Fix build after CMake changesGleb Popov2026-06-081-0/+10
| | | | | Approved by: amdmi3 Pull Request: https://github.com/freebsd/freebsd-ports/pull/530
* games/divide-and-succeed: Fix build after CMake changesGleb Popov2026-06-081-1/+6
| | | | | Approved by: amdmi3 Pull Request: https://github.com/freebsd/freebsd-ports/pull/530
* games/flightgear-aircraft: Update to 20260606Ganael LAPLANCHE2026-06-072-42/+42
|
* games/flightgear: Update to 2024.1.6Ganael LAPLANCHE2026-06-074-8/+8
|
* games/lbreakouthd: update 1.1.11 → 1.2.2Dmitry Marakasov2026-06-052-6/+5
| | | | | PR: 271500 Tested by: dnpowers@me.com
* games/minetestmapper: revert removal and update 20220221 → 20250408Dmitry Marakasov2026-06-045-0/+49
| | | | | | | | Please do not remove ports abruptly. Instead, go through a proper process of first documenting the breakage with unconditional BROKEN and then scheduling the removal with DEPRECATED/EXPIRATION_DATE. Pointyhat to: diizzy
* KDE: Update KDE Gear to 26.04.2Max Brazhnikov2026-06-0455-147/+138
| | | | Announcement: https://kde.org/announcements/gear/26.04.2/
* lang/rust: Bump revisions after 1.96.0Mikael Urankar2026-06-0413-9/+13
| | | | PR: 295694
* games/vcmi: update VCMI to version 1.7.4Alexey Dokuchaev2026-06-043-41/+99
| | | | | | | Optionize video and NLS support as those features entail additional dependencies. Reported by: portscout
* various: Bump go ports for go-1.25.11 / go-1.26.4Dag-Erling Smørgrav2026-06-034-4/+4
|
* games/lwjgl3: Update 3.3.6 => 3.4.1.g20260203Vladimir Druzenko2026-06-0312-83/+80
| | | | | | | | | | | Update to 3.4.1 without commit where upstream migrated to kotlin 2.3: https://github.com/LWJGL/lwjgl3/commit/fc933eba7a4003f2bc1e5d3e04183e500d7d17a8 Changelogs: https://github.com/LWJGL/lwjgl3/releases/tag/3.4.0 https://github.com/LWJGL/lwjgl3/releases/tag/3.4.1 Sponsored by: UNIS Labs
* games/tanglet: Update to 1.6.9Jason E. Hale2026-06-023-13/+5
| | | | | | | Stop voluntarily installing documentation that nobody needs or will ever read. https://github.com/gottcode/tanglet/releases/tag/v1.6.9
* games/gottet: Update to 1.2.7Jason E. Hale2026-06-023-13/+5
| | | | | | | Stop voluntarily installing documentation that nobody needs or will ever read. https://github.com/gottcode/gottet/releases/tag/v1.2.7
* games/cutemaze: Update to 1.3.6Jason E. Hale2026-06-022-11/+5
| | | | | | | Stop voluntarily installing documentation that nobody needs or will ever read. https://github.com/gottcode/cutemaze/releases/tag/v1.3.6
* games/connectagram: Update to 1.3.9Jason E. Hale2026-06-023-13/+5
| | | | | | | Stop voluntarily installing documentation that nobody needs or will ever read. https://github.com/gottcode/connectagram/releases/tag/v1.3.9
* */*: Bump PORTREVISION for libsodium consumers after version bumpDaniel Engberg2026-06-013-2/+3
| | | | Bump consumers of libsodium
* games/minetestmapper: Remove from treeDaniel Engberg2026-06-015-49/+0
| | | | | | Broken for months Reported by: pkg-fallout
* games/xray-16: Update 2921-january-2025-rc1.20260315 => ↵Martin Filla2026-06-012-11/+11
| | | | | | | | | | 2921-january-2025-rc1.20260601 Commit log: https://github.com/OpenXRay/xray-16/compare/5f16507...11b8c4e PR: 295771 Sponsored by: UNIS Labs
* games/robocode-naval: Fix CPE dataBernhard Froehlich2026-05-311-1/+0
|
* games/robocode: Fix CPE dataBernhard Froehlich2026-05-311-1/+0
| | | | | According to NIST CPE Dictionary robocode_project:robocode is deprecated in favour of robocde:robocode
* games/legendary: Fix WWWDmitry Marakasov2026-05-291-1/+1
| | | | Approved by: portmgt blanket
* games/veloren-weekly: update to s20260527Jan Beich2026-05-282-5/+5
| | | | Changes: https://gitlab.com/veloren/veloren/-/compare/c6791e6e3c...addd09fb764
* games/sgt-puzzles: update 20260410 → 20260523Dmitry Marakasov2026-05-272-5/+5
|
* games/powder-toy-devel: update snapshot-392 → snapshot-396Dmitry Marakasov2026-05-272-4/+4
|
* games/luanti: update 5.15.2 → 5.16.1Dmitry Marakasov2026-05-273-4/+6
|
* games/DDNet: update 19.5 → 19.8.3Dmitry Marakasov2026-05-272-5/+4
|