Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jan 2018 23:28:40 +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: r458391 - head/emulators/wine
Message-ID:  <201801072328.w07NSeIV020372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Jan  7 23:28:40 2018
New Revision: 458391
URL: https://svnweb.freebsd.org/changeset/ports/458391

Log:
  Update to the Wine 2.0.4 maintenance release which brings the following:
   - Various bug fixes
   - Updates to the National Language Support files
   - Documentation updates
  
  On the way backport r454456 from emulators/wine-devel where it has sat
  for seven weeks now:
  
   Explicitly add x11 and xext to USE_XORG (when the X11 option is set),
   both of which were pulled in implicitly so far. [1]
  
  Reported by:    Mk/Scripts/qa.sh via dbn@ [1]

Modified:
  head/emulators/wine/Makefile
  head/emulators/wine/distinfo

Modified: head/emulators/wine/Makefile
==============================================================================
--- head/emulators/wine/Makefile	Sun Jan  7 23:00:01 2018	(r458390)
+++ head/emulators/wine/Makefile	Sun Jan  7 23:28:40 2018	(r458391)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wine
-DISTVERSION=	2.0.3
+DISTVERSION=	2.0.4
 PORTEPOCH=	1
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/Source \
@@ -96,7 +96,7 @@ WINEMAKER_RUN_DEPENDS=	p5-XML-LibXML>0:textproc/p5-XML
 
 X11_CONFIGURE_WITH=	x cms fontconfig freetype glu jpeg opengl png xinerama xinput2 xrandr xrender
 X11_USES=		jpeg
-X11_USE=		GL=glu XORG=xcomposite,xcursor,xi,xinerama,xrandr,xrender
+X11_USE=		GL=glu XORG=x11,xext,xcomposite,xcursor,xi,xinerama,xrandr,xrender
 X11_LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 			libfreetype.so:print/freetype2 \
 			liblcms2.so:graphics/lcms2 \

Modified: head/emulators/wine/distinfo
==============================================================================
--- head/emulators/wine/distinfo	Sun Jan  7 23:00:01 2018	(r458390)
+++ head/emulators/wine/distinfo	Sun Jan  7 23:28:40 2018	(r458391)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508531905
-SHA256 (wine-2.0.3.tar.xz) = a811c664f870a3a01449443a93a6fcee41aea2e912e58f72742eb7924962be56
-SIZE (wine-2.0.3.tar.xz) = 18864648
+TIMESTAMP = 1515365905
+SHA256 (wine-2.0.4.tar.xz) = b5e07b350edd34e4fb2615edb143f832a208a939fc9937a819181eecaf32985a
+SIZE (wine-2.0.4.tar.xz) = 18898148



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