From 49ce14e0d92ad6897767d2d702212c1323a9631d Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Tue, 22 Aug 2023 14:59:39 -0700 Subject: [PATCH] devel/arduino-irremote: Update to 4.2.0 Changes since 4.1.2 - The old decode function is renamed to decode_old(decode_results *aResults). decode (decode_results *aResults) is only available in IRremote.h and prints a message. - Added DECODE_ONKYO, to force 16 bit command and data decoding. - Enable Bang&Olufsen 455 kHz if SEND_PWM_BY_TIMER is defined. - Fixed bug: TinyReceiver throwing ISR not in IRAM on ESP8266. - Usage of ATTinyCore pin numbering scheme e.g. PIN_PB2. - Added ARDUINO_ARCH_NRF52 to support Seeed XIAO nRF52840 Sense. - First untested support of Uno R4. - Extraced version macros to IRVersion.h. 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 3e3dde3f7ddd8..b1cc10400d4cc 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,5 +1,5 @@ PORTNAME= arduino-irremote -PORTVERSION= 4.1.2 +PORTVERSION= 4.2.0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo index 3f586352d2a38..0e225372b935f 100644 --- a/devel/arduino-irremote/distinfo +++ b/devel/arduino-irremote/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1679517741 -SHA256 (z3t0-Arduino-IRremote-v4.1.2_GH0.tar.gz) = cbeed5e7d73c99b76addf44f376a9430b42be25b9aeefcdb4e7a7918cc80141d -SIZE (z3t0-Arduino-IRremote-v4.1.2_GH0.tar.gz) = 808424 +TIMESTAMP = 1692741190 +SHA256 (z3t0-Arduino-IRremote-v4.2.0_GH0.tar.gz) = bd6c4a2d5ec8013240cc19e1c6ebe2d903e28b8acc27bdee6f172d22db3ec392 +SIZE (z3t0-Arduino-IRremote-v4.2.0_GH0.tar.gz) = 814797