Bug 236817 - [MAINTAINER] games/trigger-rally: Update to 0.6.6.1
Summary: [MAINTAINER] games/trigger-rally: Update to 0.6.6.1
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-27 01:11 UTC by Alfonso S. Siciliano
Modified: 2019-04-12 11:44 UTC (History)
0 users

See Also:


Attachments
svn .diff (4.11 KB, patch)
2019-03-27 01:11 UTC, Alfonso S. Siciliano
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alfonso S. Siciliano freebsd_committer freebsd_triage 2019-03-27 01:11:37 UTC
Created attachment 203175 [details]
svn .diff

[Maintainer] Update to upstream version 0.6.6.1

Changelog
 
 * Update Makefile: delete PORTREVISION= 3 
                    update USE_GL to USES=gl
                    update USE_SDL to USES=sdl
                    add LIB_DEPENDS textproc/tinyxml2
                    add LICENSE_FILE
                    add INSTALLS_ICONS
                    add USES gnome for icons
                    add post-patch for "%%PREFIX%% in parch-Trigger_main.cpp 
 
 * parch-Trigger_main.cpp: update to use "%%PREFIX%%                                  

 * patch-GNUMakefile: delete "-march=native" for arm ( ports r457351 )
                      add `sdl2-config --libs` and `sdl2-config --cflags`


Built on: uname -vm FreeBSD 13.0-CURRENT r345315 GENERIC  amd64

         
Testing:

 * portlint -C
    (portlint wants USES=gl)
 * poudriere testport -j 130Camd64 -p default -i -o games/trigger-rally
    ('port test' wants USE_GL+=gl but is is deprecated by USES=gl)


Please commit it,
Thanks,
Alfonso
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-11 20:08:34 UTC
A commit references this bug:

Author: swills
Date: Thu Apr 11 20:07:35 UTC 2019
New revision: 498678
URL: https://svnweb.freebsd.org/changeset/ports/498678

Log:
  games/trigger-rally: update to 0.6.6.1

  PR:		236817
  Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)

Changes:
  head/games/trigger-rally/Makefile
  head/games/trigger-rally/distinfo
  head/games/trigger-rally/files/patch-GNUmakefile
  head/games/trigger-rally/files/patch-Trigger_main.cpp
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-04-12 11:44:22 UTC
Committed, thanks!