svn commit: r561389 - head/devel/arduino-bsd-mk

Craig Leres leres at FreeBSD.org
Tue Jan 12 21:43:04 UTC 2021


Author: leres
Date: Tue Jan 12 21:43:03 2021
New Revision: 561389
URL: https://svnweb.freebsd.org/changeset/ports/561389

Log:
  devel/arduino-bsd-mk: Update to 2.1
  
  Changes since 2.0:
  
   - Search for and use the boards.txt in the ARDUINO_DIR tree.
  
   - Convert arduino-boards to f-strings.

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	Tue Jan 12 21:40:30 2021	(r561388)
+++ head/devel/arduino-bsd-mk/Makefile	Tue Jan 12 21:43:03 2021	(r561389)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	arduino-bsd-mk
-PORTVERSION=	2.0
+PORTVERSION=	2.1
 CATEGORIES=	devel
 MASTER_SITES=	https://xse.com/leres/arduino/arduino-bsd-mk/ \
 		LOCAL/leres/arduino-bsd-mk

Modified: head/devel/arduino-bsd-mk/distinfo
==============================================================================
--- head/devel/arduino-bsd-mk/distinfo	Tue Jan 12 21:40:30 2021	(r561388)
+++ head/devel/arduino-bsd-mk/distinfo	Tue Jan 12 21:43:03 2021	(r561389)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610230981
-SHA256 (arduino-bsd-mk-2.0.tar.gz) = bc6c590caef3b2a77e3aef07dafaeab61557a648d15ca8096c0b65ee00f02f0e
-SIZE (arduino-bsd-mk-2.0.tar.gz) = 10324
+TIMESTAMP = 1610487489
+SHA256 (arduino-bsd-mk-2.1.tar.gz) = 90f31820c5590eed5f9dbf12e63471e2fc5d0ad377ecb66a7731e8953486c681
+SIZE (arduino-bsd-mk-2.1.tar.gz) = 10474


More information about the svn-ports-head mailing list