svn commit: r544583 - head/devel/arduino-bsd-mk
Craig Leres
leres at FreeBSD.org
Sun Aug 9 23:55:25 UTC 2020
Author: leres
Date: Sun Aug 9 23:55:24 2020
New Revision: 544583
URL: https://svnweb.freebsd.org/changeset/ports/544583
Log:
devel/arduino-bsd-mk: Update to 1.4
Changes since 1.3:
- Turn off MK_DEBUG_FILES, it doesn't make sense for arduino.
- Changing "cd dir && make" with "make -C dir" solves parallel
build failures.
While we're here, remove RUN_DEPENDS; we're just installing files
that can be used devel/arduino or devel/arduino18. Also break up
long lines.
Modified:
head/devel/arduino-bsd-mk/Makefile
head/devel/arduino-bsd-mk/distinfo
Modified: head/devel/arduino-bsd-mk/Makefile
==============================================================================
--- head/devel/arduino-bsd-mk/Makefile Sun Aug 9 21:46:48 2020 (r544582)
+++ head/devel/arduino-bsd-mk/Makefile Sun Aug 9 23:55:24 2020 (r544583)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= arduino-bsd-mk
-PORTVERSION= 1.3
+PORTVERSION= 1.4
CATEGORIES= devel
MASTER_SITES= https://xse.com/leres/arduino/arduino-bsd-mk/ \
LOCAL/leres/arduino-bsd-mk
@@ -12,9 +12,6 @@ COMMENT= Build Arduino sketches from the command line
LICENSE= BSD2CLAUSE
-RUN_DEPENDS= arduino:devel/arduino \
- avr-gcc:devel/avr-gcc
-
USES= python:3.5+,run shebangfix
SHEBANG_FILES= arduino-boards.py
@@ -36,9 +33,11 @@ ALL_SCRIPTS= arduino-bsd-mk/scripts/arduino-boards.py
pre-patch:
# Honor PREFIX in the man page
- ${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,' ${WRKSRC}/bsd.arduino.mk.7
+ ${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,' \
+ ${WRKSRC}/bsd.arduino.mk.7
post-install:
- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}$/${EXAMPLESDIR})
+ cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \
+ ${STAGEDIR}$/${EXAMPLESDIR}
.include <bsd.port.mk>
Modified: head/devel/arduino-bsd-mk/distinfo
==============================================================================
--- head/devel/arduino-bsd-mk/distinfo Sun Aug 9 21:46:48 2020 (r544582)
+++ head/devel/arduino-bsd-mk/distinfo Sun Aug 9 23:55:24 2020 (r544583)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563088185
-SHA256 (arduino-bsd-mk-1.3.tar.gz) = 802f2592d53943d6a13a5d07c8cb5b0aee18886f1076b030916b50196d0c2da0
-SIZE (arduino-bsd-mk-1.3.tar.gz) = 9608
+TIMESTAMP = 1597017078
+SHA256 (arduino-bsd-mk-1.4.tar.gz) = 426a9e804ef07fa26f1668760ae4d00b6cacca6450555c320ccc0fdbb3ecfd65
+SIZE (arduino-bsd-mk-1.4.tar.gz) = 9753
More information about the svn-ports-all
mailing list