Bug 205344

Summary: [PATCH] devel/avrdude: Update to 6.2
Product: Ports & Packages Reporter: Randy Westlund <rwestlun>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: riggs
Priority: --- Keywords: easy, patch
Version: LatestFlags: riggs: maintainer-feedback-
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188263
Attachments:
Description Flags
update arvdude to 6.2 koobs: maintainer-approval+

Description Randy Westlund 2015-12-15 17:19:28 UTC
Created attachment 164274 [details]
update arvdude to 6.2

Attached patch updates to 6.2, including the new libtool use and shared library installation.  Tested and working with real AVR hardware.

Note that installation overwrites /usr/local/etc/avrdude.conf and deinstallation removes it regardless of user modifications (i.e. no @sample macro).  The avrdude-6.2 man page still suggests that the file should be modified by users.

This is incorrect behavior, but as the maintainer has previously rejected a fix for this in bug 188263, I have not included a fix in this patch; the attached patch only updates the version.
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2016-08-26 15:00:25 UTC
Maintainer timeout (9 months)
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2016-08-26 15:01:21 UTC
Comment on attachment 164274 [details]
update arvdude to 6.2

Maintainer timeout, implicit approval
Comment 3 Thomas Zander freebsd_committer freebsd_triage 2016-08-28 12:24:38 UTC
Maintainer timeout, see comment #1
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-08-28 12:27:06 UTC
A commit references this bug:

Author: riggs
Date: Sun Aug 28 12:26:23 UTC 2016
New revision: 421019
URL: https://svnweb.freebsd.org/changeset/ports/421019

Log:
  Update to upstream release 6.2

  PR:		205344
  Submitted by:	rwestlun@gmail.com
  Reviewed by:	riggs
  Approved by:	maintainer timeout

Changes:
  head/devel/avrdude/Makefile
  head/devel/avrdude/distinfo
  head/devel/avrdude/pkg-plist
Comment 5 Thomas Zander freebsd_committer freebsd_triage 2016-08-28 13:29:58 UTC
Minor changes compared to the original patch:
- Re-do "make makesum" since TIMESTAMP was missing in distinfo and is now mandatory
- Use install-strip install target