Date: Sun, 4 Aug 2024 08:43:00 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a19dda7e99d2 - main - emulators/wine-devel: %%WINEARCH%%-windows/mmcndmgr.dll isn't 32-bit only Message-ID: <202408040843.4748h0f1075390@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=a19dda7e99d2445489c509bf64abe949bdfe545b commit a19dda7e99d2445489c509bf64abe949bdfe545b Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2024-08-04 08:40:09 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2024-08-04 08:40:09 +0000 emulators/wine-devel: %%WINEARCH%%-windows/mmcndmgr.dll isn't 32-bit only PR: 280448, 220950 --- emulators/wine-devel/Makefile | 1 + emulators/wine-devel/pkg-plist | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 1556e9322854..802cb92f12ee 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,6 @@ PORTNAME= wine DISTVERSION= 9.14 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/9.x/ diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 2496a574766e..1c3aca3f74ac 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -2140,7 +2140,7 @@ lib/wine/%%WINEARCH%%-windows/mfsrcsnk.dll lib/wine/%%WINEARCH%%-windows/mgmtapi.dll lib/wine/%%WINEARCH%%-windows/midimap.dll lib/wine/%%WINEARCH%%-windows/mlang.dll -%%WINE32%%lib/wine/%%WINEARCH%%-windows/mmcndmgr.dll +lib/wine/%%WINEARCH%%-windows/mmcndmgr.dll lib/wine/%%WINEARCH%%-windows/mmdevapi.dll %%WINE32%%lib/wine/%%WINEARCH%%-windows/mmdevldr.vxd %%WINE32%%lib/wine/%%WINEARCH%%-windows/mmsystem.dll16
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408040843.4748h0f1075390>