svn commit: r503919 - head/devel/arduino-bsd-mk
Craig Leres
leres at FreeBSD.org
Mon Jun 10 17:59:27 UTC 2019
Author: leres
Date: Mon Jun 10 17:59:25 2019
New Revision: 503919
URL: https://svnweb.freebsd.org/changeset/ports/503919
Log:
devel/arduino-bsd-mk: Update to 1.2. Changes include:
- Must force SIZE to be avr-size since /usr/share/mk/sys.mk is
included so early.
- Convert arduino-boards.py to python3.
Approved by: matthew (mentor, implicit)
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 Mon Jun 10 17:08:16 2019 (r503918)
+++ head/devel/arduino-bsd-mk/Makefile Mon Jun 10 17:59:25 2019 (r503919)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= arduino-bsd-mk
-PORTVERSION= 1.1
-PORTREVISION= 1
+PORTVERSION= 1.2
CATEGORIES= devel
MASTER_SITES= https://xse.com/leres/arduino/arduino-bsd-mk/ \
LOCAL/leres/arduino-bsd-mk
@@ -16,7 +15,7 @@ LICENSE= BSD2CLAUSE
RUN_DEPENDS= arduino:devel/arduino \
avr-gcc:devel/avr-gcc
-USES= python:2.7,run shebangfix
+USES= python:3.5+,run shebangfix
SHEBANG_FILES= arduino-boards.py
Modified: head/devel/arduino-bsd-mk/distinfo
==============================================================================
--- head/devel/arduino-bsd-mk/distinfo Mon Jun 10 17:08:16 2019 (r503918)
+++ head/devel/arduino-bsd-mk/distinfo Mon Jun 10 17:59:25 2019 (r503919)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519625135
-SHA256 (arduino-bsd-mk-1.1.tar.gz) = a83178c072c268ae8d6693e487185dcfe97f2e40191e888d5b057f2f77ac547a
-SIZE (arduino-bsd-mk-1.1.tar.gz) = 9434
+TIMESTAMP = 1560189339
+SHA256 (arduino-bsd-mk-1.2.tar.gz) = da16c4be6571c0218bd2fc3959969938aa7b3a4d6966056d6d85427e1c51539f
+SIZE (arduino-bsd-mk-1.2.tar.gz) = 9505
More information about the svn-ports-head
mailing list