Bug 202939

Summary: [MAINTAINER] games/wxlauncher: Update to 0.10.0
Product: Ports & Packages Reporter: lightside <lightside>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Proposed patch (since 387986 revision)
none
The poudriere testport log (FreeBSD 10 amd64)
none
Proposed patch (since 387986 revision)
none
The poudriere testport log (FreeBSD 10 amd64, with default options)
none
The poudriere testport log (FreeBSD 10 amd64, with JOYSTICK option disabled)
none
The poudriere testport log (FreeBSD 10 amd64, with WX3 option disabled) none

Description lightside 2015-09-07 00:32:24 UTC
Created attachment 160786 [details]
Proposed patch (since 387986 revision)

Patch to update games/wxlauncher port from 0.9.6 to 0.10.0 version.

Look following link for changes:
https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0

- Change GH_ACCOUNT, GH_PROJECT and WWW to new GitHub address
- Add pkgconfig to USES
- Change USE_SDL value to sdl2, because of new dependency
- Explicitly define used wxWidgets version through WXVER CMake's define
- Adapt patches for new version
Comment 1 lightside 2015-09-07 00:33:26 UTC
Created attachment 160787 [details]
The poudriere testport log (FreeBSD 10 amd64)
Comment 2 lightside 2015-09-17 09:48:37 UTC
Created attachment 161141 [details]
Proposed patch (since 387986 revision)

- Remove WX_UNICODE define, after ports r397085 changes
Comment 3 lightside 2015-09-17 09:49:28 UTC
Created attachment 161142 [details]
The poudriere testport log (FreeBSD 10 amd64, with default options)
Comment 4 lightside 2015-09-17 09:50:24 UTC
Created attachment 161143 [details]
The poudriere testport log (FreeBSD 10 amd64, with JOYSTICK option disabled)
Comment 5 lightside 2015-09-17 10:07:14 UTC
Created attachment 161144 [details]
The poudriere testport log (FreeBSD 10 amd64, with WX3 option disabled)
Comment 6 commit-hook freebsd_committer freebsd_triage 2015-09-24 18:10:35 UTC
A commit references this bug:

Author: jbeich
Date: Thu Sep 24 18:10:06 UTC 2015
New revision: 397703
URL: https://svnweb.freebsd.org/changeset/ports/397703

Log:
  games/wxlauncher: update to 0.10.0

  - Change GH_ACCOUNT, GH_PROJECT and WWW to new GitHub address
  - Add pkgconfig to USES
  - Change USE_SDL value to sdl2, because of new dependency
  - Explicitly define used wxWidgets version through WXVER CMake's define
  - Adapt patches for new version
  - Remove WX_UNICODE define, after ports r397085 changes

  Changes:	https://github.com/scp-fs2open/wxLauncher/compare/release-0.9.6...release-0.10.0
  PR:		202939
  Submitted by:	lightside <lightside@gmx.com> (maintainer)

Changes:
  head/games/wxlauncher/Makefile
  head/games/wxlauncher/distinfo
  head/games/wxlauncher/files/patch-code_apis_JoystickManager.cpp
  head/games/wxlauncher/pkg-descr
Comment 7 Jan Beich freebsd_committer freebsd_triage 2015-09-24 18:19:26 UTC
Thanks. Committed.