Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.16.2_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
3.16.2 26 Oct 2024 10:01:30
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.16.2 |
3.16.1 21 Oct 2024 11:28:30
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.16.1 |
3.16.0_1 19 Oct 2024 07:33:57
    |
Jason E. Hale (jhale)  |
*/*: Chase removal of sip from RUN_DEPENDS |
3.16.0 19 Oct 2024 07:21:41
    |
Jason E. Hale (jhale)  |
*/*: Remove qtbuilder and sip from RUN_DEPENDS
devel/py-qtbuilder and devel/py-sip should only be used as a
BUILD_DEPENDS. (e.g. USE_PYQT=qtbuilder:build sip:build)
Usually, these are only used to build the PyQt framework, but a few
other ports need them to build. Ports that have them as a BUILD_DEPENDS
unnecessarily haven't been audited yet.
Sip used to be needed for run, but this hasn't been the case for quite
some time. Runtime is provided by the devel/py-qt[56]-sip ports.
(USE_PYQT=pysip). The main PyQt ports provide this automatically, so
it isn't necessary to add it to individual consumers.
While here:
www/onionshare: Remove PyQt stuff completely. It uses PySide.
With hat: kde@ |
3.16.0 18 Oct 2024 08:23:32
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.16.0 |
3.14.0_1 13 Apr 2024 14:47:51
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of
PKGNAMEPREFIX for *_DEPENDS |
3.14.0 26 Feb 2024 14:30:02
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.14.0 |
3.12.0 29 Oct 2023 20:37:04
    |
Jason E. Hale (jhale)  |
Revert "net-mgmt/nagstamon: Mark DEPRECATED"
This reverts commit f401e2a512c6f7b594da136cd3d76eada9f6f732.
devel/py-qt5-pyqt is no longer marked DEPRECATED. This port does not
require python bindings for www/qt5-webkit. |
3.12.0 28 Oct 2023 14:39:53
    |
Muhammad Moinur Rahman (bofh)  |
net-mgmt/nagstamon: Mark DEPRECATED
- Depends on deprecated devel/py-qt5-pyqt
- Set EXPIRATION_DATE 2023-11-28
Approved by: portmgr (blanket) |
3.12.0 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.12.0 11 May 2023 08:25:24
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.12.0 |
3.10.1_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
3.10.1_1 09 Mar 2023 11:15:07
    |
Loïc Bartoletti (lbartoletti)  |
PyQt: Update to latest versions
- PyQt5: update to 5.15.9
- PyQt6: upate to 6.4.2
- PyQt6-sip: update to 13.4.1
- PyQt5-sip: update to 12.11.1
- PyQt-builder: update to 1.14.1
- sip: upate to 6.7.7
PR: 269751
Exp-run by: antoine |
3.10.1 12 Nov 2022 08:14:59
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.10.1 |
3.8.0_2 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.8.0_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.8.0_2 02 Sep 2022 05:44:14
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Add missing dependency
PR: 266135 (based on) |
3.8.0_1 20 Jul 2022 14:22:42
    |
Tobias C. Berner (tcberner)  |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
3.8.0_1 07 Mar 2022 17:39:13
    |
Loïc Bartoletti (lbartoletti)  |
devel/py-qt5, devel/py-sip: Update versions
- Update sip to 6.5.1
- Update PyQt5 to 5.15.6
- Update PyQtChart, PyQtNetworkAuth and PyQtWebengine to 5.15.5
- Update PyQtSip to 12.9.1
- Update PyQtBuilder to 1.12.2
- Add ${_MAKE_JOBS} for pyqt.mk (reported by Tatsuki Makino)
PR: 261685
Exp-run by: antoine |
3.8.0 27 Jan 2022 06:12:26
    |
Loïc Bartoletti (lbartoletti)  |
PyQt: Update sip to 6.5.0, reintroduce sip4 and simplify PyQt framework.
SIP:
As mentioned in the update from sip to sip5, this is a transitional version
to remove what is deprecated in sip4.
Sip6 completely removes the deprecated parts.
Unfortunately, some ports — mostly cura things — can not use sip6, so we
reintroduce sip4.
PyQt:
At the same time, we took the opportunity to simplify PyQT and propose only one
package as for devel/pyside2. */py-qt5-* have been merged — excepted chart,
networkauth and webengine — into devel/py-qt5-pyqt.
This allows us to be in adequacy with the packages that the author of these (Only the first 15 lines of the commit message are shown above ) |
3.8.0 23 Nov 2021 13:27:10
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.8.0 |
3.6.0_3 14 Apr 2021 06:20:29
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: add a missing dependency |
3.6.0_2 13 Apr 2021 16:51:31
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Fix fetch
Fix fetch by not using GH_TAGNAME ('latest' was moved). This was
previously necessary but the upstream release model has been
reorganized since.
Notified by: pkg-fallout |
3.6.0_1 10 Apr 2021 06:24:53
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: release was retagged from 3.6 to v3.6.0
Notified by: Andrei <az@azsupport.com> (via mail) |
3.6 08 Apr 2021 19:38:41
    |
Emanuel Haupt (ehaupt)  |
net-mgmt/nagstamon: Update to 3.6 |
3.4.1_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.4.1_6 23 Mar 2021 16:57:37
  |
ehaupt  |
net-mgmt/nagstamon: Fix build with Python 3.8 and onward
While here, pacify portclippy/portfmt.
PR: 254502
Submitted by: kai
Reference: https://github.com/HenriWahl/Nagstamon/pull/705 |
3.4.1_5 16 Mar 2021 09:29:54
  |
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR: 254218
Exp-run by: antoine |
3.4.1_4 08 Mar 2021 06:49:18
  |
lbartoletti  |
PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of
the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate
PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead
automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine |
3.4.1_3 15 Dec 2020 17:56:00
  |
lbartoletti  |
Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to
12.8.1
PR: 251764
Exp-run by: antoine |
3.4.1_2 05 Oct 2020 15:50:04
  |
lbartoletti  |
Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates
of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location,
devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts
[1] RiverBankComputing doesn't offer links to download latest version of some
ports
PR: 247369
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D25749
Exp-run by: antoine |
3.4.1_1 11 Apr 2020 05:04:41
  |
lbartoletti  |
Update py-sip to 4.19.21 and qscintilla2 to 2.11.4
- Update py-sip to 4.19.21
- Update qscintilla2 to 2.11.4
- Replace MASTER_SITE_RIVERBANK with https versions
- Replace QSCI2_DISTNAME to match with the new one
PR: 245308
Approved by: tcberner (mentor)
Exp-run by: antoine |
3.4.1 28 Jan 2020 13:08:03
  |
ehaupt  |
Update to 3.4.1 |
3.4 26 Dec 2019 15:45:48
  |
ehaupt  |
Update to 3.4 |
3.2.1_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
3.2.1 07 Jan 2019 20:22:24
  |
ehaupt  |
Update to 3.2.1 |
3.2 23 Dec 2018 18:38:25
  |
ehaupt  |
Update to 3.2 |
3.0.2_1 22 Nov 2018 20:18:37
  |
tcberner  |
pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at
the same time, as there were conflicting files.
This patch creates Python-version versioned directories for
all these, and further installs binaries with a version number.
* Note, there might be some hickups for software that depends on
on of the .so's provided by PyQt5, which might not be found
anymore autmotically, and maybe need some LD-flaggery.
* Update PyQt5 to 5.10.1
* Mark www/py-qt5-webengine broken. It is unforuntately no longer
compatible with the old qt5-webengine-5.9.4 we ship.
PR: 232745
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D8714 |
3.0.2 20 Oct 2018 20:42:32
  |
ehaupt  |
- Update to 3.0.2
- Specify LICENSE_FILE |
1.0.1_2 12 Sep 2018 09:13:05
  |
ehaupt  |
- Update WWW
- Update MASTER_SITES |
1.0.1_2 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.1_2 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.0.1_1 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.1_1 30 Nov 2016 12:11:50
  |
ehaupt  |
Requires security/py-keyring as a run-dependency |
1.0.1 08 Oct 2016 15:59:40
  |
ehaupt  |
Update to 1.0.1 |
1.0 10 Sep 2016 16:04:09
  |
ehaupt  |
Mark NO_ARCH |
1.0 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0 22 Apr 2015 22:59:51
  |
amdmi3  |
- Add CPE info
Approved by: portmgr blanket |
1.0 06 Jan 2015 09:39:29
  |
ehaupt  |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt |
1.0 24 Oct 2014 16:29:52
  |
mva  |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit) |
1.0 08 Oct 2014 14:26:26
  |
ehaupt  |
Remove @dirrm, @dirrmtry |
1.0 02 Aug 2014 14:01:54
  |
ehaupt  |
Update to 1.0 |
0.9.9_2 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.9.9_2 13 Nov 2013 14:42:29
  |
ehaupt  |
Support staging. |
0.9.9_2 20 Sep 2013 22:24:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.9.9_2 24 Jul 2013 08:19:07
  |
ehaupt  |
Remove MAKE_JOBS_SAFE which is now default. |
0.9.9_2 08 Jul 2013 18:42:16
  |
ehaupt  |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header |
0.9.9_2 15 Jun 2012 04:29:18
 |
rm  |
- eliminate bogus py-setuptools dependency (port using distutils for installing)
- strict python version to 2.x only
- bump PORTREVISION because of depencies change
Approved by: ehaupt (maintainer, via mail) |
0.9.9_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.9.9 16 Apr 2012 08:06:24
 |
ehaupt  |
Update to 0.9.9 |
0.9.8_1 16 Feb 2012 15:57:34
 |
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
0.9.8 24 Oct 2011 14:03:38
 |
ehaupt  |
Update to 0.9.8 |
0.9.7.1 30 May 2011 14:48:08
 |
ehaupt  |
Update to 0.9.7.1 |
0.9.7 28 May 2011 09:35:49
 |
ehaupt  |
Update to 0.9.7 |
0.9.6.1 27 May 2011 09:06:57
 |
ehaupt  |
Fix redundant MASTER_SITES definition. |
0.9.6.1 26 May 2011 16:58:58
 |
ehaupt  |
Add nagstamon 0.9.6.1, a nagios status monitor for your desktop. |