git: cc8f81d1af65 - main - devel/arduino-avrdude: clarify existence in pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 08:38:18 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cc8f81d1af65f4b288d31d2baca42702259b9043
commit cc8f81d1af65f4b288d31d2baca42702259b9043
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2021-11-09 02:17:38 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2021-11-10 08:38:08 +0000
devel/arduino-avrdude: clarify existence in pkg-descr
This port specifically exists because Arduino requires some patches
against AVRDUDE that haven't been submitted upstream for whatever
reason. Note that this is the case in pkg-descr.
Reported by: joerg
---
devel/arduino-avrdude/pkg-descr | 3 +++
1 file changed, 3 insertions(+)
diff --git a/devel/arduino-avrdude/pkg-descr b/devel/arduino-avrdude/pkg-descr
index c50e3af49b34..d1110a17728e 100644
--- a/devel/arduino-avrdude/pkg-descr
+++ b/devel/arduino-avrdude/pkg-descr
@@ -3,4 +3,7 @@ flash, eeprom, and fuse bit memories of Atmel AVR microcontrollers.
It operates with several programmers including STK500 and most
directly connect parallel port style programmers.
+This is a version of AVRDUDE with patches from the Arduino project
+that haven't been sent upstream applied to it.
+
WWW: http://www.nongnu.org/avrdude/