From owner-svn-ports-all@freebsd.org Fri Jan 13 23:09:50 2017 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 55949CAE622; Fri, 13 Jan 2017 23:09:50 +0000 (UTC) (envelope-from imp@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 0C9781509; Fri, 13 Jan 2017 23:09:49 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0DN9n56016921; Fri, 13 Jan 2017 23:09:49 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0DN9nBV016919; Fri, 13 Jan 2017 23:09:49 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201701132309.v0DN9nBV016919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Fri, 13 Jan 2017 23:09:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431434 - head/sysutils/u-boot-master X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 13 Jan 2017 23:09:50 -0000 Author: imp Date: Fri Jan 13 23:09:48 2017 New Revision: 431434 URL: https://svnweb.freebsd.org/changeset/ports/431434 Log: Update to my v2017.01.00.1 release. This eliminates use of fdtget by pointing the build at the right swig for the ports we're using. The dtc port is still required for its libfdt. Modified: head/sysutils/u-boot-master/Makefile (contents, props changed) head/sysutils/u-boot-master/distinfo (contents, props changed) Modified: head/sysutils/u-boot-master/Makefile ============================================================================== --- head/sysutils/u-boot-master/Makefile Fri Jan 13 22:59:58 2017 (r431433) +++ head/sysutils/u-boot-master/Makefile Fri Jan 13 23:09:48 2017 (r431434) @@ -46,19 +46,17 @@ IGNORE+= BOARD_CONFIG is not defined IGNORE+= FAMILY is not defined .endif -# Defines for OMAP family +# Overrides for OMAP family UBOOT_PLIST_OMAP=u-boot.img MLO -UBOOT_VERSION_OMAP=2017.01 -# Defines for ALLWINNER family +# Overrides for ALLWINNER family UBOOT_PLIST_ALLWINNER=u-boot.img u-boot-sunxi-with-spl.bin -UBOOT_VERSION_ALLWINNER=2017.01 # Uboot variables .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2017.01 +UBOOT_VERSION?= 2017.01.00.1 .if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu}) UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}} Modified: head/sysutils/u-boot-master/distinfo ============================================================================== --- head/sysutils/u-boot-master/distinfo Fri Jan 13 22:59:58 2017 (r431433) +++ head/sysutils/u-boot-master/distinfo Fri Jan 13 23:09:48 2017 (r431434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1484005629 -SHA256 (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 016e65be71a9d3c4c3fca171ffe631f835868c6a248906770c42dcc2c4ef3161 -SIZE (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 15522828 +TIMESTAMP = 1484197628 +SHA256 (bsdimp-u-boot-ports-v2017.01.00.1_GH0.tar.gz) = bd88d48482f9db45b88e1bb487e784793b729307e5a8a7e4b048c92d419321d3 +SIZE (bsdimp-u-boot-ports-v2017.01.00.1_GH0.tar.gz) = 15521395