Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 22:00:08 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: 49ce14e0d92a - main - devel/arduino-irremote: Update to 4.2.0
Message-ID:  <202308222200.37MM08mI070963@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=49ce14e0d92ad6897767d2d702212c1323a9631d

commit 49ce14e0d92ad6897767d2d702212c1323a9631d
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2023-08-22 21:59:39 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2023-08-22 21:59:39 +0000

    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 3e3dde3f7ddd..b1cc10400d4c 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 3f586352d2a3..0e225372b935 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308222200.37MM08mI070963>