games/powder-toy: update 98.2.365 → 99.0.377

This commit is contained in:
Dmitry Marakasov 2024-12-25 17:02:35 +03:00
parent 4ab5e85f96
commit b9ddce09b1
3 changed files with 10 additions and 11 deletions

View file

@ -1,7 +1,6 @@
PORTNAME= powder-toy PORTNAME= powder-toy
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 98.2.365 DISTVERSION= 99.0.377
PORTREVISION= 2
CATEGORIES= games CATEGORIES= games
MAINTAINER= amdmi3@FreeBSD.org MAINTAINER= amdmi3@FreeBSD.org
@ -39,7 +38,7 @@ SSE_MESON_ON= -Dx86_sse=auto
SSE_MESON_OFF= -Dx86_sse=none SSE_MESON_OFF= -Dx86_sse=none
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/meson.build @${REINPLACE_CMD} -e "s|'python3'|'${PYTHON_CMD}'|" ${WRKSRC}/meson.build
do-install: do-install:
${INSTALL_PROGRAM} ${BUILD_WRKSRC}/powder-toy ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/powder-toy ${STAGEDIR}${PREFIX}/bin/

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1712344040 TIMESTAMP = 1735134407
SHA256 (The-Powder-Toy-The-Powder-Toy-v98.2.365_GH0.tar.gz) = 21900b6b022535d0e56126b023538cc4f44b64feceafb5640492618a42a60080 SHA256 (The-Powder-Toy-The-Powder-Toy-v99.0.377_GH0.tar.gz) = 5484c4254f01852051686ae17738420827ad0847388018f0b96abda221bc1c3a
SIZE (The-Powder-Toy-The-Powder-Toy-v98.2.365_GH0.tar.gz) = 777726 SIZE (The-Powder-Toy-The-Powder-Toy-v99.0.377_GH0.tar.gz) = 795278

View file

@ -1,11 +1,11 @@
--- resources/meson.build.orig 2023-01-04 02:02:45 UTC --- resources/meson.build.orig 2024-12-25 03:50:36 UTC
+++ resources/meson.build +++ resources/meson.build
@@ -68,7 +68,7 @@ elif host_platform == 'darwin' @@ -98,7 +98,7 @@ elif host_platform == 'darwin'
output: 'Info.plist', output: 'Info.plist',
configuration: conf_data, configuration: conf_data,
) )
-elif host_platform == 'linux' -elif host_platform == 'linux'
+else +else
data_files += to_array.process(rendered_icons['icon_exe'], extra_args: 'icon_exe_png') embedded_files += [
data_files += to_array.process(rendered_icons['icon_cps'], extra_args: 'icon_cps_png') [ 'icon_exe_png', rendered_icons['icon_exe'] ],
data_files += to_array.process('save.xml', extra_args: 'save_xml') [ 'icon_cps_png', rendered_icons['icon_cps'] ],