Bug 245989

Summary: www/wt: Update to 4.3.1
Product: Ports & Packages Reporter: Mohammad S. Babaei <info>
Component: Individual Port(s)Assignee: Loïc Bartoletti <lbartoletti>
Status: Closed FIXED    
Severity: Affects Only Me CC: lbartoletti
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www/wt v4.3.0 to v4.3.1 patch file info: maintainer-approval+

Description Mohammad S. Babaei 2020-04-28 05:05:31 UTC
Created attachment 213877 [details]
www/wt v4.3.0 to v4.3.1 patch file

Release 4.3.1 (April 20, 2020)

This release fixes the following issues:

    WWebWidget: moved id_ out of OtherImpl: this fixes issues caused by the id_ being removed before other things that depend on it, like the jsScrollVisibilityChanged_ signal. Fixes issue #7508.
    Fixed join information not being copied over when copying Wt::Dbo::AbstractQuery.
    MinGW fixes: Direct2D/DirectWrite were disabled and are now enabled by default. Libraries were changed to lowercase for cross-compiling from Linux. Windows is case-insensitive, and MinGW libraries on Linux are lowercase. Fixes issue #7505.
    Fixed a wrong documentation link in the widget gallery.

https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-05-02 06:35:34 UTC
A commit references this bug:

Author: lbartoletti
Date: Sat May  2 06:35:01 UTC 2020
New revision: 533666
URL: https://svnweb.freebsd.org/changeset/ports/533666

Log:
  www/wt: Update to 4.3.1

  Changelog:
    - https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

  PR:		245989
  Submitted by:	 Mohammad S. Babaei (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24633

Changes:
  head/www/wt/Makefile
  head/www/wt/distinfo
  head/www/wt/pkg-plist
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2020-05-02 06:36:09 UTC
Committed, thanks!