diff options
author | gerald <gerald@FreeBSD.org> | 2007-09-29 14:59:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2007-09-29 14:59:30 +0800 |
commit | 3b34216876308b9342433d0d40cb253b3f8c0465 (patch) | |
tree | 481968329797f51f798d707ef98057fab5916520 /emulators | |
parent | 917c28f38c83ba977ef761b5635b83d3ab76291e (diff) | |
download | freebsd-ports-gnome-3b34216876308b9342433d0d40cb253b3f8c0465.tar.gz freebsd-ports-gnome-3b34216876308b9342433d0d40cb253b3f8c0465.tar.zst freebsd-ports-gnome-3b34216876308b9342433d0d40cb253b3f8c0465.zip |
Update to Wine 0.9.46. Among others, this brings the following changes:
- A variety of fixes to improve Photoshop CS2 support.
- More complete support for device installation in setupapi.
- New Bidi text implementation that doesn't depend on libicu.
- The usual assortment of Direct3D improvements.
- Beginning of I/O completion ports support.
- Lots of bug fixes
and a fix by Tijl Coosemans <tijl@ulyssis.org> to resolve symbol clashes
between MSVCRT and FreeBSD libc.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 6 | ||||
-rw-r--r-- | emulators/wine/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index ae4da859fa91..bbe21ee6134c 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.45 +PORTVERSION= 0.9.46 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index b27938f3539d..c642699b7a99 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.45.tar.bz2) = feecc3ccb4639b672d8446154a4fb700 -SHA256 (wine-0.9.45.tar.bz2) = f91b67573e9065d3aa731744f45be5c12732ef2f4ec811a5816768e2dec2a663 -SIZE (wine-0.9.45.tar.bz2) = 12445353 +MD5 (wine-0.9.46.tar.bz2) = aa729097ddb324185a3e092b37a5f9fe +SHA256 (wine-0.9.46.tar.bz2) = 71fce4535cdcb9caa9fe98c5db8e798942dfb91e917d8fe28d3b2e34f855ae30 +SIZE (wine-0.9.46.tar.bz2) = 12453473 diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index ae4da859fa91..bbe21ee6134c 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -PORTVERSION= 0.9.45 +PORTVERSION= 0.9.46 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index b27938f3539d..c642699b7a99 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-0.9.45.tar.bz2) = feecc3ccb4639b672d8446154a4fb700 -SHA256 (wine-0.9.45.tar.bz2) = f91b67573e9065d3aa731744f45be5c12732ef2f4ec811a5816768e2dec2a663 -SIZE (wine-0.9.45.tar.bz2) = 12445353 +MD5 (wine-0.9.46.tar.bz2) = aa729097ddb324185a3e092b37a5f9fe +SHA256 (wine-0.9.46.tar.bz2) = 71fce4535cdcb9caa9fe98c5db8e798942dfb91e917d8fe28d3b2e34f855ae30 +SIZE (wine-0.9.46.tar.bz2) = 12453473 |