Bug 220320

Summary: devel/flatbuffers: Update to 1.7.1
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Richard Gallamore <ultima>
Status: Closed FIXED    
Severity: Affects Only Me CC: ultima
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
yuri: maintainer-approval+
patch yuri: maintainer-approval+

Description Yuri Victorovich freebsd_committer freebsd_triage 2017-06-28 03:11:36 UTC
Created attachment 183867 [details]
patch

Builds in poudriere.
Comment 1 Richard Gallamore freebsd_committer freebsd_triage 2017-06-28 17:09:05 UTC
- According to [1] the USE_GITHUB and GH_* should be after USES.
- The CMAKE_ARGS doesn't need the +, please remove this.
- TEST_TARGET= test should suffice for the do-test: target.


[1] https://www.freebsd.org/doc/en/books/porters-handbook/porting-samplem.html#porting-samplem-order
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2017-06-28 17:19:16 UTC
Created attachment 183890 [details]
patch

Updated the patch.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-06-29 18:12:26 UTC
A commit references this bug:

Author: ultima
Date: Thu Jun 29 18:11:35 UTC 2017
New revision: 444655
URL: https://svnweb.freebsd.org/changeset/ports/444655

Log:
  * Updated to 1.7.1

  Changelog:	https://github.com/google/flatbuffers/releases/tag/v1.7.0

  PR:		220320
  Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
  Reviewed by:	lifanov (mentor)
  Approved by:	lifanov (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11386

Changes:
  head/devel/flatbuffers/Makefile
  head/devel/flatbuffers/distinfo
Comment 4 Richard Gallamore freebsd_committer freebsd_triage 2017-06-29 19:08:21 UTC
Committed, thanks!