git: 5b6ae6008a8b - main - emulators/wine-devel: Complete the packaging list on amd64
Gerald Pfeifer
gerald at FreeBSD.org
Fri Sep 10 07:47:01 UTC 2021
The branch main has been updated by gerald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5b6ae6008a8b7eafc1a02a13352c2a1553bdfa5b
commit 5b6ae6008a8b7eafc1a02a13352c2a1553bdfa5b
Author: Gerald Pfeifer <gerald at FreeBSD.org>
AuthorDate: 2021-09-10 07:46:40 +0000
Commit: Gerald Pfeifer <gerald at FreeBSD.org>
CommitDate: 2021-09-10 07:46:40 +0000
emulators/wine-devel: Complete the packaging list on amd64
On the way alphabetically sort two other files (both of which are
conditionals).
---
emulators/wine-devel/Makefile | 1 +
emulators/wine-devel/pkg-plist | 7 ++++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile
index cfd2fbe90fa7..ba5782dbb8fc 100644
--- a/emulators/wine-devel/Makefile
+++ b/emulators/wine-devel/Makefile
@@ -2,6 +2,7 @@
PORTNAME= wine
DISTVERSION= 6.16
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \
diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist
index adedeb93c113..17a9cf21fa5d 100644
--- a/emulators/wine-devel/pkg-plist
+++ b/emulators/wine-devel/pkg-plist
@@ -22,8 +22,8 @@ bin/winegcc
bin/winemaker
bin/winemine
bin/winepath
-%%WINE32%%bin/wineserver32
%%WINE64%%bin/wineserver
+%%WINE32%%bin/wineserver32
bin/wmc
bin/wrc
include/wine/debug.h
@@ -1898,6 +1898,7 @@ lib/wine/%%WINEARCH%%-unix/libwmcodecdspuuid.a
lib/wine/%%WINEARCH%%-unix/libwmvcore.def
lib/wine/%%WINEARCH%%-unix/libwnaspi32.def
%%WINE32%%lib/wine/%%WINEARCH%%-unix/libwow32.def
+%%WINE64%%lib/wine/%%WINEARCH%%-unix/libwow64.def
lib/wine/%%WINEARCH%%-unix/libws2_32.def
lib/wine/%%WINEARCH%%-unix/libwsdapi.def
lib/wine/%%WINEARCH%%-unix/libwsnmp32.def
@@ -2331,7 +2332,9 @@ lib/wine/%%WINEARCH%%-unix/wmvcore.dll.so
lib/wine/%%WINEARCH%%-unix/wnaspi32.dll.so
lib/wine/%%WINEARCH%%-unix/wordpad.exe.so
%%WINE32%%lib/wine/%%WINEARCH%%-unix/wow32.dll.so
+%%WINE64%%lib/wine/%%WINEARCH%%-unix/wow64.dll.so
%%WINE64%%lib/wine/%%WINEARCH%%-unix/wow64cpu.dll.so
+%%WINE64%%lib/wine/%%WINEARCH%%-unix/wow64win.dll.so
lib/wine/%%WINEARCH%%-unix/wpc.dll.so
lib/wine/%%WINEARCH%%-unix/wpcap.dll.so
lib/wine/%%WINEARCH%%-unix/wpcap.so
@@ -3357,7 +3360,9 @@ lib/wine/%%WINEARCH%%-windows/wmvcore.dll
lib/wine/%%WINEARCH%%-windows/wnaspi32.dll
lib/wine/%%WINEARCH%%-windows/wordpad.exe
%%WINE32%%lib/wine/%%WINEARCH%%-windows/wow32.dll
+%%WINE64%%lib/wine/%%WINEARCH%%-windows/wow64.dll
%%WINE64%%lib/wine/%%WINEARCH%%-windows/wow64cpu.dll
+%%WINE64%%lib/wine/%%WINEARCH%%-windows/wow64win.dll
lib/wine/%%WINEARCH%%-windows/wpc.dll
lib/wine/%%WINEARCH%%-windows/wpcap.dll
lib/wine/%%WINEARCH%%-windows/write.exe
More information about the dev-commits-ports-all
mailing list