diff options
author | gerald <gerald@FreeBSD.org> | 2011-04-02 06:43:25 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2011-04-02 06:43:25 +0800 |
commit | d8706ae1ace5b6316688fd6e15875f6c1aff8b88 (patch) | |
tree | 7d303989f40b52f41c7e75927236347c181c4f37 /emulators/wine | |
parent | 746101d7e6a06c09b7871be6de0d9709e38042c7 (diff) | |
download | freebsd-ports-gnome-d8706ae1ace5b6316688fd6e15875f6c1aff8b88.tar.gz freebsd-ports-gnome-d8706ae1ace5b6316688fd6e15875f6c1aff8b88.tar.zst freebsd-ports-gnome-d8706ae1ace5b6316688fd6e15875f6c1aff8b88.zip |
Update to Wine 1.3.17. This includes the following changes:
- Implementation of the new Vista file dialogs.
- Initial support for patching in MSI installers.
- Improvements to the calendar control.
- A few fixes for file associations.
- Menus cleaned up in built-in applications.
- Various bug fixes.
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 52cd718efa1a..21c2dfafb1cf 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.3.16 +DISTVERSION= 1.3.17 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 645c60a8488b..908dd27353c9 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.3.16.tar.bz2) = 37a0bf1825081a72b480ef8f4600f512f51546b1d0309f90083b7bd4bfeb6735 -SIZE (wine-1.3.16.tar.bz2) = 19129120 +SHA256 (wine-1.3.17.tar.bz2) = 44d694e0808961641c214d91b8a03703d07c2f090b3b77b5cc776b30cf57cc24 +SIZE (wine-1.3.17.tar.bz2) = 19081222 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index 794fb3b97f91..93839dc7ce73 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -1034,6 +1034,7 @@ lib/wine/fakedlls/msimtf.dll lib/wine/fakedlls/msisip.dll lib/wine/fakedlls/msisys.ocx lib/wine/fakedlls/msnet32.dll +lib/wine/fakedlls/mspatcha.dll lib/wine/fakedlls/msrle32.dll lib/wine/fakedlls/mssign32.dll lib/wine/fakedlls/mssip32.dll @@ -1515,6 +1516,7 @@ lib/wine/msimtf.dll.so lib/wine/msisip.dll.so lib/wine/msisys.ocx.so lib/wine/msnet32.dll.so +lib/wine/mspatcha.dll.so lib/wine/msrle32.dll.so lib/wine/mssign32.dll.so lib/wine/mssip32.dll.so |