From owner-svn-ports-all@freebsd.org Wed Jun 3 17:17:26 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFAFD33C2DF; Wed, 3 Jun 2020 17:17:26 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49cbFL5Twgz3d7m; Wed, 3 Jun 2020 17:17:26 +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 B7B46115C1; Wed, 3 Jun 2020 17:17:26 +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 053HHQ4n016851; Wed, 3 Jun 2020 17:17:26 GMT (envelope-from gerald@FreeBSD.org) Received: (from gerald@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 053HHQbu016849; Wed, 3 Jun 2020 17:17:26 GMT (envelope-from gerald@FreeBSD.org) Message-Id: <202006031717.053HHQbu016849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gerald set sender to gerald@FreeBSD.org using -f From: Gerald Pfeifer Date: Wed, 3 Jun 2020 17:17:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r537625 - head/emulators/wine X-SVN-Group: ports-head X-SVN-Commit-Author: gerald X-SVN-Commit-Paths: head/emulators/wine X-SVN-Commit-Revision: 537625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2020 17:17:26 -0000 Author: gerald Date: Wed Jun 3 17:17:26 2020 New Revision: 537625 URL: https://svnweb.freebsd.org/changeset/ports/537625 Log: Update to the Wine 5.0.1 maintenance release. This adds some timezones and fixes some 37 bugs. Plus it facilitates compilation with GCC 10. [1] PR: 246700 [1] Modified: head/emulators/wine/Makefile head/emulators/wine/distinfo Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Wed Jun 3 17:14:24 2020 (r537624) +++ head/emulators/wine/Makefile Wed Jun 3 17:17:26 2020 (r537625) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 5.0 -PORTREVISION= 1 +DISTVERSION= 5.0.1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -44,7 +43,7 @@ CONFIGURE_ARGS+=--verbose \ --without-sdl \ --without-tiff \ --without-udev \ - --without-unwind + --without-unwind CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex" WINELIBDIR?= ${PREFIX}/lib .if !defined(USE_LDCONFIG32) Modified: head/emulators/wine/distinfo ============================================================================== --- head/emulators/wine/distinfo Wed Jun 3 17:14:24 2020 (r537624) +++ head/emulators/wine/distinfo Wed Jun 3 17:17:26 2020 (r537625) @@ -1,3 +1,3 @@ -TIMESTAMP = 1580429769 -SHA256 (wine-5.0.tar.xz) = 181550ba69a80b00c631f80c28ff7642264613bbecdb0c0fc04d6534866713b4 -SIZE (wine-5.0.tar.xz) = 22469428 +TIMESTAMP = 1591183207 +SHA256 (wine-5.0.1.tar.xz) = 12b13405c4bc0d6e1a3991c0b0542562669c9b7d8307f11ff75aa17378345894 +SIZE (wine-5.0.1.tar.xz) = 22476496