Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2024 17:24:57 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: 5e5e7ccbcc22 - main - devel/arduino-irremote: Update to 4.4.1
Message-ID:  <202409181724.48IHOvWc093209@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=5e5e7ccbcc22f321c746ce37e2e588efd6d902b1

commit 5e5e7ccbcc22f321c746ce37e2e588efd6d902b1
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-09-18 17:24:29 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-09-18 17:24:29 +0000

    devel/arduino-irremote: Update to 4.4.1
    
    Changes since 4.4.0:
    
     - Support for ESP 3.0 by akellai.
    
     - restartTimer() now uses variable sMicrosAtLastStopTimer to keep
       track of uncounted ticks between stopTimer() and restartTimer().
    
     - Removed functions addTicksToInternalTickCounter() and
       addMicrosToInternalTickCounter(), which were added in 4.1.0.
    
     - Version 2.2.0 of TinyIR with new TinyReceiverDecode() function
       to be used as drop in for IrReceiver.decode().
    
     - Support of RC6A.
    
    Also update GH_ACCOUNT from z3t0 to Arduino-IRremote.
    
    Reported by:    portscout
---
 devel/arduino-irremote/Makefile | 4 ++--
 devel/arduino-irremote/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile
index 723545f0423b..4459f61b2b3e 100644
--- a/devel/arduino-irremote/Makefile
+++ b/devel/arduino-irremote/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	arduino-irremote
-PORTVERSION=	4.4.0
+PORTVERSION=	4.4.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
@@ -11,7 +11,7 @@ LICENSE=	MIT
 
 USES=		dos2unix
 USE_GITHUB=	yes
-GH_ACCOUNT=	z3t0
+GH_ACCOUNT=	Arduino-IRremote
 GH_PROJECT=	Arduino-IRremote
 PORTSCOUT=	limit:^[0-9]
 
diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo
index 4b0ffbe530d0..32424eb263fa 100644
--- a/devel/arduino-irremote/distinfo
+++ b/devel/arduino-irremote/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1719809779
-SHA256 (z3t0-Arduino-IRremote-v4.4.0_GH0.tar.gz) = 51868b6fddd68305014ef39508e178cfd66a0eb40cbd885ea7b330e51c0d3838
-SIZE (z3t0-Arduino-IRremote-v4.4.0_GH0.tar.gz) = 1040146
+TIMESTAMP = 1726680130
+SHA256 (Arduino-IRremote-Arduino-IRremote-v4.4.1_GH0.tar.gz) = 33541901cd805c399ad7025ceba7c450901512df548a2d4c7a628b506f380031
+SIZE (Arduino-IRremote-Arduino-IRremote-v4.4.1_GH0.tar.gz) = 1206645



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