Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 17:19:16 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463031 - head/devel/arduino-bsd-mk
Message-ID:  <201802261719.w1QHJGYJ063911@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Mon Feb 26 17:19:16 2018
New Revision: 463031
URL: https://svnweb.freebsd.org/changeset/ports/463031

Log:
  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

Modified:
  head/devel/arduino-bsd-mk/Makefile
  head/devel/arduino-bsd-mk/distinfo   (contents, props changed)

Modified: head/devel/arduino-bsd-mk/Makefile
==============================================================================
--- head/devel/arduino-bsd-mk/Makefile	Mon Feb 26 17:00:21 2018	(r463030)
+++ head/devel/arduino-bsd-mk/Makefile	Mon Feb 26 17:19:16 2018	(r463031)
@@ -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

Modified: head/devel/arduino-bsd-mk/distinfo
==============================================================================
--- head/devel/arduino-bsd-mk/distinfo	Mon Feb 26 17:00:21 2018	(r463030)
+++ head/devel/arduino-bsd-mk/distinfo	Mon Feb 26 17:19:16 2018	(r463031)
@@ -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



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