svn commit: r431326 - in head/sysutils: u-boot-beaglebone u-boot-duovero u-boot-master

Warner Losh imp at FreeBSD.org
Thu Jan 12 22:49:03 UTC 2017


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


More information about the svn-ports-all mailing list