From owner-svn-ports-head@freebsd.org Thu Jan 12 22:49:02 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 F24E3CAD45B; Thu, 12 Jan 2017 22:49:02 +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 A4B271251; Thu, 12 Jan 2017 22:49:02 +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 v0CMn1vP007877; Thu, 12 Jan 2017 22:49:01 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0CMn1sX007875; Thu, 12 Jan 2017 22:49:01 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201701122249.v0CMn1sX007875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Thu, 12 Jan 2017 22:49:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431326 - in head/sysutils: u-boot-beaglebone u-boot-duovero 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-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: Thu, 12 Jan 2017 22:49:03 -0000 Author: imp Date: Thu Jan 12 22:49:01 2017 New Revision: 431326 URL: https://svnweb.freebsd.org/changeset/ports/431326 Log: Roll forward to u-boot v2017.01. Many thanks to manu@ for cleaning up our patches to u-boot and getting them upstreamed. Future commits will roll other families over to this as testing on them is completed. Deleted: head/sysutils/u-boot-beaglebone/distinfo head/sysutils/u-boot-duovero/distinfo 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 Thu Jan 12 22:48:55 2017 (r431325) +++ head/sysutils/u-boot-master/Makefile Thu Jan 12 22:49:01 2017 (r431326) @@ -44,13 +44,13 @@ IGNORE+= "FAMILY is not defined" # Defines for OMAP family UBOOT_PLIST_OMAP=u-boot.img MLO -UBOOT_VERSION_OMAP=2016.05 +UBOOT_VERSION_OMAP=2017.01 # Uboot variables .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2016.05 +UBOOT_VERSION?= 2017.01 .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 Thu Jan 12 22:48:55 2017 (r431325) +++ head/sysutils/u-boot-master/distinfo Thu Jan 12 22:49:01 2017 (r431326) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476745087 -SHA256 (bsdimp-u-boot-ports-v2016.05_GH0.tar.gz) = aa9dfb1167398dc7e649f7a9062f628a6bbe89f018a6b1ab856a8a8cd81c8ac0 -SIZE (bsdimp-u-boot-ports-v2016.05_GH0.tar.gz) = 14363966 +TIMESTAMP = 1484005629 +SHA256 (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 016e65be71a9d3c4c3fca171ffe631f835868c6a248906770c42dcc2c4ef3161 +SIZE (bsdimp-u-boot-ports-v2017.01_GH0.tar.gz) = 15522828