Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2024 19:23:43 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: e7814d589d41 - main - emulators/wine: %%WINEARCH%%-windows/mmcndmgr.dll isn't 32-bit only
Message-ID:  <202408051923.475JNh48021522@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by gerald:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7814d589d41238dfefe2f25a97a8fd335317b95

commit e7814d589d41238dfefe2f25a97a8fd335317b95
Author:     Gerald Pfeifer <gerald@FreeBSD.org>
AuthorDate: 2024-08-05 19:22:54 +0000
Commit:     Gerald Pfeifer <gerald@FreeBSD.org>
CommitDate: 2024-08-05 19:22:54 +0000

    emulators/wine: %%WINEARCH%%-windows/mmcndmgr.dll isn't 32-bit only
    
    PR:             280448, 220950
---
 emulators/wine/Makefile  | 2 +-
 emulators/wine/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index f34ff18eacac..0348a6e9df35 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	wine
 DISTVERSION=	9.0
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	https://dl.winehq.org/wine/source/9.0/
diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist
index ede1f72d7323..93bff7a97a70 100644
--- a/emulators/wine/pkg-plist
+++ b/emulators/wine/pkg-plist
@@ -2632,7 +2632,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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408051923.475JNh48021522>