Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.8.6,1 19 Oct 2024 06:35:03 |
Jason E. Hale (jhale) |
PyQt: Update to latest versions
PyQt5:
- devel/py-qt5-pyqt: Update to 5.15.11
- graphics/py-qt5-3d: Add port
- net/py-qt5-networkauth: Update to 5.15.6
- www/py-qt5-webengine: Update to 5.15.7
- x11-toolkits/py-qt5-chart: Update to 5.15.7
- x11-toolkits/py-qt5-datavis3d: Add port
PyQt6:
- devel/py-qt6-pyqt: Update to 6.7.1
Build tools:
- devel/sip: Update to 6.8.6
- devel/py-qt5-sip: Update to 12.15.0
- devel/py-qt6-sip: Update to 13.8.0
- devel/py-qtbuilder: Update to 1.16.4
The build tools are now all licensed BSD2CLAUSE and have been converted
to PEP517. |
6.8.3,1 21 Jul 2024 16:55:40 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Introduce PY_TOMLI
- Convert ports to use PY_TOMLI to simplify Makefile.
The minimal version is set to 2.0.1 because it is required by multiple ports
such as devel/py-poetry.
The upper bound of version is set to 3 because it is limited by devel/py-poetry.
With hat: python |
6.8.3,1 11 Feb 2024 23:08:13 |
Jason E. Hale (jhale) |
devel/py-sip: Update to 6.8.3
https://riverbankcomputing.com/news/SIP_v6.8.3_Released |
6.8.2,1 27 Jan 2024 05:28:03 |
Jason E. Hale (jhale) |
devel/py-sip: Update to 6.8.2
https://riverbankcomputing.com/news/SIP_v6.8.2_Released |
6.8.1,1 12 Dec 2023 23:07:09 |
Jason E. Hale (jhale) |
devel/py-sip: Update to 6.8.1
https://riverbankcomputing.com/news/SIP_v6.8.1_Released |
6.8.0_1,1 10 Dec 2023 09:53:07 |
Rainer Hurling (rhurlin) |
devel/py-sip: Remove unneeded patch
The removed patch doubled with last part of
files/patch-sipbuild_generator_outputs_code.py.
After consultation with jhale. |
6.8.0_1,1 10 Dec 2023 06:20:51 |
Jason E. Hale (jhale) |
devel/py-sip: Fix regressions in code generator
The code generator was ported from C to Python for version 6.8.0 and
there were a few typos and bugs in it causing build failure of some
ports like graphics/qgis.
Reported by: rhurlin |
6.8.0_1,1 09 Dec 2023 20:28:57 |
Tobias C. Berner (tcberner) |
devel/py-sip: add upstream fix for a typo
Obtained from:
https://www.riverbankcomputing.com/hg/sip/diff/67e0294b505c/sipbuild/generator/outputs/code.py
PR: 275555 |
6.8.0,1 07 Dec 2023 00:08:30 |
Jason E. Hale (jhale) |
devel/py-sip: Update to 6.8.0
https://riverbankcomputing.com/news/SIP_v6.8.0_Released |
6.7.12,1 16 Oct 2023 23:57:45 |
Jason E. Hale (jhale) |
PyQt5: Update to latest versions
- PyQt5: Update to 5.15.10
- PyQt-builder: Update to 1.15.3
- PyQt5-sip: Update to 12.13.0
- sip: Update to 6.7.12 |
6.7.11,1 26 Sep 2023 19:26:56 |
Jason E. Hale (jhale) |
devel/py-sip: Update to 6.7.11
devel/py-qt5-sip: Update to 12.12.2 |
6.7.9,1 27 Jul 2023 22:11:04 |
Jason E. Hale (jhale) |
PyQt: Update to latest versions
- PyQt6: update to 6.5.2
- PyQt6-Charts: update to 6.5.0
- PyQt6-NetworkAuth: update to 6.5.0
- PyQt6-WebEngine: update to 6.5.0
- QScintilla: update to 2.14.1
- PyQt6-sip: update to 13.5.2
- PyQt-builder: update to 1.15.2
- sip: update to 6.7.9 |
6.7.7,1 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> |
6.7.7,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 |
6.7.2,1 09 Nov 2022 09:47:49 |
Guido Falsi (madpilot) |
*/*pyqt*: Add pyqt6 ports
Reviewed by: tcberner, lbartoletti, fluffy
Approved by: kde (tcberner, lbartoletti, fluffy), portmgr (tcberner)
Differential Revision: https://reviews.freebsd.org/D37191 |
6.7.2,1 02 Nov 2022 06:41:07 |
Loïc Bartoletti (lbartoletti) |
*/*: Update PyQt, Sip, QSCintlla2
PR: 267203
Exp-run by: antoine |
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) |
6.5.1,1 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 ) |
6.5.1,1 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
6.5.1,1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
6.5.1,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 |
6.3.1_1,1 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 ) |
5.5.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.5.0_1,1 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 |
5.5.0,1 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 |
5.4.0,1 08 Dec 2020 20:03:07 |
lbartoletti |
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.
(Only the first 15 lines of the commit message are shown above ) |
4.19.24,1 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 |
4.19.21,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 |
4.19.19_1,1 24 Nov 2019 08:40:05 |
tcberner |
Bump devel/py-sip
- Follow up to 518302 |
4.19.19,1 24 Nov 2019 08:39:31 |
tcberner |
devel/py-sip: doesn't honor sip_dir
pyqt.mk had a long standing bug, where the sip-dir was not properly set
for the port devel/py-sip. The underlying issue was the following:
When using pyqt.mk consumers would specify
USES=pyqt:<version>
To also have easy access for the data from pyqt.mk in the py-sip port, we
allowed
version=sip, which only unhides a very limited scope of pyqt.mk. However, we
also
set
_VERSION_SUBDIR_REL= PyQt${_PYQT_VERSION}/${PYTHON_VER}
(Only the first 15 lines of the commit message are shown above ) |
4.19.19,1 25 Oct 2019 23:35:45 |
tcberner |
Upgrade PyQt to 5.13.1 (and sip 4.19.19)
PR: 241323
Exp-run by: antoine |
4.19.18,1 18 Oct 2019 06:57:27 |
tcberner |
PyQt: Update to 5.13.0
Updates
- PyQt to 5.13.0
- sip to 4.19.18
- qscintilla to 2.11.2
PR: 239023
Exp-run by: antoine |
4.19.17,1 26 Jun 2019 11:52:23 |
rene |
Clean up final leftovers from Qt4.
Submitted by: rene
Reviewed by: mat, tcberner
Differential Revision: https://reviews.freebsd.org/D20725 |
4.19.17,1 15 May 2019 20:25:59 |
tcberner |
Update pyqt to 5.12.2 (with it sip to 4.19.17)
Exp-run by: antoine
PR: 237889 |
4.19.15_1,1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.19.15,1 05 Apr 2019 23:05:21 |
tcberner |
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 |
4.19.13_1,1 16 Dec 2018 15:25:41 |
tcberner |
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 |
4.19.8_1,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 |
4.19.8,1 12 Mar 2018 18:06:52 |
tcberner |
Update py-sip to 4.19.8 and qscintilla2 to 2.10.3
PR: 226487
Exp-run by: antoine |
4.19.6,1 02 Jan 2018 20:21:34 |
rakuco |
Update SIP to 4.19.6, PyQt4 to 4.12.1 and PyQt5 to 5.9.2.
Upstream no longer ships the contents of misc/py-qt5-doc, so the port has been
removed.
This is also a requirement for updating the Qt5 ports, as the PyQt5 version
currently in the tree has license conflicts with later Qt versions.
Big thanks to tcberner for doing most of the work here, and antoine for the
exp-run.
PR: 224739 |
4.19.2,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 ) |
4.19.2,1 30 Apr 2017 10:07:23 |
tcberner |
Update py-sip to 4.19.2, py-qt4 to 4.12 and py-qt5 to 5.7.1
* This is mostly based on the work by Adriaan de Groot <groot@kde.org> in our
development repo.
PR: 217305
PR: 218539
Submitted by: Adriaan de Groot <groot@kde.org>
Reviewed by: rakuco, mat
Approved by: rakuco (mentor)
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D9771 |
4.18,1 13 Nov 2016 20:19:11 |
tcberner |
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 |
4.17,1 13 Dec 2015 12:45:25 |
rakuco |
Update PyQt4 to 4.11.4, SIP to 4.17 and QScintilla2 to 2.9.1.
Bring in some long overdue updates, some of which are required for us to
later land the PyQt5 ports.
One big change with this update is that the PyQt4 ports now install their
.sip files into share/py-sip/PyQt4 instead of share/py-sip. This way we do
not end up with directories like share/py-sip/QtCore, which are especially
confusing once PyQt5 lands and starts installing files with the same names.
Other noteworthy items:
- PORTREVISION has been bumped on ports depending on devel/qscintilla2
because libqscintilla2.so's SOVERSION has changed.
- graphics/seexpr has been converted to USE_PYQT, as the file it used to
define a build-time dependency on x11-toolkits/py-qt4-gui has moved.
Once again, big thanks to Tobias Berner <tcberner@gmail.com> and Guido Falsi
(madpilot@) for their initial work on these ports as part of the effort to
land PyQt5 into the tree (see D2910 in Phabricator for an earlier version of
the PyQt5 patch set).
PR: 205143 |
4.16.5_1,1 08 Dec 2015 16:49:43 |
rakuco |
PyQt: Replace bsd.pyqt.mk with Uses/pyqt.mk.
In preparation for landing PyQt5 ports, generalize devel/py-qt4's
bsd.pyqt.mk and make it a proper file in Uses/.
Ports wishing to depend on PyQt4 ports can now do the following:
USES= pyqt:4
USE_PYQT= foo bar_build baz_run
Other changes include the renaming of the PYQT4_DIST variable to PYQT_DIST
and the introduction of the PYQT_SIPDIR plist substitution variable. The
rest of the contents of Uses/pyqt.mk are pretty much identical to what we
had in bsd.pyqt.mk with additional processing of USE_PYQT.
Even though this patch touches files in many different ports, the goal is (Only the first 15 lines of the commit message are shown above ) |
4.16.5_1,1 06 Dec 2015 21:09:00 |
rakuco |
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 |
4.16.5,1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
4.16.5,1 04 Mar 2015 23:20:48 |
rakuco |
Update PyQt and its dependencies.
* PyQt4 has been updated to 4.11.3.
* QScintilla has been updated to 2.8.4.
* SIP has been updated to 4.16.5.
This update is much smaller than the previous one, as there has been no
further need for clean ups in the ports infrastructure.
Pretty much the entire patch set has been originally contributed by Tobias
Berner, who sent it to the KDE on FreeBSD mailing list. Thanks a lot!
PR: 198016
Submitted by: Tobias Berner <tcberner@gmail.com> |
4.16.2,1 31 Oct 2014 19:28:34 |
bapt |
Simplify plist |
4.16.2,1 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
4.16.2,1 05 Oct 2014 20:32:22 |
alonso |
Fix USES issues.
(Hopefuly) fix issues introduced in r370100. This commit consists of area51
revisions 10357, 10359 and 10360.
Approved by: rakuco (mentor) |
4.16.2,1 05 Oct 2014 18:25:01 |
alonso |
Replace USE_PYTHON* by USES=python.
This commit consists of area51's r10314 and r10356 patchsets.
Approved by: rakuco (mentor) |
4.16.2,1 23 Jul 2014 19:53:11 |
rakuco |
Update PyQt to 4.11.1, QScintilla to 2.8.3 and SIP to 4.16.2.
... And bump PORTREVISION on ports that depend on devel/qscintilla2 due to
the shlib version change.
This is brought to you by the KDE on FreeBSD team. Besides updating to newer
upstream releases, this commit also contains a lot of under-the-hood changes
to the PyQt/QScintilla/SIP ports. Their Makefiles had accumulated a lot of
cruft over time, so it was time for some summer cleaning:
- General, belated changes:
* Use OPTIONS helpers wherever possible, stop including
<bsd.port.options.mk> when not necessary, stop checking for
${PORT_OPTIONS:MDOCS} and ${PORT_OPTIONS:MEXAMPLES} when not necessary,
add options such as DOCS and/or DEBUG where they were only checked for. (Only the first 15 lines of the commit message are shown above ) |
4.15.2_1,1 08 Jun 2014 10:19:25 |
rakuco |
Set PYTHON_PY3K_PLIST_HACK to adjust the plist for Python >= 3.2.0.
Since this port does not use distutils/setuptools and we manually generate
the .pyc/.pyo files, we need to set PYTHON_PY3K_PLIST_HACK so that the cache
files end up in the right directory if Python >= 3.2.0 is used due to
PEP-3147.
PR: 188150
MFH: 2014Q2 |
4.15.2,1 13 Feb 2014 14:24:07 |
makc |
devel/py-sip:
- Add DOCS to OPTIONS_DEFINE [1]
- Convert WITH_DEBUG to option
Prompted by: ehaupt [1] |
4.15.2,1 15 Oct 2013 21:52:34 |
rakuco |
Update SIP to 4.15.2 and PyQt to 4.10.3.
This commit also adds proper staging support to all the ports being updated.
In collaboration with Schaich Alonso <alonsoschaich@fastmail.fm> and
Tomasz Kowalczyk <kowalczfbsd@gmail.com>. |
4.14.7,1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
4.14.7,1 21 Jun 2013 19:13:05 |
rakuco |
Update the PyQt ports.
- SIP has been upgraded to 4.14.7.
- PyQt4 has been upgraded to 4.10.2.
- QScintilla2 has been upgraded to 2.7.2. |
4.14.3,1 03 Feb 2013 18:16:08 |
makc |
KDE/FreeBSD team presents:
SIP 4.14.3
QScintilla 2.7
PyQt 4.9.6
The area51 repository features commits by jhale and myself.
Changes:
- Trim Makefile header
- Convert to new option framework |
4.13.2,1 09 Jun 2012 00:41:21 |
makc |
Merge changes from area51 repository (SVN commit 8197 by avilla):
- Remove SIPFILES option, some ports (e.g., pykde4) require the files
to be installed.
- Remove DEBUG and TRACING options, and merge them under WITH_DEBUG. |
4.13.2,1 25 May 2012 01:49:08 |
makc |
KDE/FreeBSD team presents update for PyQt ports:
- sip to 4.13.2
- PyQt4 to 4.9.1
- QScintilla to 2.6.1 |
4.12.4,1 08 Mar 2012 14:09:44 |
makc |
Get rid of staled stuff. |
4.12.4,1 24 Jan 2012 23:45:12 |
avilla |
- Revert lines that shouldn't have made it to my latest commit. |
4.13,1 24 Jan 2012 23:40:22 |
avilla |
- Pet Tinderbox and friends.
OPTIONSFILE must be set using ?= to allow overriding.
PR: 163743
PR: 163744
PR: 163745
PR: 163746
Submitted by: A.J. Kehoe IV (Nanoman) <vOo4vyPj@nanoman.ca> |
4.12.4,1 16 Oct 2011 22:50:49 |
avilla |
- Update PyQt4 to 4.8.5.
- Update SIP to 4.12.4.
- Use common DISTINFO_FILEs. |
4.12.1,1 25 Mar 2011 10:06:51 |
avilla |
- Update SIP to 4.12.1.
- Update PyQt4 to 4.8.3.
- Update QScintilla2 to 2.4.6. |
4.11.2,1 29 Jan 2011 20:32:20 |
makc |
Update WWW
Feature safe: yes |
4.11.2,1 29 Jan 2011 20:31:04 |
makc |
Add Gentoo mirrors to MASTER_SITES
Remove outdated mirrors
Feature safe: yes |
4.11.2,1 02 Dec 2010 19:47:17 |
makc |
KDE FreeBSD team is glad to present Qt 4.7.1 in ports.
Along with Qt4 the following ports are updated:
PyQt4 ports to 4.8.1
devel/py-sip to 4.11.2
devel/qscintilla2 to 2.4.5
PyKDE3 to 3.16.7
PyQt3 tp 3.18.2-snapshot-20091119
New ports added:
devel/qt4-declarative
devel/py-qt4-declarative
x11/qt4-graphicssystems-opengl
This release has been contributed by:
Thomas Abthorpe (tabthorpe)
Max Brazhnikov (makc)
Dima Panov (fluffy)
Alberto Villa (avilla)
We'd like to thank Martin Wilke (miwi) for exp-run. |
4.10.2,1 28 Sep 2010 22:18:31 |
fluffy |
- Add my local mirror for pyqt distfiles to make it fetchable again
Noticed by: pointyhat via erwin |
4.10.2,1 11 May 2010 10:43:10 |
fluffy |
- The FreeBSD KDE team is pleased to announce SIP-4.10.2, PyQt-4.7.3
and QScintilla-2.4.3 for FreeBSD.
With hat on: kde@ |
4.10,1 30 Jan 2010 14:27:27 |
fluffy |
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters. |
4.9.3,1 28 Nov 2009 17:02:21 |
fluffy |
- Update x11-tookits/py-kde to 3.16.6
It's a maintenance release, only including support for SIP 4.9.x
Approved by: miwi (mentor) |
4.9.3,1 27 Nov 2009 00:10:51 |
miwi |
- Update py-qt4* to 4.6.2
- Update py-sip to 4.9.3
The KDE FreeBSD team would like to say thanks to all the helpers
and submitters.
Tested by: pointyhat-exp-run (myself) |
4.8.2,1 04 Aug 2009 19:18:49 |
miwi |
- 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 |
4.7.9,1 14 Feb 2009 22:58:55 |
makc |
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> |
4.7.4,1 03 May 2008 23:12:20 |
pav |
- Fix fetch
Submitted by: Danny Pansters <danny@ricin.com> (maintainer) |
4.7.4,1 02 May 2008 10:00:00 |
miwi |
ports/devel/py-sip/files/bsd.pyqt.mk
- Riverbank master sites have changed
- Add a version number (simply date) for the .mk file itself
ports/x11-toolkits/qscintilla/Makefile
- Include bsd.pyqt.mk and adapt Makefile accordingly
- Add NOPORTEXAMPLES test where appropriate
- Bump PORTREVISION
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail) |
4.7.4,1 20 Mar 2008 10:51:46 |
miwi |
- Update to 4.7.4
- Introduce files/bsd.pyqt.mk and use it
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via private mail) |
4.7.1,1 02 Oct 2007 09:51:30 |
miwi |
- Update to 4.7.1
Submitted by: Danny Pansters <danny@ricin.com> (maintainer) |
4.7,1 13 Sep 2007 17:46:05 |
miwi |
- Update to 4.7
Submitted by: Danny Pansters <danny@ricin.com> (Maintainer via privat mail) |
4.6,1 25 Apr 2007 06:15:57 |
miwi |
- Set PORTEPOCH
Notes:
20070220 is greater than 3.17.1
Request by: many |
4.6 17 Apr 2007 20:12:37 |
miwi |
- Update to 4.6
Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail) |
20070310 27 Mar 2007 09:28:42 |
miwi |
- Update to 20070310
PR: 109636
Submitted by: Danny Pansters <danny@ricin.com> (maintainer) |
4.5.2 22 Jan 2007 08:31:06 |
miwi |
- Pass maintainership to submitter
PR: ports/108162
Submitted by: Danny Pansters <danny@ricin.com> |
4.5.2 10 Dec 2006 00:10:45 |
miwi |
- Update to 4.5.2
- Add back MASTER_SITES |
4.5 09 Dec 2006 13:36:02 |
gabor |
- Update to 4.5
- portlint(1)
PR: ports/106339
Submitted by: gabor
Approved by: erwin (mentor) |
4.4.5 09 Sep 2006 11:27:44 |
itetcu |
Update to 4.4.5
PR: ports/103040
Submitted by: Max Brazhnikov |
4.4.3_1 07 Sep 2006 22:41:08 |
linimon |
Reset maintainer by request. Note: the canonical mastersite is at 4.4.5 now.
PR: ports/102998 |
4.4.3_1 12 May 2006 02:22:41 |
itetcu |
- Remove "without Qt support" knob; SIP always has Qt (signal/slot) support.
- Remove dependencies for qt/qmake; SIP doesn't need Qt to be installed.
- Misc cleanup; SIP has a freebsd-g++ buildspec of its own
Bump PORTREVISION
PR: ports/97044
Submitted by: Danny Pansters (maintainer)
Approved by: lawrance (mentor) |
4.4.3 28 Apr 2006 04:04:51 |
mnag |
- Update to 4.4.3
PR: 96417
Submitted by: maintainer |
4.4.2 24 Apr 2006 18:30:18 |
mnag |
- Update to 4.4.2
PR: 96202
Submitted by: maintainer |
4.3.2 29 Nov 2005 11:01:09 |
mnag |
Update to 4.3.2
PR: 89610
Submitted by: Danny Pansters <danny@ricin.com> (maintainer) |
4.3.1 14 Nov 2005 00:09:09 |
mnag |
Add SHA256
PR: 88960
Submitted by: maintainer |
4.3.1 19 Sep 2005 19:12:03 |
vsevolod |
Update to maintenance release 4.3.1
PR: 86332
Submitted by: Danny Pansters (maintainer) |
4.3 05 Sep 2005 16:56:39 |
vsevolod |
Update to 4.3.
Introduce port options.
PR: 85505
Submitted by: maintainer
Approved by: perky (mentor) |
4.2.1_3 15 Aug 2005 18:46:36 |
pav |
- Fix plist
Requested by: krion
Approved by: portmgr (krion) |
4.2.1_2 13 Jul 2005 10:52:02 |
mich |
o Update to latest snapshot, in par with py-qt
o Fix plist
PR: ports/83355
Submitted by: maintainer |
4.2.1_1 10 Jul 2005 17:01:44 |
lofi |
Update to new version (snapshot)
PR: ports/83203
Submitted by: maintainer |
4.2.1 11 Apr 2005 18:09:09 |
lofi |
Forced commit to note that the last commit also updated py-sip to version
4.2.1 |