Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2017 09:51:55 +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: r446304 - in head/emulators/wine: . files
Message-ID:  <201707210951.v6L9ptRE043813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Fri Jul 21 09:51:55 2017
New Revision: 446304
URL: https://svnweb.freebsd.org/changeset/ports/446304

Log:
  Update to the Wine 2.0.2 maintenance which mostly fixes bugs (62 as
  filed in the upstream bug tracker).
  
  Sort ONLY_FOR_ARCHS.
  
  Pet portlint as far as files/patch-dlls_iphlpapi_ipstats.c goes.

Modified:
  head/emulators/wine/Makefile
  head/emulators/wine/distinfo
  head/emulators/wine/files/patch-dlls_iphlpapi_ipstats.c
  head/emulators/wine/pkg-plist

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Fri Jul 21 09:01:02 2017	(r446303)
+++ head/emulators/wine/Makefile	Fri Jul 21 09:51:55 2017	(r446304)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	2.0.1
-PORTREVISION=	2
+DISTVERSION=	2.0.2
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -39,7 +38,7 @@ WINELIBDIR?=	${PREFIX}/lib
 .if !defined(USE_LDCONFIG32)
 USE_LDCONFIG=	${WINELIBDIR} ${WINELIBDIR}/wine
 .endif
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	amd64 i386
 USES=		bison compiler:c11 desktop-file-utils gmake shebangfix tar:xz
 SHEBANG_FILES=	tools/make_requests tools/winemaker/winemaker \
 		tools/winedump/function_grep.pl

Modified: head/emulators/wine/distinfo
==============================================================================
--- head/emulators/wine/distinfo	Fri Jul 21 09:01:02 2017	(r446303)
+++ head/emulators/wine/distinfo	Fri Jul 21 09:51:55 2017	(r446304)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492713638
-SHA256 (wine-2.0.1.tar.xz) = 6cfb4eaae566dc7afb7ac0f1f2db2c0d69969952acab0debf084ee8f7b071583
-SIZE (wine-2.0.1.tar.xz) = 18845444
+TIMESTAMP = 1500627002
+SHA256 (wine-2.0.2.tar.xz) = f71884f539928877f4b415309f582825d3d3c9976104e43d566944c710713c9a
+SIZE (wine-2.0.2.tar.xz) = 18854952

Modified: head/emulators/wine/files/patch-dlls_iphlpapi_ipstats.c
==============================================================================
--- head/emulators/wine/files/patch-dlls_iphlpapi_ipstats.c	Fri Jul 21 09:01:02 2017	(r446303)
+++ head/emulators/wine/files/patch-dlls_iphlpapi_ipstats.c	Fri Jul 21 09:51:55 2017	(r446304)
@@ -1,3 +1,4 @@
+--- UTC
 --- dlls/iphlpapi/ipstats.c.orig	2017-03-21 00:03:25.304042000 -0700
 +++ dlls/iphlpapi/ipstats.c	2017-03-21 00:09:42.312023000 -0700
 @@ -2233,6 +2233,15 @@

Modified: head/emulators/wine/pkg-plist
==============================================================================
--- head/emulators/wine/pkg-plist	Fri Jul 21 09:01:02 2017	(r446303)
+++ head/emulators/wine/pkg-plist	Fri Jul 21 09:51:55 2017	(r446304)
@@ -457,6 +457,8 @@ include/wine/windows/mfapi.h
 include/wine/windows/mferror.h
 include/wine/windows/mfobjects.h
 include/wine/windows/mfobjects.idl
+include/wine/windows/mfreadwrite.h
+include/wine/windows/mfreadwrite.idl
 include/wine/windows/midles.h
 include/wine/windows/mimeinfo.h
 include/wine/windows/mimeinfo.idl



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