diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-06-04 01:17:26 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-06-04 01:17:26 +0800 |
commit | 0359fd8962b0d182a00eb8c59f77c92a51269c5a (patch) | |
tree | f758ed2c0f386b14aaab9559c7df312eb46e513e /emulators | |
parent | 1e7312d8177642227e90345621262251bfee6a45 (diff) | |
download | freebsd-ports-gnome-0359fd8962b0d182a00eb8c59f77c92a51269c5a.tar.gz freebsd-ports-gnome-0359fd8962b0d182a00eb8c59f77c92a51269c5a.tar.zst freebsd-ports-gnome-0359fd8962b0d182a00eb8c59f77c92a51269c5a.zip |
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]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 5 | ||||
-rw-r--r-- | emulators/wine/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 9087a00e7076..1a16abe12449 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -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) diff --git a/emulators/wine/distinfo b/emulators/wine/distinfo index cc16c8e8b11f..ba45483b1dd9 100644 --- a/emulators/wine/distinfo +++ b/emulators/wine/distinfo @@ -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 |