Bug 217967

Summary: [patch] devel/arduino-ctags: update to 5.8-arduino11, bump PORTREVISION accordingly and fix erroneous bits
Product: Ports & Packages Reporter: Kyle Evans <kevans>
Component: Individual Port(s)Assignee: Boris Samorodov <bsam>
Status: Closed FIXED    
Severity: Affects Only Me CC: bsam
Priority: --- Keywords: patch
Version: LatestFlags: bsam: maintainer-feedback+
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 218235    
Attachments:
Description Flags
svn(1) diff of devel/arduino-ctags kevans: maintainer-approval+

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!