svn commit: r451156 - head/devel/arduino-mk
Craig Leres
leres at FreeBSD.org
Tue Oct 3 16:46:32 UTC 2017
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
More information about the svn-ports-head
mailing list