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/py-sip/pkg-plist

Number of commits found: 23

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, 5 Apr 2019
23:05 tcberner search for other commits by this committer
Update PyQt5 to 5.12.1

- Upgrade sip to 4.19.15
- Upgrade qscintilla2 to 2.11.1
- Upgrade PyQt to 5.12.1

- From this version on www/py-qt5-webengine is unbundled and ships its own
distfile

PR:		236894
Exp-run by:	antoine
Original commitRevision:498035 
Sunday, 16 Dec 2018
15:25 tcberner search for other commits by this committer
Update PyQt5 to 5.11.3

- sip         upgrade to 4.19.13
- qscintilla2 upgrade to 2.10.8
- PyQt5       upgrade to 5.11.3

This has been worked on by arrowd and myself.

PR:		233954
Exp-run by:	antoine
Original commitRevision:487597 
Sunday, 13 Nov 2016
20:19 tcberner search for other commits by this committer
Udpate PyQt5 to 5.6.2

Update PyQt from 5.5.1 to 5.6.2 to match the Qt updates that have
already landed in the ports tree.

PR:		214355
Submitted by:	Adriaan de Groot <groot@kde.org>
Reviewed by:	rakuco, tcberner
Approved by:	rakuco (mentor)
Exp-Run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D8408
Original commitRevision:426062 
Sunday, 6 Dec 2015
21:09 rakuco search for other commits by this committer
py-sip: Allow concurrent Python installations.

Add USE_PYTHON=concurrent and make the necessary adjustments:
- Stop setting DATADIR and DOCSDIR, they are taken care of by
  USE_PYTHON=concurrent.
- Use Python's compileall module instead of py_compile so that Python 3
  byte-code does not contain ${STAGEDIR}.
- Remove %%DATADIR%% from the plist, which was generated by py_compile.

PR:		203734
Original commitRevision:403164 
Friday, 31 Oct 2014
19:28 bapt search for other commits by this committer
Simplify plist
Original commitRevision:371894 
Monday, 27 Oct 2014
10:58 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371548 
Tuesday, 4 Aug 2009
19:18 miwi search for other commits by this committer
- Update py-qt4 to py-qt4.5.4
- Update qscintilla-2* to 2.4
- Update py-sip to 4.8.2
- Update py-kde to 1.16.3
- Update py-qt to 1.18.1

The KDE FreeBSD team would like to say thanks to all the helpers
and submitters

New Port:
devel/py-qt4-scripttools
Original commit
Saturday, 14 Feb 2009
22:58 makc search for other commits by this committer
Update PyQt4 ports to 4.4.4, new ports:
devel/py-qt4-help
multimedia/py-qt4-phonon
textproc/py-qt4-xmlpatterns
www/py-qt4-webkit

Update QScintilla2 to 2.3.2, PyQt3 to 3.17.6, PyKDE3 to 3.16.2.

Pass maintainership to kde@FreeBSD.org. Thanks Danny Ricin for his great work.

PR:             based on ports/130219
Submitted by:   Dima Panov" <fluffy at fluffy.khv.ru>
Original commit
Thursday, 20 Mar 2008
10:51 miwi search for other commits by this committer
- Update to 4.7.4
- Introduce files/bsd.pyqt.mk and use it

Submitted by:   Danny Pansters <danny@ricin.com> (maintainer via private mail)
Original commit
Thursday, 13 Sep 2007
17:46 miwi search for other commits by this committer
- Update to 4.7

Submitted by:   Danny Pansters <danny@ricin.com> (Maintainer via privat mail)
Original commit
Monday, 24 Apr 2006
18:30 mnag search for other commits by this committer
- Update to 4.4.2

PR:             96202
Submitted by:   maintainer
Original commit
Tuesday, 29 Nov 2005
11:01 mnag search for other commits by this committer
Update to 4.3.2

PR:             89610
Submitted by:   Danny Pansters <danny@ricin.com> (maintainer)
Original commit
Monday, 5 Sep 2005
16:56 vsevolod search for other commits by this committer
Update to 4.3.
Introduce port options.

PR:             85505
Submitted by:   maintainer
Approved by:    perky (mentor)
Original commit
Monday, 15 Aug 2005
18:46 pav search for other commits by this committer
- Fix plist

Requested by:   krion
Approved by:    portmgr (krion)
Original commit
Wednesday, 13 Jul 2005
10:52 mich search for other commits by this committer
o Update to latest snapshot, in par with py-qt
o Fix plist

PR:             ports/83355
Submitted by:   maintainer
Original commit
Sunday, 10 Jul 2005
17:01 lofi search for other commits by this committer
Update to new version (snapshot)

PR:             ports/83203
Submitted by:   maintainer
Original commit
Sunday, 20 Mar 2005
17:46 lofi search for other commits by this committer
Update py-sip, py-qt, py-kde to versions 4.2, 3.14, 4.0.0 respectively.

PR:     ports/78319 ports/78320 ports/78935
Submitted by:   maintainer
Original commit
Sunday, 7 Nov 2004
11:13 lofi search for other commits by this committer
Update to 4.1.1.

Assign maintainership to submitter.

PR: 72153
Submitted by: Danny Pansters <danny@ricin.com>
Original commit
Saturday, 20 Mar 2004
07:20 krion search for other commits by this committer
- Update to version 4.0.r3

PR:             ports/64488
Submitted by:   maintainer
Original commit
Friday, 26 Dec 2003
22:31 krion search for other commits by this committer
- Update to version 4.0.r1
- It doesn't depend on devel/sip anymore
- devel/sip is no longer needed and will be removed
  after x11-toolkits/py-qt update

PR:             60594
Submitted by:   Eugene Ossintsev <eugos@gmx.net> (maintainer)
Original commit
Wednesday, 13 Aug 2003
09:37 nbm search for other commits by this committer
Update devel/py-sip to 3.7

Hand over maintainership to Eugene.

PR:             55021
Submitted by:   Eugene Ossintsev <osgene@web.de>
Original commit
Tuesday, 8 Oct 2002
08:14 nbm search for other commits by this committer
Add py-sip 3.4, python convenience link to sip library.
Original commit

Number of commits found: 23