Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 23:05:28 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559199 - head/devel/arduino-irremote
Message-ID:  <202012242305.0BON5Sj0088219@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Thu Dec 24 23:05:28 2020
New Revision: 559199
URL: https://svnweb.freebsd.org/changeset/ports/559199

Log:
  devel/arduino-irremote: Update to 2.8.1. Changes since 2.5.0:
  
   - ESP32 bug fixed, corrected Samsung timing, NEC repeat implementation.
  
   - Adjusted JVC and LG timing, fixed 4809 bug.
  
   - Major refactoring, new functions, repeat handling, NRF5 support.
  
   - Changed License to MIT, ATtiny timer 1 support Removed AIWA +
     Mitsubishi, example IR2Keyboard.

Modified:
  head/devel/arduino-irremote/Makefile
  head/devel/arduino-irremote/distinfo

Modified: head/devel/arduino-irremote/Makefile
==============================================================================
--- head/devel/arduino-irremote/Makefile	Thu Dec 24 21:50:40 2020	(r559198)
+++ head/devel/arduino-irremote/Makefile	Thu Dec 24 23:05:28 2020	(r559199)
@@ -2,13 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	arduino-irremote
-PORTVERSION=	2.5.0
+PORTVERSION=	2.8.1
 CATEGORIES=	devel
 
 MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Multi-protocol infrared remote library for the Arduino
 
-LICENSE=	LGPL21
+LICENSE=	MIT
 
 USES=		dos2unix
 USE_GITHUB=	yes

Modified: head/devel/arduino-irremote/distinfo
==============================================================================
--- head/devel/arduino-irremote/distinfo	Thu Dec 24 21:50:40 2020	(r559198)
+++ head/devel/arduino-irremote/distinfo	Thu Dec 24 23:05:28 2020	(r559199)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595435701
-SHA256 (z3t0-Arduino-IRremote-2.5.0_GH0.tar.gz) = 44937ce5cffd5037409880db75c285a3503842f3def9276364cd32847072cea9
-SIZE (z3t0-Arduino-IRremote-2.5.0_GH0.tar.gz) = 104400
+TIMESTAMP = 1608781658
+SHA256 (z3t0-Arduino-IRremote-2.8.1_GH0.tar.gz) = 11563bd5bef4fedece8a8629c3a2f7ee69a895c659a82c49c07bdb4cc6ea74af
+SIZE (z3t0-Arduino-IRremote-2.8.1_GH0.tar.gz) = 113245



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