diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-08-10 10:22:38 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-08-10 10:22:38 +0800 |
commit | b82fbea7a70aa0e1a617654543fcd20509d39c86 (patch) | |
tree | a803c4e5db9262ef5ec00d2254363528a7beaa24 | |
parent | 5537e381087a2036492b798c8399dbd06ea51926 (diff) | |
download | freebsd-ports-gnome-b82fbea7a70aa0e1a617654543fcd20509d39c86.tar.gz freebsd-ports-gnome-b82fbea7a70aa0e1a617654543fcd20509d39c86.tar.zst freebsd-ports-gnome-b82fbea7a70aa0e1a617654543fcd20509d39c86.zip |
Update to Wine 1.7.24. This includes the following changes:
- Beginning of some DirectWrite classes implementation.
- Initial wrapper dll for the packet capture library.
- Some crypto improvements.
- Various bug fixes.
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 3976c23ad8f4..df4f87e79503 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.23 +DISTVERSION= 1.7.24 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 711643929b18..88da8eee9271 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,4 +1,4 @@ -SHA256 (wine-1.7.23.tar.bz2) = db9c7b3b87edde7c63b2c5ae81631771b03650d7435461139fca2b177de05c04 -SIZE (wine-1.7.23.tar.bz2) = 21712056 -SHA256 (v1.7.23.tar.gz) = ebf7d412d3c405b73b5f14198ee2f2b98e4ee243f2d652e1a18dbeff7639b0f6 -SIZE (v1.7.23.tar.gz) = 8100392 +SHA256 (wine-1.7.24.tar.bz2) = 5e9a9f250b6eb703cdc13c6dcfe025958dadddfdd3f8e683f46c2d642b5ec749 +SIZE (wine-1.7.24.tar.bz2) = 21715711 +SHA256 (v1.7.24.tar.gz) = 56c67f348e60b4ecde5a846ca23999e98bb07a60d8c0ab48a7b5c2b40f692039 +SIZE (v1.7.24.tar.gz) = 8157703 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 435308a4b0f9..b1f3c76f4ff2 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -1564,6 +1564,7 @@ lib/wine/fakedlls/wmvcore.dll lib/wine/fakedlls/wnaspi32.dll lib/wine/fakedlls/wordpad.exe lib/wine/fakedlls/wow32.dll +lib/wine/fakedlls/wpcap.dll lib/wine/fakedlls/write.exe lib/wine/fakedlls/ws2_32.dll lib/wine/fakedlls/wscript.exe @@ -2123,6 +2124,7 @@ lib/wine/wmvcore.dll.so lib/wine/wnaspi32.dll.so lib/wine/wordpad.exe.so lib/wine/wow32.dll.so +lib/wine/wpcap.dll.so lib/wine/write.exe.so lib/wine/ws2_32.dll.so lib/wine/wscript.exe.so |