svn commit: r459540 - head/devel/arduino-tools

Antoine Brodin antoine at FreeBSD.org
Sat Jan 20 18:48:06 UTC 2018


Author: antoine
Date: Sat Jan 20 18:48:05 2018
New Revision: 459540
URL: https://svnweb.freebsd.org/changeset/ports/459540

Log:
  Fix dependencies
  
  Reported by:	pkg-fallout

Modified:
  head/devel/arduino-tools/Makefile

Modified: head/devel/arduino-tools/Makefile
==============================================================================
--- head/devel/arduino-tools/Makefile	Sat Jan 20 17:47:39 2018	(r459539)
+++ head/devel/arduino-tools/Makefile	Sat Jan 20 18:48:05 2018	(r459540)
@@ -2,7 +2,7 @@
 
 PORTNAME=	arduino-tools
 PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	# Mostly metaport - installs files, no build
 DISTFILES=	#
@@ -27,7 +27,7 @@ RUN_DEPENDS=	arduino-avrdude:devel/arduino-avrdude \
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-ARMGCC_FULL_VERS=	6-2017-q2-update
+ARMGCC_FULL_VERS=	7-2017-q4-major
 
 ARMGCC_VERS=	4.9.2
 AVRDUDE_VERS=	6.3.0-arduino9


More information about the svn-ports-all mailing list