diff options
author | gerald <gerald@FreeBSD.org> | 2014-05-10 02:26:26 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2014-05-10 02:26:26 +0800 |
commit | 61930b0e35b298fa43099f9a08d125cc18999615 (patch) | |
tree | 70390565da2c9386827270507d3087364bf7ef82 | |
parent | 5dfabfd1aa19e5f8b513eeb9871df9fd8395ca26 (diff) | |
download | freebsd-ports-gnome-61930b0e35b298fa43099f9a08d125cc18999615.tar.gz freebsd-ports-gnome-61930b0e35b298fa43099f9a08d125cc18999615.tar.zst freebsd-ports-gnome-61930b0e35b298fa43099f9a08d125cc18999615.zip |
Update to Wine 1.7.18. This includes the following changes:
- Improved OLE Accessible Object support.
- Fixes for various memory issues found by Valgrind.
- A few more MSHTML functions.
- Some DirectDraw cleanups.
- Various bug fixes.
-rw-r--r-- | emulators/wine-devel/Makefile | 3 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index f28735674a45..1993d1218529 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.17 -PORTREVISION= 1 +DISTVERSION= 1.7.18 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 62bda1f52862..4553d3c42856 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.17.tar.bz2) = bb6fbd7fd70f9aafba557995d9ce537ded56e750e0a89a062e3318d584a8abef -SIZE (wine-1.7.17.tar.bz2) = 21531865 +SHA256 (wine-1.7.18.tar.bz2) = dab6d12e620e2097a6838a3f6928f3b2ca3aab0b70521b53107ee1998303d378 +SIZE (wine-1.7.18.tar.bz2) = 21595718 |