diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-06-23 14:45:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2012-06-23 14:45:02 +0000 |
commit | 85eb69f2736fe43305c368b93c9d2688018491b9 (patch) | |
tree | 67d3f2b6b45b5d2a954f5cf43230af9800932d23 /emulators | |
parent | b971e2d058fb3ee386e37ae4de7c75004baa0728 (diff) |
Update to Wine 1.5.7. This includes the following changes:
- New version of the Gecko engine based on Firefox 13.
- Dynamic device support with UDisks2.
- More stream classes implemented in the C++ runtime.
- Support for metadata in TIFF files.
- Fleshed out WBEM implementation.
- Improved support for printer paper sizes.
- Various bug fixes.
Notes
Notes:
svn path=/head/; revision=299817
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index e0a6361aef65..50923cab4220 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wine -DISTVERSION= 1.5.6 +DISTVERSION= 1.5.7 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 3b058a416c49..6d30b3bf55bd 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.5.6.tar.bz2) = b178bc34a69341a8f0a7ff73f7dadf2562ed2e5eb03dc0522b7c4d6002e53994 -SIZE (wine-1.5.6.tar.bz2) = 20380981 +SHA256 (wine-1.5.7.tar.bz2) = c4cafaa6e8f67d548ee5f35cd486699350404b02b448dd8fd48d664b9c5f0b07 +SIZE (wine-1.5.7.tar.bz2) = 20386078 |