Date: Sun, 8 Mar 2015 10:28:10 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380759 - head/emulators/wine-devel Message-ID: <201503081028.t28ASAh1046620@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sun Mar 8 10:28:09 2015 New Revision: 380759 URL: https://svnweb.freebsd.org/changeset/ports/380759 QAT: https://qat.redports.org/buildarchive/r380759/ Log: 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. Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo head/emulators/wine-devel/pkg-plist Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sun Mar 8 10:27:28 2015 (r380758) +++ head/emulators/wine-devel/Makefile Sun Mar 8 10:28:09 2015 (r380759) @@ -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} 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 Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Mar 8 10:27:28 2015 (r380758) +++ head/emulators/wine-devel/distinfo Sun Mar 8 10:28:09 2015 (r380759) @@ -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 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Mar 8 10:27:28 2015 (r380758) +++ head/emulators/wine-devel/pkg-plist Sun Mar 8 10:28:09 2015 (r380759) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503081028.t28ASAh1046620>