Date: Wed, 3 Jun 2020 17:17:26 +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: r537625 - head/emulators/wine Message-ID: <202006031717.053HHQbu016849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006031717.053HHQbu016849>