From owner-svn-ports-all@freebsd.org Wed Oct 26 12:03:54 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34F23C22763; Wed, 26 Oct 2016 12:03:54 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.issp.ac.ru", Issuer "relay.issp.ac.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D1A1A50; Wed, 26 Oct 2016 12:03:53 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mercury.issp.ac.ru [77.236.34.155:15958] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with PLAIN) by mail.issp.ac.ru with ESMTPSA/inet id u9QC3nkX098484 (using TLSv1.2, with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits), verified NO) Wed, 26 Oct 2016 15:03:49 +0300 (MSK) X-Authentication-Warning: mail.issp.ac.ru: Host mercury.issp.ac.ru [77.236.34.155] claimed to be mercury.ph.man.ac.uk From: Max Brazhnikov To: Boris Samorodov Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r424485 - in head/devel: . arduino16 arduino16/files Date: Wed, 26 Oct 2016 12:03:46 +0000 Message-ID: <1985563.dNGjE0puMc@mercury.ph.man.ac.uk> User-Agent: KMail/4.14.10 (FreeBSD/10.3-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <201610222034.u9MKY7Qm006510@repo.freebsd.org> References: <201610222034.u9MKY7Qm006510@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2016 12:03:54 -0000 On Sat, 22 Oct 2016 20:34:07 +0000 (UTC)Sat Oct 22 20:34:06 2016 Boris Samorodov wrote: > Author: bsam > Date: Sat Oct 22 20:34:06 2016 > New Revision: 424485 > URL: https://svnweb.freebsd.org/changeset/ports/424485 > > Log: > Arduino is an open-source electronics prototyping platform based on > flexible, easy-to-use hardware and software. It's intended for artists, > designers, hobbyists, and anyone interested in creating interactive > objects or environments. > > The Arduino software consists of a development environment (IDE) and the > core libraries. > > WWW: http://arduino.cc/ > > PR: 213659 > Submitted by: bsdports@kyle-evans.net Is this a newer version of devel/arduino? What was the reason for adding new port instead of updating existing?