From owner-svn-ports-head@freebsd.org Sun Nov 25 13:07:48 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 657011103973; Sun, 25 Nov 2018 13:07:48 +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 0C70884037; Sun, 25 Nov 2018 13:07:48 +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 E18141D2F7; Sun, 25 Nov 2018 13:07:47 +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 wAPD7lOF033380; Sun, 25 Nov 2018 13:07:47 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAPD7lWO033377; Sun, 25 Nov 2018 13:07:47 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <201811251307.wAPD7lWO033377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Sun, 25 Nov 2018 13:07:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485860 - head/emulators/wine-devel X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine-devel X-SVN-Commit-Revision: 485860 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 0C70884037 X-Spamd-Result: default: False [1.69 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_LONG(0.64)[0.643,0]; NEURAL_SPAM_SHORT(0.41)[0.407,0]; NEURAL_SPAM_MEDIUM(0.64)[0.638,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 25 Nov 2018 13:07:48 -0000 Author: gerald Date: Sun Nov 25 13:07:47 2018 New Revision: 485860 URL: https://svnweb.freebsd.org/changeset/ports/485860 Log: Update to Wine 3.21. This includes the following changes: - Typelib marshaller rewrite using NDR functions. - Support for memory font resources in DirectWrite. - Joystick support improvements. - 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 Nov 25 13:01:50 2018 (r485859) +++ head/emulators/wine-devel/Makefile Sun Nov 25 13:07:47 2018 (r485860) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.20 +DISTVERSION= 3.21 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Sun Nov 25 13:01:50 2018 (r485859) +++ head/emulators/wine-devel/distinfo Sun Nov 25 13:07:47 2018 (r485860) @@ -1,5 +1,5 @@ -TIMESTAMP = 1542033333 -SHA256 (wine-3.20.tar.xz) = 33d61122085056e091042df7d2cbe908ffb9c06e602278611dca2eea6a566f18 -SIZE (wine-3.20.tar.xz) = 21541928 -SHA256 (v3.20.tar.gz) = 796e6dec0091aa8c22fb1adf3f4bd2b6122b5aac9ae90daffd2e4a4326d0115b -SIZE (v3.20.tar.gz) = 9950555 +TIMESTAMP = 1543144970 +SHA256 (wine-3.21.tar.xz) = a84cc06015df06e12c524213a98d879caa0d63f474b911cdd87f693fcfe2e0c0 +SIZE (wine-3.21.tar.xz) = 21573872 +SHA256 (v3.21.tar.gz) = 797c45022238e839a8553f5d7593df31b2cc655120f4c820560c33d05827557b +SIZE (v3.21.tar.gz) = 9945982 Modified: head/emulators/wine-devel/pkg-plist ============================================================================== --- head/emulators/wine-devel/pkg-plist Sun Nov 25 13:01:50 2018 (r485859) +++ head/emulators/wine-devel/pkg-plist Sun Nov 25 13:07:47 2018 (r485860) @@ -673,6 +673,7 @@ include/wine/windows/pstore.h include/wine/windows/pstore.idl include/wine/windows/qedit.h include/wine/windows/qedit.idl +include/wine/windows/qos2.h include/wine/windows/ras.h include/wine/windows/rasdlg.h include/wine/windows/raserror.h