Page MenuHomeFreeBSD

graphics/qgis: Update to 3.14.0
ClosedPublic

Authored by lbartoletti on Jun 29 2020, 5:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 4:09 PM
Unknown Object (File)
Fri, Mar 29, 1:08 AM
Unknown Object (File)
Dec 13 2023, 6:45 AM
Unknown Object (File)
Nov 28 2023, 10:37 AM
Unknown Object (File)
Nov 10 2023, 12:12 AM
Unknown Object (File)
Nov 8 2023, 11:05 AM
Unknown Object (File)
Oct 22 2023, 7:54 PM
Unknown Object (File)
Oct 8 2023, 11:01 PM
Subscribers

Details

Summary

This patch updates QGIS to new minor release 3.14.0 with several bugfixes, new features and some enhancements. For example, a new GUI-less qgis_process command has landed.

Changes of the port:

  • Update from 3.12.1 to 3.14.0
  • Add INSTALLS_ICONS=yes
  • Update several Python dependencies
  • Remove txt2tags:textproc/txt2tags, not needed any more
  • Add devel/py-black, graphics/py-geopandas, devel/py-jedi, and devel/protobuf dependencies
  • Change post-install ${FIND} parameter
  • Update pkg-plist

PR: 247622

Test Plan

The patch is tested on Poudriere (11.4a, 12.1a, and HEADa). Poudriere tests for i386 not possible, because the dependencies multimedia/assimp does not build for i386.
'portlint -AC' seems happy.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32043
Build 29571: arc lint + arc unit

Event Timeline

graphics/qgis/Makefile
147

^ this sounds like portlint? -- INSTALLS_ICONS should only be used for GTK+ applications if gnome.mk is to believed.

graphics/qgis/Makefile
147

Yes, 'portlint -AC' complains, when this is not defined.

Perhaps this is because the port sets USES=gnome?

After removing INSTALLS_ICONS, and under the assumption that it builds fine, this looks good for me to go.

graphics/qgis/Makefile
147

I would ignore portlints suggestion here, and not add it :)

This revision is now accepted and ready to land.Jun 30 2020, 5:58 PM
graphics/qgis/Makefile
147

IIRC every time there is a .desktop file portlint wants INSTALLS_ICONS / USES=gnome :)

This revision was automatically updated to reflect the committed changes.