Bug 247622 - graphics/qgis: Update to 3.14.0
Summary: graphics/qgis: Update to 3.14.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Loïc Bartoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-28 20:01 UTC by Rainer Hurling
Modified: 2020-07-01 07:36 UTC (History)
2 users (show)

See Also:


Attachments
patch to update graphics/qgis from 3.12.1 to 3.14.0 (44.95 KB, patch)
2020-06-28 20:01 UTC, Rainer Hurling
rhurlin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!