Date: Tue, 27 May 2025 17:15:12 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: 67b1688d2541 - main - devel/arduino-irremote: Update to 4.4.2 Message-ID: <202505271715.54RHFC9W029821@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=67b1688d25419d0a4112cb46a049597ffbe47e93 commit 67b1688d25419d0a4112cb46a049597ffbe47e93 Author: Craig Leres <leres@FreeBSD.org> AuthorDate: 2025-05-27 17:14:52 +0000 Commit: Craig Leres <leres@FreeBSD.org> CommitDate: 2025-05-27 17:14:52 +0000 devel/arduino-irremote: Update to 4.4.2 Only stage examples with EXAMPLES. Changes since 4.4.1: - Support for SAMD51 timer3 if timer 5 is not available (Adafruit ItsyBitsy M4). - attachInterrupt() on SAMD has a different semantic. - Fixed overflow handling. - Improved repeat detection for DistanceWidthProtocol. - Print of IR frame duration in printIRResultShort(); - PulseDistanceWidthProtocolConstants now in PROGMEM, this saves 190 bytes RAM for unit test. - Support for PROGMEM PulseDistanceWidthProtocol data. - Support duplicated 8 bit address for sendSamsungLG(). Reported by: portscout --- devel/arduino-irremote/Makefile | 4 +++- devel/arduino-irremote/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/devel/arduino-irremote/Makefile b/devel/arduino-irremote/Makefile index 4459f61b2b3e..37dd06a3d3bd 100644 --- a/devel/arduino-irremote/Makefile +++ b/devel/arduino-irremote/Makefile @@ -1,5 +1,5 @@ PORTNAME= arduino-irremote -PORTVERSION= 4.4.1 +PORTVERSION= 4.4.2 DISTVERSIONPREFIX= v CATEGORIES= devel @@ -28,6 +28,8 @@ OPTIONS_DEFINE= EXAMPLES do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/${RELPATH} cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${RELPATH} + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} diff --git a/devel/arduino-irremote/distinfo b/devel/arduino-irremote/distinfo index 32424eb263fa..281fc8a808e6 100644 --- a/devel/arduino-irremote/distinfo +++ b/devel/arduino-irremote/distinfo @@ -1,3 +1,3 @@ -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 +TIMESTAMP = 1748364818 +SHA256 (Arduino-IRremote-Arduino-IRremote-v4.4.2_GH0.tar.gz) = 691da86bdef7e88335429a2bb11810c38a954a44b0974b5326a8762e55bf1eae +SIZE (Arduino-IRremote-Arduino-IRremote-v4.4.2_GH0.tar.gz) = 1220596home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505271715.54RHFC9W029821>
