Bug 247622

Summary: graphics/qgis: Update to 3.14.0
Product: Ports & Packages Reporter: Rainer Hurling <rhurlin>
Component: Individual Port(s)Assignee: Loïc Bartoletti <lbartoletti>
Status: Closed FIXED    
Severity: Affects Only Me CC: lbartoletti, rhurlin
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to update graphics/qgis from 3.12.1 to 3.14.0 rhurlin: maintainer-approval+

Description Rainer Hurling freebsd_committer freebsd_triage 2020-06-28 20:01:03 UTC
Created attachment 216017 [details]
patch to update graphics/qgis from 3.12.1 to 3.14.0

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


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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-07-01 07:02:29 UTC
A commit references this bug:

Author: lbartoletti
Date: Wed Jul  1 07:01:41 UTC 2020
New revision: 540928
URL: https://svnweb.freebsd.org/changeset/ports/540928

Log:
  graphics/qgis: Update to 3.14.0

      - Update to 3.14.0
      - 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

  Changelog:
      - https://changelog.qgis.org/en/qgis/version/3.14/

  PR:		247622
  Submitted by:	Rainer Hurling (maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D25508

Changes:
  head/graphics/qgis/Makefile
  head/graphics/qgis/distinfo
  head/graphics/qgis/pkg-plist
Comment 2 Loïc Bartoletti freebsd_committer freebsd_triage 2020-07-01 07:36:43 UTC
Committed, Thanks!