From owner-svn-ports-head@freebsd.org Sun Jan 7 23:28:41 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 841EBE65CAD; Sun, 7 Jan 2018 23:28:41 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F1617E41A; Sun, 7 Jan 2018 23:28:41 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A7B3627C38; Sun, 7 Jan 2018 23:28:40 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w07NSelk020374; Sun, 7 Jan 2018 23:28:40 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w07NSeIV020372; Sun, 7 Jan 2018 23:28:40 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201801072328.w07NSeIV020372@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 7 Jan 2018 23:28:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458391 - head/emulators/wine X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine X-SVN-Commit-Revision: 458391 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jan 2018 23:28:41 -0000 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