From 5ba6e39b6c759a8c4f70ef63bd72b198e44c1dcb Mon Sep 17 00:00:00 2001 From: gerald Date: Sat, 14 Feb 2009 20:24:19 +0000 Subject: Update to Wine 1.1.15. Among others, this includes the following changes: - Gecko engine update. - Better region support in GdiPlus. - Support for cross-compilation in winegcc. - Beginnings of MS Text Framework support. - Many fixes to the regression tests on Windows. - Various bug fixes. --- emulators/wine-devel/Makefile | 2 +- emulators/wine-devel/distinfo | 6 +++--- emulators/wine-devel/pkg-plist | 3 +++ emulators/wine/Makefile | 2 +- emulators/wine/distinfo | 6 +++--- emulators/wine/pkg-plist | 3 +++ 6 files changed, 14 insertions(+), 8 deletions(-) (limited to 'emulators') diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index d3beaea29940..83e0f950c6e0 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.14 +DISTVERSION= 1.1.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index b0c0450d445b..62f62bd758ac 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.14.tar.bz2) = 5becf91455ef1d426e39cda34e6e7e81 -SHA256 (wine-1.1.14.tar.bz2) = 3a759d92de9f0729b934d9a5f3382d87a977bb998a11f0a71ff8573037fe2c14 -SIZE (wine-1.1.14.tar.bz2) = 15023413 +MD5 (wine-1.1.15.tar.bz2) = 475cbf9a683259eca3e61b20ea2d86e2 +SHA256 (wine-1.1.15.tar.bz2) = ef96f6fafc19c2a4411612113b1cff10f318c62f07b9cf66144f98fb9f8e254e +SIZE (wine-1.1.15.tar.bz2) = 15057931 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index d492fad8ad34..31e4a5e41f80 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -151,6 +151,7 @@ include/wine/windows/d3dx9.h include/wine/windows/d3dx9core.h include/wine/windows/d3dx9math.h include/wine/windows/d3dx9math.inl +include/wine/windows/d3dx9mesh.h include/wine/windows/d3dx9shader.h include/wine/windows/d3dx9tex.h include/wine/windows/dbghelp.h @@ -467,6 +468,8 @@ include/wine/windows/svrapi.h include/wine/windows/tapi.h include/wine/windows/tchar.h include/wine/windows/textserv.h +include/wine/windows/textstor.h +include/wine/windows/textstor.idl include/wine/windows/tlhelp32.h include/wine/windows/tmschema.h include/wine/windows/tom.h diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index d3beaea29940..83e0f950c6e0 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -7,7 +7,7 @@ # PORTNAME= wine -DISTVERSION= 1.1.14 +DISTVERSION= 1.1.15 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SFE \ diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index b0c0450d445b..62f62bd758ac 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -1,3 +1,3 @@ -MD5 (wine-1.1.14.tar.bz2) = 5becf91455ef1d426e39cda34e6e7e81 -SHA256 (wine-1.1.14.tar.bz2) = 3a759d92de9f0729b934d9a5f3382d87a977bb998a11f0a71ff8573037fe2c14 -SIZE (wine-1.1.14.tar.bz2) = 15023413 +MD5 (wine-1.1.15.tar.bz2) = 475cbf9a683259eca3e61b20ea2d86e2 +SHA256 (wine-1.1.15.tar.bz2) = ef96f6fafc19c2a4411612113b1cff10f318c62f07b9cf66144f98fb9f8e254e +SIZE (wine-1.1.15.tar.bz2) = 15057931 diff --git a/emulators/wine/pkg-plist b/emulators/wine/pkg-plist index d492fad8ad34..31e4a5e41f80 100644 --- a/emulators/wine/pkg-plist +++ b/emulators/wine/pkg-plist @@ -151,6 +151,7 @@ include/wine/windows/d3dx9.h include/wine/windows/d3dx9core.h include/wine/windows/d3dx9math.h include/wine/windows/d3dx9math.inl +include/wine/windows/d3dx9mesh.h include/wine/windows/d3dx9shader.h include/wine/windows/d3dx9tex.h include/wine/windows/dbghelp.h @@ -467,6 +468,8 @@ include/wine/windows/svrapi.h include/wine/windows/tapi.h include/wine/windows/tchar.h include/wine/windows/textserv.h +include/wine/windows/textstor.h +include/wine/windows/textstor.idl include/wine/windows/tlhelp32.h include/wine/windows/tmschema.h include/wine/windows/tom.h -- cgit '>branches/2018Q4 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-UU
Commit message (Expand)AuthorAgeFilesLines
* Update to version 0.5201demon2008-09-232-4/+5
* - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_C...araujo2008-04-171-2/+1
* - MAN3PREFIX is implied when PERL_CONFIGURE is defined.clsung2006-06-261-1/+0
* SHA256ifyedwin2006-01-221-0/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* utilize SITE_PERLijliao2003-10-24