diff options
author | gerald <gerald@FreeBSD.org> | 2017-03-22 05:13:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-03-22 05:13:26 +0800 |
commit | f0e493f996d8c9ec21fa122b53e6c4dd72b4c866 (patch) | |
tree | ce72ed9688af70610f6a419d2490fb5257406293 /emulators/wine-devel | |
parent | 7ab00c297e511a3e5cff9cc6dc6e26d00271f5ae (diff) | |
download | freebsd-ports-gnome-f0e493f996d8c9ec21fa122b53e6c4dd72b4c866.tar.gz freebsd-ports-gnome-f0e493f996d8c9ec21fa122b53e6c4dd72b4c866.tar.zst freebsd-ports-gnome-f0e493f996d8c9ec21fa122b53e6c4dd72b4c866.zip |
Update wine-devel to Wine 2.4. This includes the following changes:
- Built-in implementation of cryptographic hashes.
- More Direct3D command stream work.
- Simulated bold and italic in DirectWrite.
- Improvements to the XML reader.
- Various bug fixes.
Also the Mono engine (wine-mono-devel) is updated with upstream fixes
to version 4.7.0.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 08497a23070a..e9acd05383e6 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 2.3 -PORTREVISION= 1 +DISTVERSION= 2.4 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -82,7 +81,7 @@ LDAP_USE= OPENLDAP=yes LIBXSLT_CONFIGURE_WITH= xslt LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt -MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.6.4.msi:emulators/wine-mono-devel +MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.7.0.msi:emulators/wine-mono-devel MPG123_CONFIGURE_WITH= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 679afe685ebe..35dd013fa6ce 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1488840326 -SHA256 (wine-2.3.tar.xz) = afc95c7a87cc8f0730b462c50a5dfc9c462eb02c6bf5874b4fa99946f49e067e -SIZE (wine-2.3.tar.xz) = 18931732 -SHA256 (v2.3.tar.gz) = 9a81be606836fab6203857f7937ff97575947f75d52c80fb5489418efb8b87e1 -SIZE (v2.3.tar.gz) = 10071742 +TIMESTAMP = 1490120116 +SHA256 (wine-2.4.tar.xz) = 87b5df07e4781fecce2f92415a4717208ea253a20a0df8b36b9f90b69b72748e +SIZE (wine-2.4.tar.xz) = 18953748 +SHA256 (v2.4.tar.gz) = 709cab12c0ebf7cf9504fd4a67eb851272309e00066ad81f184b0f55c63e9deb +SIZE (v2.4.tar.gz) = 10067020 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 64601e290e53..5a7b6fe47909 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -516,6 +516,7 @@ include/wine/windows/msinkaut.h include/wine/windows/msinkaut.idl include/wine/windows/msiquery.h include/wine/windows/mssip.h +include/wine/windows/msstkppg.h include/wine/windows/mstask.h include/wine/windows/mstask.idl include/wine/windows/mstcpip.h |