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.
Maintainer timeout (9 months)
Comment on attachment 164274 [details] update arvdude to 6.2 Maintainer timeout, implicit approval
Maintainer timeout, see comment #1
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
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