diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-04-01 22:43:25 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2011-04-01 22:43:25 +0000 |
commit | 2b3dffc772c528dcc28b9a957c83e06f6c2c123d (patch) | |
tree | efb72a42771e92ded5800eb556e68733704b5092 /emulators/wine-devel | |
parent | 73e52f6666b2f11fbcbc6a46ff3b3b9847689673 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=272105
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 52cd718efa1a..21c2dfafb1cf 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/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-devel/distinfo b/emulators/wine-devel/distinfo index 645c60a8488b..908dd27353c9 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/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-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 794fb3b97f91..93839dc7ce73 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/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 |