Bug 217967 - [patch] devel/arduino-ctags: update to 5.8-arduino11, bump PORTREVISION accordingly and fix erroneous bits
Summary: [patch] devel/arduino-ctags: update to 5.8-arduino11, bump PORTREVISION accor...
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 19:42 UTC by Kyle Evans
Modified: 2017-04-19 19:31 UTC (History)
1 user (show)

See Also:
bsam: maintainer-feedback+


Attachments
svn(1) diff of devel/arduino-ctags (1.09 KB, patch)
2017-03-20 19:42 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 19:42:55 UTC
Created attachment 181015 [details]
svn(1) diff of devel/arduino-ctags

Update arduino-ctags to 5.8-arduino11, which requires a PORTREVISION bump given they don't alter the base ctags version; they only change their -arduino suffix version.

While here, fix ALL_TARGET typo and remove a USES= desthack that doesn't get used since we override --bindir in CONFIGURE_ARGS.

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

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

Log:
  devel/arduino-ctags: Update arduino-ctags to 5.8-arduino11;
  . fix ALL_TARGET typo;
  . remove a USES=desthack (doesn't get used since we
    override --bindir in CONFIGURE_ARGS).)

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

Changes:
  head/devel/arduino-ctags/Makefile
  head/devel/arduino-ctags/distinfo
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2017-04-19 19:31:51 UTC
Committed, thanks!