notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: graphics/qgis/files/patch-cmake_FindPyQt5.py
SVNWeb

Number of commits found: 4

Tue, 8 Dec 2020
[ 20:03 lbartoletti search for other commits by this committer ] Original commit   Revision:557300 (Only the first 10 of 136 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Mon, 24 Aug 2020
[ 06:43 lbartoletti search for other commits by this committer ] Original commit   Revision:546049
graphics/qgis: Update to 3.14.15

 * Update to 3.14.15
 * Remove files/patch-src_core_CMakeLists.txt (upstreamed) [1]
 * Prepare for PyQt5 and Sip5 [2]

[1] https://github.com/qgis/QGIS/pull/38103
[2] Upstream PR https://github.com/qgis/QGIS/pull/37901 (included in 3.14.15)
and https://github.com/qgis/QGIS/pull/37842 (patches taken from commits)

PR:		248783
Approved by:	Rainer Hurling (maintainer)
Wed, 1 Apr 2020
[ 19:59 lbartoletti search for other commits by this committer ] Original commit   Revision:530236 (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
databases/grass7, math/saga, graphics/qgis and graphics/qgis-ltr: update to
latest versions

    - math/saga:
        - Update to 7.6.2
        - Use wxWidgets 3.0+ instead of 3.1+ since 3.1 is not a mandatory
version and this reduces the number of packages installed when you install saga
and qgis/grass (which requires version 3.0).

    - databases/grass7:
        - Update to 7.8.2 first version for python3 only
        - Use ${PY_NUMPY} variable
        - Readd openmp
        - Use wxPython40 for python3
        - Remove bash dependency. You can use any shell.
        - Rework the workaround in post-install (for / touch files). Fix the
long (random) standing issue with pkg-plist
        - Alphabetize USES and OPTIONS
        - Replace XX_configure_on by XX_configure_with as possible
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 15 Jan 2019
[ 21:30 tcberner search for other commits by this committer ] Original commit   Revision:490430 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
graphics/qgis: update to 3.4.3

QGIS 3.4 LTR, the first long-term release (LTR) of QGIS 3.

This is a major upgrade and users should consult the UPDATING entry
provided for further information on how to progress.

http://changelog.qgis.org/en/qgis/version/3.4-LTR/

PR:		233726
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)

Number of commits found: 4