From owner-svn-ports-head@freebsd.org Fri Jul 14 17:20:22 2017 Return-Path: Delivered-To: svn-ports-head@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 C1127DA86E3; Fri, 14 Jul 2017 17:20:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 903806EAE8; Fri, 14 Jul 2017 17:20:22 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6EHKL3D081262; Fri, 14 Jul 2017 17:20:21 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6EHKLH8081260; Fri, 14 Jul 2017 17:20:21 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201707141720.v6EHKLH8081260@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 14 Jul 2017 17:20:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445792 - head/devel/arduino-core X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/devel/arduino-core X-SVN-Commit-Revision: 445792 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 17:20:22 -0000 Author: amdmi3 Date: Fri Jul 14 17:20:21 2017 New Revision: 445792 URL: https://svnweb.freebsd.org/changeset/ports/445792 Log: - Remove unneeded bsd.port.pre.mk usage - Update WWW Approved by: portmgr blanket Modified: head/devel/arduino-core/Makefile head/devel/arduino-core/pkg-descr Modified: head/devel/arduino-core/Makefile ============================================================================== --- head/devel/arduino-core/Makefile Fri Jul 14 17:20:13 2017 (r445791) +++ head/devel/arduino-core/Makefile Fri Jul 14 17:20:21 2017 (r445792) @@ -31,12 +31,10 @@ SAMD_DESC= Core support for SAMD boards (Zero/MKR1000) SAMD_GH_TUPLE= arduino:ArduinoCore-samd:1.6.12:samd/hardware/arduino/samd SAMD_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-hardware_arduino_samd_platform.txt -.include - post-patch: @${REINPLACE_CMD} -e 's|%%ARCH%%|${ARCH}|g' -e 's|%%OSREL%%|${OSREL:R}|g' ${WRKSRC}/hardware/package_index_bundled.json do-install: (cd ${WRKSRC}/ && ${COPYTREE_SHARE} "hardware" ${STAGEDIR}${PREFIX}/arduino ${FIND_EXPR}) -.include +.include Modified: head/devel/arduino-core/pkg-descr ============================================================================== --- head/devel/arduino-core/pkg-descr Fri Jul 14 17:20:13 2017 (r445791) +++ head/devel/arduino-core/pkg-descr Fri Jul 14 17:20:21 2017 (r445792) @@ -1,3 +1,3 @@ Core board support used in Arduino 1.6 -WWW: http://www.arduino.cc +WWW: https://www.arduino.cc/