Bug 222823 - games/pioneer: Update to 20171001
Summary: games/pioneer: Update to 20171001
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: Jan Beich
URL:
Keywords: patch
Depends on: 222822
Blocks:
  Show dependency treegraph
 
Reported: 2017-10-06 11:05 UTC by lightside
Modified: 2017-10-06 15:10 UTC (History)
0 users

See Also:


Attachments
Proposed patch (since 449591 revision) (2.41 KB, patch)
2017-10-06 11:05 UTC, lightside
lightside: maintainer-approval+
Details | Diff
Proposed patch (since 449591 revision) (6.08 KB, patch)
2017-10-06 14:43 UTC, lightside
lightside: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lightside 2017-10-06 11:05:34 UTC
Created attachment 186946 [details]
Proposed patch (since 449591 revision)

Patch to update games/pioneer port from 20170304 to 20171001 version.

Look following links for changes:
https://github.com/pioneerspacesim/pioneer/compare/20170304...20171001
https://github.com/pioneerspacesim/pioneer/blob/20171001/Changelog.txt

- Remove applied patch
- Move USES before USE_*, according to porters handbook, which found by portlint
- Add SERVERAGENT port's option

The saved games from previous version are not compatible.

The build was tested on FreeBSD 10.3 amd64.
Comment 1 Jan Beich freebsd_committer freebsd_triage 2017-10-06 13:37:37 UTC
Do you want the update in 2017Q4 as well? Most -RELEASE and -STABLE users are on /quarterly package set. MFH would have low risk: nothing depends on this port, and 2017Q4 was branched a week ago to have any major dependency updates.
Comment 2 lightside 2017-10-06 14:43:21 UTC
Created attachment 186954 [details]
Proposed patch (since 449591 revision)

(In reply to comment #1)
> Do you want the update in 2017Q4 as well?
I think, the update for 2017Q4 might be ok.

I also added following upstream patch after 20171001 release, just in case:
- Fix SAR selection of ship sizes for missions
https://github.com/pioneerspacesim/pioneer/commit/008e30a857036a8cc40c42bf89ef68e65b47a41e

Thanks for attention.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-10-06 15:09:04 UTC
A commit references this bug:

Author: jbeich
Date: Fri Oct  6 15:08:56 UTC 2017
New revision: 451387
URL: https://svnweb.freebsd.org/changeset/ports/451387

Log:
  games/pioneer: update to 0.0.20171001

  - Remove already applied patch for assimp-4.0.0
  - Move USES before USE_* per Porter's Handbook style (found by portlint)
  - Add SERVERAGENT port's option
  - Apply upstream patch to "Fix SAR selection of ship sizes for missions"

  Note, saved games from previous version are not compatible.

  Changes:	https://github.com/pioneerspacesim/pioneer/blob/20171001/Changelog.txt
  		https://github.com/pioneerspacesim/pioneer/compare/20170304...20171001
  PR:		222823
  Submitted by:	lightside@gmx.com (maintainer)
  MFH:		2017Q4

Changes:
  head/games/pioneer/Makefile
  head/games/pioneer/distinfo
  head/games/pioneer/files/patch-data_modules_SearchRescue_SearchRescue.lua
Comment 4 Jan Beich freebsd_committer freebsd_triage 2017-10-06 15:10:17 UTC
Thanks. Landed.