diff options
author | gerald <gerald@FreeBSD.org> | 2008-12-13 17:57:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2008-12-13 17:57:30 +0800 |
commit | 2c1683fb264b85c56524f92c4f8330c2765aafe6 (patch) | |
tree | e01349df33278a94c11190b459d3fc5c98790206 /emulators/wine | |
parent | cc1a306efa99d8ab87978ca63104d645b9986ae3 (diff) | |
download | freebsd-ports-gnome-2c1683fb264b85c56524f92c4f8330c2765aafe6.tar.gz freebsd-ports-gnome-2c1683fb264b85c56524f92c4f8330c2765aafe6.tar.zst freebsd-ports-gnome-2c1683fb264b85c56524f92c4f8330c2765aafe6.zip |
Update to Wine 1.1.10. Among others, this includes the following changes:
- Support for virtual memory write watches.
- Some more GdiPlus functions.
- Various bug fixes.
Also, add a patch that fixes the "Invalid address" issue for real. [1]
PR: 128926 [1], 129585
Submitted by: Tijl Coosemans <tijl@ulyssis.org> [1]
Obtained from: Alex Kozlov <spam@rm-rf.kiev.ua> [1]
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 77d43210108f..214784402dd5 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,8 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.9 -PORTREVISION= 1 +DISTVERSION= 1.1.10 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index 4ce5fbf869d3..9f080040c795 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.9.tar.bz2) = c3975c66640c1efaf2717ffa2260b6c7 -SHA256 (wine-1.1.9.tar.bz2) = fed77069751d9a0d026b4f927672237cbd283971e08062932831cb800b3d1eca -SIZE (wine-1.1.9.tar.bz2) = 14731804 +MD5 (wine-1.1.10.tar.bz2) = 939ddfacb80678a99b3c960edb3a30f5 +SHA256 (wine-1.1.10.tar.bz2) = 2263e1a5fb91f2da5fdbd2eae23eaa7ecac0ca8f960005db05e2f4ca043b5269 +SIZE (wine-1.1.10.tar.bz2) = 14734081 |