svn commit: r368651 - head/emulators/wine-devel

Gerald Pfeifer gerald at FreeBSD.org
Sat Sep 20 15:34:30 UTC 2014


Author: gerald
Date: Sat Sep 20 15:34:28 2014
New Revision: 368651
URL: http://svnweb.freebsd.org/changeset/ports/368651
QAT: https://qat.redports.org/buildarchive/r368651/

Log:
  Update to Wine 1.7.27.  This includes the following changes:
   - Some more work on Direct2D support.
   - Various improvements to RichEdit interfaces.
   - Initial support for ICMP version 6.
   - 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	Sat Sep 20 15:31:38 2014	(r368650)
+++ head/emulators/wine-devel/Makefile	Sat Sep 20 15:34:28 2014	(r368651)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	1.7.26
+DISTVERSION=	1.7.27
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \

Modified: head/emulators/wine-devel/distinfo
==============================================================================
--- head/emulators/wine-devel/distinfo	Sat Sep 20 15:31:38 2014	(r368650)
+++ head/emulators/wine-devel/distinfo	Sat Sep 20 15:34:28 2014	(r368651)
@@ -1,4 +1,4 @@
-SHA256 (wine-1.7.26.tar.bz2) = e20c7c26a3bd887afac655a274335923ae7ccf4053383e4edbb0c290aadb5de8
-SIZE (wine-1.7.26.tar.bz2) = 21708411
-SHA256 (v1.7.26.tar.gz) = e1b9bba860467fa0914d804e07f99ce0491f3f21cc6e1c061674a7667093d751
-SIZE (v1.7.26.tar.gz) = 8358571
+SHA256 (wine-1.7.27.tar.bz2) = 99d2050c5bd04591a3e5f84d2ad6c021deb4d8b97874050cd3946d5c984d32b2
+SIZE (wine-1.7.27.tar.bz2) = 21710372
+SHA256 (v1.7.27.tar.gz) = b234e6010aaf5df3d6fe73c8d55aab977ac04b1749ca0f03346724d64f9202d1
+SIZE (v1.7.27.tar.gz) = 8362747

Modified: head/emulators/wine-devel/pkg-plist
==============================================================================
--- head/emulators/wine-devel/pkg-plist	Sat Sep 20 15:31:38 2014	(r368650)
+++ head/emulators/wine-devel/pkg-plist	Sat Sep 20 15:34:28 2014	(r368651)
@@ -161,6 +161,7 @@ include/wine/windows/cvconst.h
 include/wine/windows/d2d1.h
 include/wine/windows/d2d1.idl
 include/wine/windows/d2dbasetypes.h
+include/wine/windows/d2derr.h
 include/wine/windows/d3d.h
 include/wine/windows/d3d10.h
 include/wine/windows/d3d10.idl


More information about the svn-ports-head mailing list