diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index ca1ff3d4d7a8..fda4cbe4929b 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -1,39 +1,40 @@ PORTNAME= winetricks -DISTVERSION= 20250102 +DISTVERSION= 20250212 CATEGORIES= emulators MAINTAINER= Alexander88207@protonmail.com COMMENT= Easy way to work around problems in Wine WWW= https://wiki.winehq.org/Winetricks LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture RUN_DEPENDS= cabextract:archivers/cabextract USES= perl5 USE_GITHUB= yes GH_ACCOUNT= Winetricks +GH_TAGNAME= e73c4d8 USE_PERL5= run NO_ARCH= yes NO_BUILD= yes PLIST_FILES= bin/winetricks \ share/man/man1/winetricks.1.gz OPTIONS_DEFINE= X11 OPTIONS_DEFAULT= X11 X11_RUN_DEPENDS= xdg-open:devel/xdg-utils \ zenity:x11/zenity do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/winetricks ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/src/winetricks.1 \ ${STAGEDIR}${PREFIX}/share/man/man1 .include diff --git a/emulators/winetricks/distinfo b/emulators/winetricks/distinfo index cdb81b0bd06a..97dbf8b10324 100644 --- a/emulators/winetricks/distinfo +++ b/emulators/winetricks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735937454 -SHA256 (Winetricks-winetricks-20250102_GH0.tar.gz) = 24d339806e3309274ee70743d76ff7b965fef5a534c001916d387c924eebe42e -SIZE (Winetricks-winetricks-20250102_GH0.tar.gz) = 669468 +TIMESTAMP = 1746309460 +SHA256 (Winetricks-winetricks-20250212-e73c4d8_GH0.tar.gz) = 8c80de3b1a8982f78994443d669c17cbbd2438118b358fdbff79e6e179f8fe48 +SIZE (Winetricks-winetricks-20250212-e73c4d8_GH0.tar.gz) = 669762 diff --git a/emulators/winetricks/files/patch-src_winetricks b/emulators/winetricks/files/patch-src_winetricks new file mode 100644 index 000000000000..08854bf3badd --- /dev/null +++ b/emulators/winetricks/files/patch-src_winetricks @@ -0,0 +1,20 @@ +--- src/winetricks.orig 2025-02-12 05:00:41 UTC ++++ src/winetricks +@@ -4462,7 +4462,7 @@ winetricks_set_wineprefix() + fi + fi + if [ -z "${_W_wine_binary_arch}" ]; then +- w_warn "Unknown file arch of ${WINE_BIN}." ++ true + fi + + # determine wow64 type (new/old) +@@ -4569,7 +4569,7 @@ winetricks_set_wineprefix() + if [ "${_W_wow64_style}" = "new" ]; then + w_warn "You appear to be using Wine's new wow64 mode. Note that this is EXPERIMENTAL and not yet fully supported. If reporting an issue, be sure to mention this." + elif [ "${_W_wow64_style}" = "unknown" ]; then +- w_warn "WoW64 type could not be detected." ++ true + fi + fi +