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: devel/shiboken2/distinfo

Number of commits found: 14

Saturday, 30 Dec 2023
05:36 Jason E. Hale (jhale) search for other commits by this committer
Qt5: Update to 5.15.12

Update devel/pyside2* and devel/shiboken2 to 5.15.12

Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.12/release-note.md
commit hash: dc05989834657f72b577a9670a95e78c85a9d4ed commit hash: dc05989834657f72b577a9670a95e78c85a9d4ed commit hash: dc05989834657f72b577a9670a95e78c85a9d4ed commit hash: dc05989834657f72b577a9670a95e78c85a9d4ed dc05989
Saturday, 14 Oct 2023
03:54 Jason E. Hale (jhale) search for other commits by this committer
Qt5: Update to 5.15.11

Update devel/pyside2* and devel/shiboken2 to 5.15.11

Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.11/release-note.md
commit hash: 7f496af089aeeba31c6e7d6e889a79f4e9b6ea6f commit hash: 7f496af089aeeba31c6e7d6e889a79f4e9b6ea6f commit hash: 7f496af089aeeba31c6e7d6e889a79f4e9b6ea6f commit hash: 7f496af089aeeba31c6e7d6e889a79f4e9b6ea6f 7f496af
Monday, 25 Sep 2023
15:35 Jason E. Hale (jhale) search for other commits by this committer
Qt5: Update to 5.15.10

Update devel/qt5-script* and www/qt5-webengine to 5.15.15-lts
Update devel/pyside2* and devel/shiboken2 to 5.15.10

Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/5.15.10/release-note.md

PR:		273934
Exp-run by:	antoine
commit hash: 2a5c778173f13a057551b4284269b82f6faa077f commit hash: 2a5c778173f13a057551b4284269b82f6faa077f commit hash: 2a5c778173f13a057551b4284269b82f6faa077f commit hash: 2a5c778173f13a057551b4284269b82f6faa077f 2a5c778
Tuesday, 8 Dec 2020
20:03 lbartoletti search for other commits by this committer
Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.

- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also
updated to 5.15.2.
- Update sip to 5.4.0

SIP is a collection of tools  to create Python bindings for C and C++ libraries
and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in
${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup.
Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires
pysip, so that should be enough for PyQt packages.

List of ports impacted by this change. Most of the patches have been integrated
or are in the process of being integrated upstream:

- devel/libsavitar
- graphics/py-python-poppler-qt5
- net-im/scudcloud
- net/libarcus
- print/py-frescobaldi
- science/py-veusz
- graphics/qgis and graphics/qgis-ltr
- deskutils/calibre

A special note regarding calibre. New versions require sip>=5, we update it to
the latest version (thanks to madpilot@)

science/scidavis will remove the PyQt binding soon and there is no patch
planned, so we remove the python option (ok makc@)

While here, convert some ports to USE_PYQT (cad/cura, cad/uranium, devel/eric6,
...)

Thanks to tcberner and adridg!

[1] https://www.riverbankcomputing.com/static/Docs/sip/

PR:                250853
Exp-run by:        antoine
Original commitRevision:557300 
Friday, 2 Oct 2020
08:57 cmt search for other commits by this committer
update pyside2 to 5.15.1
Original commitRevision:551165 
Tuesday, 7 Jul 2020
12:53 cmt search for other commits by this committer
update pyside2 and friends to 5.15.0

following the Qt 5 upgrade.
bump cad/freecad for "needed shared library changed"
Original commitRevision:541419 
Thursday, 28 May 2020
11:16 cmt search for other commits by this committer
update pyside2 to 5.14.2.2

https://lists.qt-project.org/pipermail/pyside/2020-May/002965.html
Original commitRevision:536761 
Monday, 18 May 2020
16:57 cmt search for other commits by this committer
pyside2 and friends: update to 5.14.2.1

Announcement:
  https://lists.qt-project.org/pipermail/pyside/2020-April/002951.html
Original commitRevision:535752 
Monday, 13 Apr 2020
17:21 cmt search for other commits by this committer
update devel/pyside2 and friends to 5.14.2

following r531601 (Qt 5.14.2), PySide2 can be updated, too
- pyside2-tools don't bring their own pyside2-rcc and pyside2-uic but
  use Qt's rcc and uic - patch cad/freecad to handle that
- remove Python 2 support: it's going to go away soon anyway, it did
  complicate these ports a lot, and it would have required more
  workarounds in FreeCAD when using Qt's rcc instead of the old pyside2-rcc.
- while here, do some polishing in freecad's makefile
Original commitRevision:531621 
Friday, 8 Nov 2019
23:01 cmt search for other commits by this committer
update "Qt for Python" to 5.13.2

that's shiboken2, pyside2, pyside2-tools

Announcement:
  https://lists.qt-project.org/pipermail/pyside/2019-November/002803.html

The distfile now uses a slightly different naming.
Original commitRevision:517092 
Wednesday, 2 Oct 2019
18:38 cmt search for other commits by this committer
devel/pyside2 and friends: update to 5.13.1

Announcement:
  https://lists.qt-project.org/pipermail/pyside/2019-September/002786.html

While here, pet portlint. Bump FreeCAD, pyside2's consumer
Original commitRevision:513599 
Saturday, 18 May 2019
19:38 cmt search for other commits by this committer
update PySide2 ports to 5.12.3

Announcement: https://lists.qt-project.org/pipermail/pyside/2019-May/002734.html
Original commitRevision:501979 
Saturday, 6 Apr 2019
15:06 cmt search for other commits by this committer
update pyside2 ports to 5.12.2

now that we have Qt 5.12.2, pyside2, pyside2-tools and shiboken2 follow
Original commitRevision:498143 
Saturday, 9 Feb 2019
20:35 cmt search for other commits by this committer
add PySide2 - Python Binding for Qt5

keeping the organization of the old pyside ports, this is split in
pyside2, pyside2-tools and shiboken2
Original commitRevision:492517 

Number of commits found: 14