diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-10-27 02:38:52 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2013-10-27 02:38:52 +0000 |
commit | 8f935a37afaf254bb51eb699199efd093dca0d9e (patch) | |
tree | 29f300dda0b020917b28fb640a14e1847db3bd75 | |
parent | Update to the 20131024 snapshot of GCC 4.8.3, which pretty much (diff) |
Update to Wine 1.7.5. This includes the following changes:
- Support for registration-free COM using activation contexts.
- Improved support for simulated bold fonts.
- Unicode data updated to Unicode 6.3.
- Better support for typelib registration on 64-bit.
- Various bug fixes.
Notes
Notes:
svn path=/head/; revision=331744
-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 c5681345aedd..f16e30f197eb 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.4 +DISTVERSION= 1.7.5 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 390ca4d1010a..c0d400527e30 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.4.tar.bz2) = 517b3465dbf5b516d3fe886c0f9d4f310dc1d4a38ca4e5580c5d66bab3fb6969 -SIZE (wine-1.7.4.tar.bz2) = 21500746 +SHA256 (wine-1.7.5.tar.bz2) = 355c2980c457f7d714132fcf7008fcb9ad185295bdd9f0681e9123d839952823 +SIZE (wine-1.7.5.tar.bz2) = 21514302 |