Date: Tue, 3 Oct 2017 16:46:31 +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: r451156 - head/devel/arduino-mk Message-ID: <201710031646.v93GkVUl031896@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: leres Date: Tue Oct 3 16:46:31 2017 New Revision: 451156 URL: https://svnweb.freebsd.org/changeset/ports/451156 Log: Add missing RUN_DEPENDS for comms/p5-Device-SerialPort which is used by the ard-reset-arduino script. PR: 222148 Submitted by: Fukang Chen Reported by: ler (mentor), matthew (mentor) Reviewed by: ler (mentor), matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12570 Modified: head/devel/arduino-mk/Makefile Modified: head/devel/arduino-mk/Makefile ============================================================================== --- head/devel/arduino-mk/Makefile Tue Oct 3 15:47:26 2017 (r451155) +++ head/devel/arduino-mk/Makefile Tue Oct 3 16:46:31 2017 (r451156) @@ -3,7 +3,7 @@ PORTNAME= arduino-mk PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://mjo.tc/atelier/2009/02/acli/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -15,6 +15,7 @@ LICENSE= LGPL21 # gmake is needed to use the port, not to build it RUN_DEPENDS= gmake:devel/gmake \ + p5-Device-SerialPort>=0:comms/p5-Device-SerialPort \ p5-YAML>=0:textproc/p5-YAML \ arduino:devel/arduino PATCH_DEPENDS= ${LOCALBASE}/arduino/lib/version.txt:devel/arduino
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710031646.v93GkVUl031896>