diff options
author | gerald <gerald@FreeBSD.org> | 2018-07-11 22:46:38 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2018-07-11 22:46:38 +0800 |
commit | 9f9f448a158478d40817000b9c82028bc125b0b1 (patch) | |
tree | 0a78a68737d42ead30217011f6271e41761c7698 /emulators/wine-devel | |
parent | 8b530ecd2927251c31cef8d41366f6b55257ef61 (diff) | |
download | freebsd-ports-gnome-9f9f448a158478d40817000b9c82028bc125b0b1.tar.gz freebsd-ports-gnome-9f9f448a158478d40817000b9c82028bc125b0b1.tar.zst freebsd-ports-gnome-9f9f448a158478d40817000b9c82028bc125b0b1.zip |
Update to Wine 3.12. This includes the following changes:
- Unicode data updated to Unicode 11.0.0.
- Proxy configuration dialog in the Internet control panel.
- Syntax fixes in the Cmd.exe command intepreter.
- Some more glyphs in the Wingdings font.
- Various bug fixes.
Align the sorting of MASTER_SITES with the emulators/wine port again,
now that SF is regularly updated again.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 6 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 739a7309e234..cc6f4fc45f60 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 3.11 +DISTVERSION= 3.12 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= http://mirrors.ibiblio.org/wine/source/3.x/ \ - SF/${PORTNAME}/Source +MASTER_SITES= SF/${PORTNAME}/Source \ + http://mirrors.ibiblio.org/wine/source/3.x/ PKGNAMESUFFIX?= -devel DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 87318344acc6..cf507b2a22b6 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1529870310 -SHA256 (wine-3.11.tar.xz) = 25b492b3ba3e23a557b24d2d055c03018b749d293da98f9e4c792eafcc9f907e -SIZE (wine-3.11.tar.xz) = 20501100 -SHA256 (v3.11.tar.gz) = d3bded30a9e96d34ed9188230f9f0939b15891f3e61475b26f4544a63c9318d2 -SIZE (v3.11.tar.gz) = 9950753 +TIMESTAMP = 1531314846 +SHA256 (wine-3.12.tar.xz) = db84c059d6897809f4bb34024c021d129c73f6d2a5ae4e7ea79ba30040ab787f +SIZE (wine-3.12.tar.xz) = 20516708 +SHA256 (v3.12.tar.gz) = 0ee48c4735551d4b6966fdbccadf2e96fc31d95f39e7264745647e1fedf7d9d4 +SIZE (v3.12.tar.gz) = 9936375 |