Update to 1.1:
- Add .ino file instead of .cpp to SRCS when we have a .ino file. Remove test for .ino and .cpp since it doesn't work when we aren't using an obj dir. - Instead of generating an error for all make targets when AVRDUDE_PORT is "arduino" and AVRDUDE_PORT is not defined allow everything except install/flash. Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D14525
This commit is contained in:
parent
8be508a20b
commit
698e0601c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463031
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= arduino-bsd-mk
|
||||
PORTVERSION= 1.0
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://xse.com/leres/arduino/arduino-bsd-mk/ \
|
||||
LOCAL/leres/arduino-bsd-mk
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1511936799
|
||||
SHA256 (arduino-bsd-mk-1.0.tar.gz) = 4c66f1e9a76760c8fb6e0f809f0f484524be05ec4e1cc30c293c0fe262e37549
|
||||
SIZE (arduino-bsd-mk-1.0.tar.gz) = 9135
|
||||
TIMESTAMP = 1519625135
|
||||
SHA256 (arduino-bsd-mk-1.1.tar.gz) = a83178c072c268ae8d6693e487185dcfe97f2e40191e888d5b057f2f77ac547a
|
||||
SIZE (arduino-bsd-mk-1.1.tar.gz) = 9434
|
||||
|
|
Loading…
Reference in a new issue