git: 2434133c051f - main - devel/arduino-irremote: Update to 3.7.1

From: Craig Leres <leres_at_FreeBSD.org>
Date: Sun, 24 Jul 2022 22:08:23 UTC
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2434133c051fa511d1256798591a2f65d47b3d72

commit 2434133c051fa511d1256798591a2f65d47b3d72
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2022-07-24 22:07:56 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2022-07-24 22:07:56 +0000

    devel/arduino-irremote: Update to 3.7.1
    
    Changes since 3.5.2:
    
     - Separated enable flag of send and receive feedback LED.
    
     - RP2040 support added.
    
     - Renamed IR_SEND_DUTY_CYCLE to IR_SEND_DUTY_CYCLE_PERCENT.
    
     - Fixed bugs for SEND_PWM_BY_TIMER active.
    
     - Switched Bose internal protocol timing for 0 and 1 -> old 1
       timing is…now 0 and vice versa.
    
     - Changed TOLERANCE to TOLERANCE_FOR_DECODERS_MARK_OR_SPACE_MATCHING
       and documented it.
    
     - Changed last uint8_t to uint_fast8_t and uint16_t to unsigned
       integer.
    
     - Improved MagiQuest protocol.
    
     - Improved prints and documentation.
    
     - Added IrReceiver.restartAfterSend() and inserted it in every
       send().
    
     - Use IRAM_ATTR instead of deprecated ICACHE_RAM_ATTR for ESP8266.
    
     - Removed pulse width decoding from ir_DistanceProtocol.
    
     - SendRaw now supports bufferlenght > 255.
    
     - Improved DistanceProtocol decoder output.
    
     - Fixed ESP32 send bug for 2.x ESP32 cores.
    
    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 b24b098e7c0a..8d93192b3a8f 100644
--- a/devel/arduino-irremote/Makefile
+++ b/devel/arduino-irremote/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arduino-irremote
-PORTVERSION=	3.5.2
+PORTVERSION=	3.7.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo
index 17b5af2d1219..4ada8bfbef1b 100644
--- a/devel/arduino-irremote/distinfo
+++ b/devel/arduino-irremote/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1640660837
-SHA256 (z3t0-Arduino-IRremote-v3.5.2_GH0.tar.gz) = f23aea21e392c5da2d18a3e49d873a63026a62e7a4ccc193c0d497be92123917
-SIZE (z3t0-Arduino-IRremote-v3.5.2_GH0.tar.gz) = 650279
+TIMESTAMP = 1658700084
+SHA256 (z3t0-Arduino-IRremote-v3.7.1_GH0.tar.gz) = c1de284e9a8f62b290b1ee78ceecfb5a81ab08adf90dfbd83f10c551b68b4f45
+SIZE (z3t0-Arduino-IRremote-v3.7.1_GH0.tar.gz) = 721196