Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 20:28:05 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438913 - in head/devel/arduino-core: . files
Message-ID:  <201704192028.v3JKS54P087229@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Wed Apr 19 20:28:05 2017
New Revision: 438913
URL: https://svnweb.freebsd.org/changeset/ports/438913

Log:
  devel/arduino-core: avr, sam, and samd cores have all seen a general update.
  
  PR:		218221
  Submitted by:	Kyle Evans <bsdports@kyle-evans.net> (maintainer)

Modified:
  head/devel/arduino-core/Makefile
  head/devel/arduino-core/distinfo
  head/devel/arduino-core/files/extrapatch-hardware_arduino_samd_platform.txt
  head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt
  head/devel/arduino-core/files/patch-hardware_arduino_sam_platform.txt
  head/devel/arduino-core/files/patch-hardware_package__index__bundled.json
  head/devel/arduino-core/pkg-plist

Modified: head/devel/arduino-core/Makefile
==============================================================================
--- head/devel/arduino-core/Makefile	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/Makefile	Wed Apr 19 20:28:05 2017	(r438913)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	arduino-core
-PORTVERSION=	1.6.13
+PORTVERSION=	1.6.18
 CATEGORIES=	devel
 DIST_SUBDIR=	arduino
 
@@ -14,6 +14,8 @@ LICENSE_FILE=	${WRKSRC}/license.txt
 USE_GITHUB=	yes
 GH_ACCOUNT=	arduino
 GH_PROJECT=	Arduino
+GH_TAGNAME=	b439a77
+GH_TUPLE=	arduino:ArduinoCore-sam:fc57f2e:sam/hardware/arduino/sam
 
 STRIP=		# No stripping, uses Elf firmware
 
@@ -25,17 +27,11 @@ OPTIONS_SUB=	yes
 
 NO_BUILD=	yes
 SAMD_DESC=	Core support for SAMD boards (Zero/MKR1000)
-SAMD_GH_TUPLE=	arduino:ArduinoCore-samd:1.6.8:samd/hardware/arduino/samd
+SAMD_GH_TUPLE=	arduino:ArduinoCore-samd:1.6.12:samd/hardware/arduino/samd
 SAMD_EXTRA_PATCHES=	${PATCHDIR}/extrapatch-hardware_arduino_samd_platform.txt
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} == "amd64"
-ARDUINO_ARCH=	x86_64
-.else
-ARDUINO_ARCH=	${ARCH}
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%ARCH%%|${ARDUINO_ARCH}|g' -e 's|%%OSREL%%|${OSREL:R}|g' ${WRKSRC}/hardware/package_index_bundled.json
 

Modified: head/devel/arduino-core/distinfo
==============================================================================
--- head/devel/arduino-core/distinfo	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/distinfo	Wed Apr 19 20:28:05 2017	(r438913)
@@ -1,5 +1,7 @@
-TIMESTAMP = 1480046230
-SHA256 (arduino/arduino-Arduino-1.6.13_GH0.tar.gz) = 1f12a3f681f75affacf6b59bae840070c64795ea46d4e2fd2dcc1b3f4de2d7ab
-SIZE (arduino/arduino-Arduino-1.6.13_GH0.tar.gz) = 80205958
-SHA256 (arduino/arduino-ArduinoCore-samd-1.6.8_GH0.tar.gz) = 2e7eded445d9b9cb88babf8d17e63886258ca52103ca4b3760fbb33311e5ffe7
-SIZE (arduino/arduino-ArduinoCore-samd-1.6.8_GH0.tar.gz) = 922278
+TIMESTAMP = 1490895941
+SHA256 (arduino/arduino-Arduino-1.6.18-b439a77_GH0.tar.gz) = ded6eebe1b58834df432e8d49f01a8c1aeb1328479f244075db7f76c12019f37
+SIZE (arduino/arduino-Arduino-1.6.18-b439a77_GH0.tar.gz) = 48187661
+SHA256 (arduino/arduino-ArduinoCore-sam-fc57f2e_GH0.tar.gz) = 3d374e7c7037d317f5da73c95361033b81e6cc12330a7623b20ad2f084bff247
+SIZE (arduino/arduino-ArduinoCore-sam-fc57f2e_GH0.tar.gz) = 38839710
+SHA256 (arduino/arduino-ArduinoCore-samd-1.6.12_GH0.tar.gz) = fefa0cb0871033451aa0ea08b6a9b4587acdd800b6064a9d47233be7b6368ce8
+SIZE (arduino/arduino-ArduinoCore-samd-1.6.12_GH0.tar.gz) = 3321356

Modified: head/devel/arduino-core/files/extrapatch-hardware_arduino_samd_platform.txt
==============================================================================
--- head/devel/arduino-core/files/extrapatch-hardware_arduino_samd_platform.txt	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/files/extrapatch-hardware_arduino_samd_platform.txt	Wed Apr 19 20:28:05 2017	(r438913)
@@ -1,6 +1,17 @@
---- hardware/arduino/samd/platform.txt.orig	2016-10-12 14:28:09 UTC
+--- hardware/arduino/samd/platform.txt.orig	2017-03-30 23:17:49 UTC
 +++ hardware/arduino/samd/platform.txt
-@@ -111,7 +111,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
+@@ -118,8 +118,8 @@ recipe.size.regex=\.text\s+([0-9]+).*
+ # AVRDUDE
+ #
+ tools.avrdude.path={runtime.tools.avrdude.path}
+-tools.avrdude.cmd={path}/bin/avrdude
+-tools.avrdude.config.path={path}/etc/avrdude.conf
++tools.avrdude.cmd={path}/bin/arduino-avrdude
++tools.avrdude.config.path={path}/etc/arduino-avrdude.conf
+ 
+ tools.avrdude.upload.params.verbose=-v -v
+ tools.avrdude.upload.params.quiet=-q -q
+@@ -131,7 +131,7 @@ tools.avrdude_remote.upload.pattern="openocd --version
  #
  # BOSSA
  #
@@ -9,11 +20,11 @@
  tools.bossac.cmd=bossac
  tools.bossac.cmd.windows=bossac.exe
  
-@@ -125,7 +125,7 @@ tools.bossac_remote.upload.pattern=/usr/
+@@ -145,7 +145,7 @@ tools.bossac_remote.upload.pattern=/usr/bin/run-bossac
  # OpenOCD sketch upload
  #
  
--tools.openocd.path={runtime.tools.openocd-0.9.0-arduino.path}
+-tools.openocd.path={runtime.tools.openocd-0.9.0-arduino5-static.path}
 +tools.openocd.path={runtime.tools.openocd.path}/bin
  tools.openocd.cmd=bin/openocd
  tools.openocd.cmd.windows=bin/openocd.exe

Modified: head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt
==============================================================================
--- head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/files/patch-hardware_arduino_avr_platform.txt	Wed Apr 19 20:28:05 2017	(r438913)
@@ -1,13 +1,31 @@
---- hardware/arduino/avr/platform.txt.orig	2016-10-13 04:27:28 UTC
+--- hardware/arduino/avr/platform.txt.orig	2017-03-30 23:17:49 UTC
 +++ hardware/arduino/avr/platform.txt
 @@ -20,8 +20,8 @@ compiler.warning_flags.all=-Wall -Wextra
  # Default "compiler.path" is correct, change only if you want to override the initial value
  compiler.path={runtime.tools.avr-gcc.path}/bin/
  compiler.c.cmd=avr-gcc
 -compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
--compiler.c.elf.flags={compiler.warning_flags} -Os -flto -fuse-linker-plugin -Wl,--gc-sections
+-compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections
 +compiler.c.flags=-c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto
-+compiler.c.elf.flags={compiler.warning_flags} -Os -flto -Wl,--gc-sections
++compiler.c.elf.flags={compiler.warning_flags} -Os -g -flto -Wl,--gc-sections
  compiler.c.elf.cmd=avr-gcc
- compiler.S.flags=-c -g -x assembler-with-cpp -flto
+ compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD
  compiler.cpp.cmd=avr-g++
+@@ -92,8 +92,8 @@ recipe.preproc.macros="{compiler.path}{compiler.cpp.cm
+ # ------------------------------
+ 
+ tools.avrdude.path={runtime.tools.avrdude.path}
+-tools.avrdude.cmd.path={path}/bin/avrdude
+-tools.avrdude.config.path={path}/etc/avrdude.conf
++tools.avrdude.cmd.path={path}/bin/arduino-avrdude
++tools.avrdude.config.path={path}/etc/arduino-avrdude.conf
+ 
+ tools.avrdude.network_cmd={runtime.tools.arduinoOTA.path}/bin/arduinoOTA
+ 
+@@ -127,4 +127,4 @@ tools.avrdude.upload.network_pattern="{network_cmd}" -
+ # Default blank usb manufacturer will be filled in at compile time
+ # - from numeric vendor ID, set to Unknown otherwise
+ build.usb_manufacturer="Unknown"
+-build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'
+\ No newline at end of file
++build.usb_flags=-DUSB_VID={build.vid} -DUSB_PID={build.pid} '-DUSB_MANUFACTURER={build.usb_manufacturer}' '-DUSB_PRODUCT={build.usb_product}'

Modified: head/devel/arduino-core/files/patch-hardware_arduino_sam_platform.txt
==============================================================================
--- head/devel/arduino-core/files/patch-hardware_arduino_sam_platform.txt	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/files/patch-hardware_arduino_sam_platform.txt	Wed Apr 19 20:28:05 2017	(r438913)
@@ -1,6 +1,6 @@
---- hardware/arduino/sam/platform.txt.orig	2016-09-21 10:09:37 UTC
+--- hardware/arduino/sam/platform.txt.orig	2017-03-31 15:39:17 UTC
 +++ hardware/arduino/sam/platform.txt
-@@ -96,7 +96,7 @@ recipe.size.regex=\.text\s+([0-9]+).*
+@@ -96,13 +96,13 @@ recipe.size.regex=\.text\s+([0-9]+).*
  # -------------------
  
  # BOSSA
@@ -9,3 +9,11 @@
  tools.bossac.cmd=bossac
  tools.bossac.cmd.windows=bossac.exe
  
+ tools.bossac.upload.params.verbose=-i -d
+ tools.bossac.upload.params.quiet=
+ tools.bossac.upload.params.verify=-v
+-tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} --port={serial.port.file} -U {upload.native_usb} -e -w {upload.verify} -b "{build.path}/{build.project_name}.bin" -R
++tools.bossac.upload.pattern="{path}/{cmd}" {upload.verbose} -a --port={serial.port.file} -U {upload.native_usb} -e -w {upload.verify} -b "{build.path}/{build.project_name}.bin" -R
+ 
+-tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} --port=ttyATH0 -U {upload.native_usb} -e -w -v -b /tmp/sketch.bin -R
++tools.bossac_remote.upload.pattern=/usr/bin/run-bossac {upload.verbose} -a --port=ttyATH0 -U {upload.native_usb} -e -w -v -b /tmp/sketch.bin -R

Modified: head/devel/arduino-core/files/patch-hardware_package__index__bundled.json
==============================================================================
--- head/devel/arduino-core/files/patch-hardware_package__index__bundled.json	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/files/patch-hardware_package__index__bundled.json	Wed Apr 19 20:28:05 2017	(r438913)
@@ -1,25 +1,25 @@
---- hardware/package_index_bundled.json.orig	2016-11-22 14:49:35 UTC
+--- hardware/package_index_bundled.json.orig	2017-03-30 23:18:53 UTC
 +++ hardware/package_index_bundled.json
 @@ -17,10 +17,6 @@
            "help": {
              "online": "http://www.arduino.cc/en/Reference/HomePage"
            },
--          "url": "http://downloads.arduino.cc/cores/avr-1.6.15.tar.bz2",
--          "archiveFileName": "avr-1.6.15.tar.bz2",
--          "checksum": "SHA-256:c222efcabbdf6fa63ba3d64afb8d149f83fa73693c413aa05a2ccd9f986ed2fa",
--          "size": "4993959",
+-          "url": "http://downloads.arduino.cc/cores/avr-1.6.18.tar.bz2",
+-          "archiveFileName": "avr-1.6.18.tar.bz2",
+-          "checksum": "SHA-256:7c56e381602b779e8e81ec46deb5c8b82e1c84c134c3c1b672d0b43f5e45ee13",
+-          "size": "4897659",
            "boards": [
              {"name": "Arduino Yún"},
              {"name": "Arduino/Genuino Uno"},
-@@ -55,6 +51,22 @@
-               "version": "6.3.0-arduino6"
+@@ -66,6 +62,22 @@
+               "version": "1.1.1"
              }
            ]
 +        },
 +        {
 +          "name": "Arduino SAM Boards (32-bits ARM Cortex-M3)",
 +          "architecture": "sam",
-+          "version": "1.6.9",
++          "version": "1.6.11",
 +          "category": "Arduino",
 +          "boards": [
 +            {"name": "Arduino Due"}
@@ -34,93 +34,136 @@
          }
        ],
        "tools": [
-@@ -63,39 +75,7 @@
-           "version": "6.3.0-arduino6",
+@@ -74,40 +86,8 @@
+           "version": "6.3.0-arduino9",
            "systems": [
              {
--              "size": "644600",
--              "checksum": "SHA-256:2426207423d58eb0e5fc4df9493418f1cb54ba3f328fdc7c3bb582f920b9cbe7",
+-              "size": "644550",
+-              "checksum": "SHA-256:25a6834ae48019fccf37024236a1f79fe21760414292a4f3fa058d937ceee1ce",
 -              "host": "arm-linux-gnueabihf",
--              "archiveFileName": "avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-armhf-pc-linux-gnu.tar.bz2"
+-              "archiveFileName": "avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-armhf-pc-linux-gnu.tar.bz2"
 -            },
 -            {
--              "size": "696273",
--              "checksum": "SHA-256:d9a039c9e92d3dbb2011e75e6c044a1a4a2789e2fbf8386b1d580994811be084",
+-              "size": "697309",
+-              "checksum": "SHA-256:bfa06bc042dff252d3a8eded98da159484e75b46d2697da4d9446dcd2aea8465",
 -              "host": "i386-apple-darwin11",
--              "archiveFileName": "avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i386-apple-darwin11.tar.bz2"
+-              "archiveFileName": "avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i386-apple-darwin11.tar.bz2"
 -            },
 -            {
--              "size": "746653",
--              "checksum": "SHA-256:97b4875cad6110c70101bb776f3ac37b64a2e73f036cd0b10afb6f4be96a6621",
+-              "size": "711229",
+-              "checksum": "SHA-256:c8cccb84e2fe49ee837b24f0a60a99e9c371dae26e84c5b0b22b6b6aab2f1f6a",
 -              "host": "x86_64-linux-gnu",
--              "archiveFileName": "avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-x86_64-pc-linux-gnu.tar.bz2"
+-              "archiveFileName": "avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-x86_64-pc-linux-gnu.tar.bz2"
 -            },
 -            {
--              "size": "733127",
--              "checksum": "SHA-256:5f4bc4b0957b1d34cec9908b7f84a7c297b894b39fe16a4992c284b24c00d6fb",
+-              "size": "701590",
+-              "checksum": "SHA-256:4235a2d58e3c3224c603d6c5f0610507ed6c48ebf4051fdcce9f77a7646e218b",
 -              "host": "i686-linux-gnu",
--              "archiveFileName": "avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-pc-linux-gnu.tar.bz2"
+-              "archiveFileName": "avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-pc-linux-gnu.tar.bz2"
 -            },
 -            {
--              "size": "645859",
--              "checksum": "SHA-256:7468a1bcdfa459d175a095b102c0de28efc466accfb104305fbcad7832659ddc",
+-              "size": "645974",
+-              "checksum": "SHA-256:f3c5cfa8d0b3b0caee81c5b35fb6acff89c342ef609bf4266734c6266a256d4f",
 -              "host": "i686-mingw32",
--              "archiveFileName": "avrdude-6.3.0-arduino6-i686-w64-mingw32.zip",
--              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino6-i686-w64-mingw32.zip"
-+              "host": "%%ARCH%%-freebsd%%OSREL%%"
-             }
+-              "archiveFileName": "avrdude-6.3.0-arduino9-i686-w64-mingw32.zip",
+-              "url": "http://downloads.arduino.cc/tools/avrdude-6.3.0-arduino9-i686-w64-mingw32.zip"
+-            }
++				"host": "%%ARCH%%-freebsd%%OSREL%%"
++			}
            ]
          },
-@@ -104,39 +84,16 @@
-           "version": "4.9.2-atmel3.5.3-arduino2",
+         {
+@@ -115,39 +95,16 @@
+           "version": "4.9.2-atmel3.5.4-arduino2",
            "systems": [
              {
--              "size": "27400889",
--              "checksum": "SHA-256:77f300d519bc6b9a25df17b36cb303218e9a258c059b2f6bff8f71a0d8f96821",
+-              "size": "27764772",
+-              "checksum": "SHA-256:ee36009e19bd238d1f6351cbc9aa5db69714761f67dec4c1d69d5d5d7758720c",
 -              "host": "arm-linux-gnueabihf",
--              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-armhf-pc-linux-gnu.tar.bz2"
+-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-armhf-pc-linux-gnu.tar.bz2"
 -            },
--            {
--              "size": "27048070",
--              "checksum": "SHA-256:311258af188defe24a4b341e4e1f4dc93ca6c80516d3e3b55a2fc07a7050248b",
++				"host": "%%ARCH%%-freebsd%%OSREL%%"
++            }
++          ]
++        },
++        {
++          "name": "bossac",
++          "version": "1.7.0",
++          "systems": [
+             {
+-              "size": "28574644",
+-              "checksum": "SHA-256:67b3ed3555eacf0b4fc6f62240773b9f0220171fe4de26bb8d711547fc884730",
 -              "host": "i386-apple-darwin11",
--              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i386-apple-darwin11.tar.bz2"
+-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i386-apple-darwin11.tar.bz2"
 -            },
 -            {
--              "size": "43847945",
--              "checksum": "SHA-256:f8e6ede8746c70be01ec79a30803277cd94360cc5b2e104762da0fbcf536fcc6",
+-              "size": "44386446",
+-              "checksum": "SHA-256:6044551cd729d88ea6ffcccf10aad1934c5b164d61f4f5890b0e78524ffff853",
 -              "host": "i686-mingw32",
--              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip",
--              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-mingw32.zip"
+-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip",
+-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-mingw32.zip"
 -            },
 -            {
--              "size": "29292729",
--              "checksum": "SHA-256:f108951e7c4dc90926d1fc76cc27549f6ea63c702a2bb7ff39647a19ae86ec68",
+-              "size": "29723974",
+-              "checksum": "SHA-256:63a9d4cebbac06fd5fa8f48a2e2ba7d513837dcddc97f560129b4e466af901b5",
 -              "host": "i686-linux-gnu",
--              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-i686-pc-linux-gnu.tar.bz2"
+-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-i686-pc-linux-gnu.tar.bz2"
 -            },
-+              "host": "%%ARCH%%-freebsd%%OSREL%%"
-+            }
-+          ]
-+        },
-+        {
-+          "name": "bossac",
-+          "version": "1.7.0",
-+          "systems": [
+-            {
+-              "size": "30374404",
+-              "checksum": "SHA-256:19480217f1524d78467b83cd742f503182bbcc76b5440093261f146828aa588c",
+-              "host": "x86_64-linux-gnu",
+-              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.4-arduino2-x86_64-pc-linux-gnu.tar.bz2"
++				"host": "%%ARCH%%-freebsd%%OSREL%%"
+             }
+           ]
+         },
+@@ -156,39 +113,7 @@
+           "version": "1.1.1",
+           "systems": [
              {
--              "size": "29882960",
--              "checksum": "SHA-256:3903a6d1bb9fdd91727e504b5993d5501f119bcb7f99f7aee98a2101e5629188",
+-              "size": "2045036",
+-              "checksum": "SHA-256:7ac91ef1d5b357c0ceb790be02ef54986db598ba5a42fffbd6c8ecbdd6a271ef",
+-              "host": "i686-linux-gnu",
+-              "archiveFileName": "arduinoOTA-1.1.1-linux_386.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_386.tar.bz2"
+-            },
+-            {
+-              "size": "2178288",
+-              "checksum": "SHA-256:eb5ad0a457dd7f610f7f9b85454399c36755673d61a16f9d07cdfcbbb32ec277",
 -              "host": "x86_64-linux-gnu",
--              "archiveFileName": "avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2",
--              "url": "http://downloads.arduino.cc/tools/avr-gcc-4.9.2-atmel3.5.3-arduino2-x86_64-pc-linux-gnu.tar.bz2"
-+              "host": "%%ARCH%%-freebsd%%OSREL%%"
+-              "archiveFileName": "arduinoOTA-1.1.1-linux_amd64.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_amd64.tar.bz2"
+-            },
+-            {
+-              "size": "1962115",
+-              "checksum": "SHA-256:e4880d83df3d3f6f4b7b7bcde161e80a0556877468803a3c6066ee4ad18a374c",
+-              "host": "arm-linux-gnueabihf",
+-              "archiveFileName": "arduinoOTA-1.1.1-linux_arm.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-linux_arm.tar.bz2"
+-            },
+-            {
+-              "size": "2181376",
+-              "checksum": "SHA-256:a1ce7cf578982f3af5e4fab6b5839e44830d7a41cb093faba5c4b45952a6fa55",
+-              "host": "i386-apple-darwin11",
+-              "archiveFileName": "arduinoOTA-1.1.1-darwin_amd64.tar.bz2",
+-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-darwin_amd64.tar.bz2"
+-            },
+-            {
+-              "size": "2248431",
+-              "checksum": "SHA-256:b2d3610c77f969a68cd75b6ea66bf63ec10c263937009d99147fbcd975c90006",
+-              "host": "i686-mingw32",
+-              "archiveFileName": "arduinoOTA-1.1.1-windows_386.zip",
+-              "url": "http://downloads.arduino.cc/tools/arduinoOTA-1.1.1-windows_386.zip"
++				"host": "%%ARCH%%-freebsd%%OSREL%%"
              }
            ]
          }

Modified: head/devel/arduino-core/pkg-plist
==============================================================================
--- head/devel/arduino-core/pkg-plist	Wed Apr 19 20:19:32 2017	(r438912)
+++ head/devel/arduino-core/pkg-plist	Wed Apr 19 20:28:05 2017	(r438913)
@@ -32,16 +32,21 @@ arduino/hardware/arduino/avr/bootloaders
 arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Descriptors.h
 arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Makefile
 arduino/hardware/arduino/avr/bootloaders/caterina-LilyPadUSB/Readme.txt
+arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Circuitplay32u4.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Esplora.txt
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Genuino-Micro.txt
+arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Industrial101.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Leonardo.txt
+arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-LeonardoEthernet.hex
+arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-LininoOne.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Micro.txt
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun-noblink.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-Yun.hex
+arduino/hardware/arduino/avr/bootloaders/caterina/Caterina-YunMini.hex
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.c
 arduino/hardware/arduino/avr/bootloaders/caterina/Caterina.h
 arduino/hardware/arduino/avr/bootloaders/caterina/Descriptors.c
@@ -483,6 +488,7 @@ arduino/hardware/arduino/avr/libraries/W
 arduino/hardware/arduino/avr/libraries/Wire/src/utility/twi.h
 arduino/hardware/arduino/avr/platform.txt
 arduino/hardware/arduino/avr/programmers.txt
+arduino/hardware/arduino/avr/variants/circuitplay32u4/pins_arduino.h
 arduino/hardware/arduino/avr/variants/eightanaloginputs/pins_arduino.h
 arduino/hardware/arduino/avr/variants/ethernet/pins_arduino.h
 arduino/hardware/arduino/avr/variants/gemma/pins_arduino.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704192028.v3JKS54P087229>