Index: head/devel/arduino-irremote/Makefile =================================================================== --- head/devel/arduino-irremote/Makefile (revision 542878) +++ head/devel/arduino-irremote/Makefile (revision 542879) @@ -1,42 +1,34 @@ # Created by: Craig Leres # $FreeBSD$ PORTNAME= arduino-irremote -PORTVERSION= 2.1.0 -PORTREVISION= 1 +PORTVERSION= 2.5.0 CATEGORIES= devel MAINTAINER= leres@FreeBSD.org COMMENT= Multi-protocol infrared remote library for the Arduino LICENSE= LGPL21 -RUN_DEPENDS= arduino:devel/arduino - USES= dos2unix USE_GITHUB= yes GH_ACCOUNT= z3t0 GH_PROJECT= Arduino-IRremote NO_BUILD= yes -FILES= IRremote.cpp IRremote.h IRremoteInt.h irPronto.cpp \ - irRecv.cpp irSend.cpp ir_Aiwa.cpp ir_Denon.cpp \ - ir_Dish.cpp ir_JVC.cpp ir_LG.cpp ir_Mitsubishi.cpp \ - ir_NEC.cpp ir_Panasonic.cpp ir_RC5_RC6.cpp \ - ir_Samsung.cpp ir_Sanyo.cpp ir_Sharp.cpp ir_Sony.cpp \ - ir_Template.cpp ir_Whynter.cpp keywords.txt \ +RELPATH= arduino/libraries/IRremote -PLIST_FILES= ${FILES:S,^,arduino/libraries/IRremote/,} +DATADIR= ${PREFIX}/${RELPATH} +PORTDATA= * PORTEXAMPLES= * OPTIONS_DEFINE= EXAMPLES do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/arduino/libraries/IRremote - (cd ${WRKSRC} && ${INSTALL_DATA} ${FILES} \ - ${STAGEDIR}${PREFIX}/arduino/libraries/IRremote) + ${MKDIR} ${STAGEDIR}${PREFIX}/${RELPATH} + cd ${WRKSRC}/src && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${RELPATH} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} .include Index: head/devel/arduino-irremote/distinfo =================================================================== --- head/devel/arduino-irremote/distinfo (revision 542878) +++ head/devel/arduino-irremote/distinfo (revision 542879) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465001274 -SHA256 (z3t0-Arduino-IRremote-2.1.0_GH0.tar.gz) = 4cd26f5037590e99b3d065f17c4327542625a986fe421e25288209e713aece5b -SIZE (z3t0-Arduino-IRremote-2.1.0_GH0.tar.gz) = 50373 +TIMESTAMP = 1595435701 +SHA256 (z3t0-Arduino-IRremote-2.5.0_GH0.tar.gz) = 44937ce5cffd5037409880db75c285a3503842f3def9276364cd32847072cea9 +SIZE (z3t0-Arduino-IRremote-2.5.0_GH0.tar.gz) = 104400