Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 04:46:18 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304729 - head/emulators/wine-devel
Message-ID:  <201209230446.q8N4kI0r018035@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Sep 23 04:46:18 2012
New Revision: 304729
URL: http://svn.freebsd.org/changeset/ports/304729

Log:
  Update to Wine 1.5.12.  This includes the following changes:
   - Client-side window rendering using the DIB engine.
   - Raw input support for keyboard and mouse.
   - Support for transparent window areas using color keying.
   - Implementation of logical processor information.
   - Support for fonts with localized names.
   - Various bug fixes.

Modified:
  head/emulators/wine-devel/Makefile
  head/emulators/wine-devel/distinfo
  head/emulators/wine-devel/pkg-plist

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Sep 23 04:10:15 2012	(r304728)
+++ head/emulators/wine-devel/Makefile	Sun Sep 23 04:46:18 2012	(r304729)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	1.5.12
-PORTREVISION=	1
+DISTVERSION=	1.5.13
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Sun Sep 23 04:10:15 2012	(r304728)
+++ head/emulators/wine-devel/distinfo	Sun Sep 23 04:46:18 2012	(r304729)
@@ -1,2 +1,2 @@
-SHA256 (wine-1.5.12.tar.bz2) = ba987a0e3b1d5c0ba2d42fecdcff1c4e910d7c9949d9baca796b8b5c1318662c
-SIZE (wine-1.5.12.tar.bz2) = 20652437
+SHA256 (wine-1.5.13.tar.bz2) = c05dd12ecc5256219d09cc1daad6f2153368d69ef15c68400a2a404b79b079d1
+SIZE (wine-1.5.13.tar.bz2) = 20669180

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Sun Sep 23 04:10:15 2012	(r304728)
+++ head/emulators/wine-devel/pkg-plist	Sun Sep 23 04:46:18 2012	(r304729)
@@ -407,6 +407,8 @@ include/wine/windows/msctf.idl
 include/wine/windows/msdadc.h
 include/wine/windows/msdadc.idl
 include/wine/windows/msdaguid.h
+include/wine/windows/msdasc.h
+include/wine/windows/msdasc.idl
 include/wine/windows/mshtmcid.h
 include/wine/windows/mshtmdid.h
 include/wine/windows/mshtmhst.h
@@ -1098,6 +1100,7 @@ lib/wine/fakedlls/msimsg.dll
 lib/wine/fakedlls/msimtf.dll
 lib/wine/fakedlls/msisip.dll
 lib/wine/fakedlls/msisys.ocx
+lib/wine/fakedlls/msls31.dll
 lib/wine/fakedlls/msnet32.dll
 lib/wine/fakedlls/mspatcha.dll
 lib/wine/fakedlls/msrle32.dll
@@ -1614,6 +1617,7 @@ lib/wine/msimsg.dll.so
 lib/wine/msimtf.dll.so
 lib/wine/msisip.dll.so
 lib/wine/msisys.ocx.so
+lib/wine/msls31.dll.so
 lib/wine/msnet32.dll.so
 lib/wine/mspatcha.dll.so
 lib/wine/msrle32.dll.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209230446.q8N4kI0r018035>