diff options
author | gerald <gerald@FreeBSD.org> | 2015-03-08 18:28:09 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-03-08 18:28:09 +0800 |
commit | 35ad56136c353e9f6f2a6ea41752558ac5f2c2d1 (patch) | |
tree | e29708cc9dcafbcfd3679b3a0e166b69236b71a9 /emulators/wine-devel | |
parent | cd5add09adb8ba71221bbe4c113189c9122a85f4 (diff) | |
download | freebsd-ports-gnome-35ad56136c353e9f6f2a6ea41752558ac5f2c2d1.tar.gz freebsd-ports-gnome-35ad56136c353e9f6f2a6ea41752558ac5f2c2d1.tar.zst freebsd-ports-gnome-35ad56136c353e9f6f2a6ea41752558ac5f2c2d1.zip |
Update to Wine 1.7.38. This includes the following changes:
- New version of the Gecko engine based on Firefox 36.
- Updated version of the Mono engine.
- Support for themed scrollbars.
- More compatible RPC interface for service control.
- Support for X Drag & Drop version 5.
- Threading fixes in IME support.
- Various bug fixes.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 10 |
3 files changed, 17 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index cd7ecb8f81c0..48b14b7032c8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.37 +DISTVERSION= 1.7.38 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -68,7 +68,7 @@ CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client DOSBOX_RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox -GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.34-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel +GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.36-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls @@ -82,7 +82,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:${PORTSDIR}/textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.4.msi:${PORTSDIR}/emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.5.6.msi:${PORTSDIR}/emulators/wine-mono-devel MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:${PORTSDIR}/audio/mpg123 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 5c3aa31f9b33..ab56056bb8f0 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.37.tar.bz2) = 6730ec79bc8d5f61ab90d9cb51daab26a57c1a79e2804e03731f060dea4af305 -SIZE (wine-1.7.37.tar.bz2) = 22034021 -SHA256 (v1.7.37.tar.gz) = db13e8d8f9319afefb73624a9c630b125613102eace9a1ef5e65e8113d65ff3f -SIZE (v1.7.37.tar.gz) = 9001155 +SHA256 (wine-1.7.38.tar.bz2) = 981ee93e7db6b2b8d1ee16999cdff915a9411b1566539edc56137f9cd4d36bc0 +SIZE (wine-1.7.38.tar.bz2) = 22027786 +SHA256 (v1.7.38.tar.gz) = b77fc0913c972c0cb2b3fcc3d7627a838ba05cb876396cab526f518564f2f936 +SIZE (v1.7.38.tar.gz) = 9047747 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 83eeec638bee..1219925f4b3c 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1645,6 +1645,11 @@ lib/wine/fakedlls/wuapi.dll lib/wine/fakedlls/wuaueng.dll lib/wine/fakedlls/wusa.exe lib/wine/fakedlls/x3daudio1_1.dll +lib/wine/fakedlls/x3daudio1_2.dll +lib/wine/fakedlls/x3daudio1_3.dll +lib/wine/fakedlls/x3daudio1_4.dll +lib/wine/fakedlls/x3daudio1_5.dll +lib/wine/fakedlls/x3daudio1_6.dll lib/wine/fakedlls/x3daudio1_7.dll lib/wine/fakedlls/xapofx1_1.dll lib/wine/fakedlls/xapofx1_3.dll @@ -2227,6 +2232,11 @@ lib/wine/wuapi.dll.so lib/wine/wuaueng.dll.so lib/wine/wusa.exe.so lib/wine/x3daudio1_1.dll.so +lib/wine/x3daudio1_2.dll.so +lib/wine/x3daudio1_3.dll.so +lib/wine/x3daudio1_4.dll.so +lib/wine/x3daudio1_5.dll.so +lib/wine/x3daudio1_6.dll.so lib/wine/x3daudio1_7.dll.so lib/wine/xapofx1_1.dll.so lib/wine/xapofx1_3.dll.so |