Date: Sat, 25 Oct 2025 22:30:36 GMT From: Craig Leres <leres@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 630687e0c156 - main - devel/arduino-irremote: Update to 4.5.0 Message-ID: <202510252230.59PMUaKq027076@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by leres: URL: https://cgit.FreeBSD.org/ports/commit/?id=630687e0c156ec2ebff92e2662bd584c9713d7bb commit 630687e0c156ec2ebff92e2662bd584c9713d7bb Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2025-10-25 22:30:12 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2025-10-25 22:30:12 +0000 devel/arduino-irremote: Update to 4.5.0 Only stage examples with EXAMPLES. Changes since 4.4.3: - Added support for multiple receiver instances. - irparams_struct irparams is now member of IRrecv. - Removed return value for all decodePulseDistanceWidthData() decoding functions, which returned a constant true. - Removed parameter aEnableLEDFeedback in function IRsend::begin(bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin) and IRsend::begin(uint_fast8_t aSendPin, bool aEnableLEDFeedback, uint_fast8_t aFeedbackLEDPin). - LED feedback is always enabled for sending. - Added output for UNKNOWN protocol to printIRSendUsage(). - Added experimental sendVelux(). - Added sendMaranz(). - Fixed bug in ReceiveDemo.cpp if DEBUG_BUTTON_PIN is not defined. - Fixed minor bugs in Denon decoder. - New handling of MARK_EXCESS_MICROS without strange rounding inconsistency. - Added experimental threshold decoding. Reported by: portscout --- devel/arduino-irremote/Makefile | 2 +- devel/arduino-irremote/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 79a2501a6c6a..3ebc2908827a 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,5 +1,5 @@ PORTNAME= arduino-irremote -PORTVERSION= 4.4.3 +PORTVERSION= 4.5.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo index 7d9cf1ce0cc0..b23c60b7016e 100644 --- a/devel/arduino-irremote/distinfo +++ b/devel/arduino-irremote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751301993 -SHA256 (Arduino-IRremote-Arduino-IRremote-v4.4.3_GH0.tar.gz) = ea4743c16dbf7e72e01ffc8c7cf228b0af79ce39d14b5618d38daffdc8988ee0 -SIZE (Arduino-IRremote-Arduino-IRremote-v4.4.3_GH0.tar.gz) = 1223392 +TIMESTAMP = 1761431174 +SHA256 (Arduino-IRremote-Arduino-IRremote-v4.5.0_GH0.tar.gz) = 2a94ea7c58889209e74280d06af81cec8e65a81a95712f22f881a8acd8376591 +SIZE (Arduino-IRremote-Arduino-IRremote-v4.5.0_GH0.tar.gz) = 1239632help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510252230.59PMUaKq027076>
