notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: www/wt/pkg-plist

Number of commits found: 18

Thursday, 18 Aug 2022
17:17 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: Mohammad S. Babaei
www/wt: update to 4.8.0

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

PR:		265904
Reported by:	info@babaei.net (maintainer)
commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096 commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096 commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096 commit hash: 48e45257a7225100a3e11f476cb0bd0911f2a096 48e4525
Wednesday, 16 Feb 2022
17:38 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Mohammad S. Babaei
www/wt: Update to 4.6.2

Release note: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		261993
commit hash: 67f267f15a32e126eb956f4881e66ab58728efcc commit hash: 67f267f15a32e126eb956f4881e66ab58728efcc commit hash: 67f267f15a32e126eb956f4881e66ab58728efcc commit hash: 67f267f15a32e126eb956f4881e66ab58728efcc 67f267f
Monday, 27 Dec 2021
08:42 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Mohammad S. Babaei
www/wt: Fix pkg-plist

PR:		260701
commit hash: e08d023ba5b63a604ec998e5e171e35380589477 commit hash: e08d023ba5b63a604ec998e5e171e35380589477 commit hash: e08d023ba5b63a604ec998e5e171e35380589477 commit hash: e08d023ba5b63a604ec998e5e171e35380589477 e08d023
Wednesday, 15 Dec 2021
03:34 Neel Chauhan (nc) search for other commits by this committer Author: Mohammad S. Babaei
www/wt: update to 4.6.0

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

PR:	260426
commit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60d commit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60d commit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60d commit hash: 5336ecf5a0981fe199e36f9f9535edcf4643d60d 5336ecf
Sunday, 17 Oct 2021
18:47 Neel Chauhan (nc) search for other commits by this committer Author: Mohammad S. Babaei
www/wt: update to 4.5.1

PR:	259228
commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80 commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80 commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80 commit hash: 5618d5a1c4a1ec27642755e66c678f0c77389b80 5618d5a
Wednesday, 23 Dec 2020
06:34 fernape search for other commits by this committer
www/wt: update to 4.5.0

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

PR:	252001
Submitted by:	info@babaei.net (maintainer)
Original commitRevision:558966 
Friday, 4 Sep 2020
13:16 swills search for other commits by this committer
www/wt: Update to 4.4.0

PR:		248860
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:547540 
Saturday, 2 May 2020
06:35 lbartoletti search for other commits by this committer
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
Original commitRevision:533666 
Tuesday, 31 Mar 2020
08:10 joneum search for other commits by this committer
Update to 4.3.0

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

PR:		245090
Sponsored by:	Netzkommune GmbH
Original commitRevision:529955 
Friday, 20 Mar 2020
20:34 tcberner search for other commits by this committer
www/wt: Update to v4.2.2

Release 4.2.2 (March 16, 2020)

This release fixes the following issues:

    Security-related: in Wt::Auth the lost password email would be sent to the
    email address provided in the form, rather than the user's configured email
    address. While we treat email addresses as case insensitive, it is possible
    that the mail server may not, and that could potentially be used to steal
    an account. It is however quite rare for email services to be case
    sensitive.

    Issue #7439: ensure that tooltips are always on top, even inside of a
    dialog.

    Issue #7448: fixed compilation error on recent versions of MinGW, by using
    the gmtime_s function on Windows.

    Issue #7447: fixed text format being reset when the text of a WAnchor is
    cleared.

    Fix for WLeafletMap issue that was reported on the forum: signals would get
    unexposed when options were changed.

    Issue #7457: moved call to WApplication::require() to the constructor,
    since calling it in the render function may cause issues.

    Fixes for WVirtualImage:
	Do not render zero width or zero height images. This was possible when
	imageWidth or imageHeight was a multiple of the gridImageSize.

	Fixed scrollTo() when the image is narrower than the viewport:
	scrollTo(0, 0) would not put (0, 0) at the top left when the image was
	narrower (or taller) than the viewport.

    Issue #7480: prefix Wt's crypt functions to fix issues when linking with
    libxcrypt, and also set C code's default visibility to hidden.

    Issue #7468: fixed panning not working properly for a WCartesianChart with
    plain tooltips.

    Issue #7482: lastId_ in Postgres backend should be long long.

    Issue #6774: misc. WTreeView fixes.

    Fixed use after free caused by order of destruction in WWebWidget
    destructor.

PR:		244876
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:528800 
Wednesday, 19 Feb 2020
17:11 robak search for other commits by this committer
www/wt: Update 4.2.0 -> 4.2.1

PR:		244109
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Reviewed by:	robak
Original commitRevision:526519 
Friday, 27 Dec 2019
12:31 joneum search for other commits by this committer
Update to 4.2.0

PR:		242735
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:520983 
Friday, 1 Nov 2019
19:03 dmgk search for other commits by this committer
www/wt: Update to 4.1.2

Changes:	https://webtoolkit.eu/wt/doc/reference/html/Releasenotes.html

PR:		241630
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Approved by:	tz (mentor, implicit)
Original commitRevision:516262 
Sunday, 15 Sep 2019
17:11 swills search for other commits by this committer
www/wt: update to 4.1.1

PR:		240587
Submitted by:	Mohammad S. Babaei <info@babaei.net> (maintainer)
Original commitRevision:512124 
Sunday, 18 Aug 2019
18:42 rene search for other commits by this committer
Fix and update wwww/wt to version 4.1.0.

Minor corrections from me.

PR:		226160
Submitted by:	maintainer
MFH:		2019Q3
Original commitRevision:509235 
Saturday, 16 Mar 2019
17:51 tcberner search for other commits by this committer
www/wt: Remove QT4 option (Qt4 deprecation)

Approved by:	portmgr (implicit)
Original commitRevision:495924 
Friday, 5 May 2017
13:51 miwi search for other commits by this committer
- Update to 3.3.7

PR:		218299
Submitted by:	maintainer
Original commitRevision:440154 
Wednesday, 17 Aug 2016
21:19 arved search for other commits by this committer
Add Wt, a C++ library for developing web applications.

PR:             210750
Submitted by:   Mohammad S. Babaei
Original commitRevision:420373 

Number of commits found: 18