Bug 217961 - [patch] devel/arduino-builder: Update to 1.3.25
Summary: [patch] devel/arduino-builder: Update to 1.3.25
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: Boris Samorodov
URL:
Keywords: patch
Depends on:
Blocks: 218235
  Show dependency treegraph
 
Reported: 2017-03-20 17:30 UTC by Kyle Evans
Modified: 2017-04-19 20:07 UTC (History)
1 user (show)

See Also:
bsam: maintainer-feedback+


Attachments
svn(1) diff of devel/arduino-builder for update to 1.3.25 (2.47 KB, patch)
2017-03-20 17:30 UTC, Kyle Evans
kevans: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle Evans freebsd_committer freebsd_triage 2017-03-20 17:30:42 UTC
Created attachment 181010 [details]
svn(1) diff of devel/arduino-builder for update to 1.3.25

Update for devel/arduino-builder from 1.3.21 to 1.3.25. The most notable change in this update is that .hpp and .hh files are now included when searching for libraries.

It is worth noting that some output that previously belonged to the IDE got moved into devel/arduino-builder, so until the next update to devel/arduino16 there will be some redundant text. Specifically, the text describing size computation information at the end of compilation will be duplicated in the IDE.

Looked over with: portlint -cACN
Tested with: Poudriere (stable/11, amd64)
Comment 1 Boris Samorodov freebsd_committer freebsd_triage 2017-03-20 20:18:32 UTC
Take.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-04-19 20:06:15 UTC
A commit references this bug:

Author: bsam
Date: Wed Apr 19 20:05:41 UTC 2017
New revision: 438909
URL: https://svnweb.freebsd.org/changeset/ports/438909

Log:
  arduino-builder: Update from 1.3.21 to 1.3.25.
  The most notable change in this update is that .hpp and .hh files are now
  included when searching for libraries.

  PR:		217961
  Submitted by:	Kyle Evans <bsdports@kyle-evans.net> (maintainer)

Changes:
  head/devel/arduino-builder/Makefile
  head/devel/arduino-builder/distinfo
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2017-04-19 20:07:01 UTC
Committed, thanks!