Bug 233893

Summary: graphics/gpxsee: Update to 7.0
Product: Ports & Packages Reporter: Nikolay Korotkiy <sikmir>
Component: Individual Port(s)Assignee: Tobias C. Berner <tcberner>
Status: Closed FIXED    
Severity: Affects Some People CC: tcberner
Priority: --- Keywords: needs-qa
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on: 233878    
Bug Blocks:    
Attachments:
Description Flags
Update to 7.0
koobs: maintainer-approval+
Update to 7.0
none
Update to 7.0 none

Description Nikolay Korotkiy 2018-12-09 17:39:47 UTC
Created attachment 199985 [details]
Update to 7.0

Update to 7.0

  Changelog:
   - Added support for PBF vector maps (using QtPbfImagePlugin).
   - Changed user data/config paths locations.
   - Added Turkish localization.
   - Minor bug fixes (WMTS, graphs).
Comment 1 Nikolay Korotkiy 2018-12-13 22:55:53 UTC
Created attachment 200095 [details]
Update to 7.0

Renamed qt5-pbfimageplugin to qtpbfimageplugin.
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-12-14 14:46:03 UTC
Moin moin

The runtime dependency on graphics/qtpbfimageplugin needs to be fixed.

mfg Tobias
Comment 3 Nikolay Korotkiy 2018-12-14 18:00:27 UTC
> The runtime dependency on graphics/qtpbfimageplugin needs to be fixed.

But what is wrong with the current line:

PBF_RUN_DEPENDS=qtpbfimageplugin:graphics/qtpbfimageplugin
Comment 4 Tobias C. Berner freebsd_committer freebsd_triage 2018-12-14 18:40:47 UTC
(In reply to Nikolay Korotkiy from comment #3)
Try building with the option on, and it will complain that there is no binary called "qtpbfimageplugin" available; see: 
https://www.freebsd.org/doc/en/books/porters-handbook/makefile-depend.html#akefile-run_depends


mfg Tobias
Comment 5 Nikolay Korotkiy 2018-12-14 19:27:33 UTC
Created attachment 200123 [details]
Update to 7.0

I see, fixed.
Comment 6 commit-hook freebsd_committer freebsd_triage 2018-12-20 20:31:09 UTC
A commit references this bug:

Author: tcberner
Date: Thu Dec 20 20:31:03 UTC 2018
New revision: 487919
URL: https://svnweb.freebsd.org/changeset/ports/487919

Log:
  graphics/gpxsee: update to 7.0

  PR:		233893
  Submitted by:	Nikolay Korotkiy <sikmir@gmail.com> (maintainer)

Changes:
  head/graphics/gpxsee/Makefile
  head/graphics/gpxsee/distinfo
  head/graphics/gpxsee/pkg-plist
Comment 7 Tobias C. Berner freebsd_committer freebsd_triage 2018-12-20 20:31:42 UTC
Thanks, committed with some additional minor cleanup.