Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 23:09:49 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431434 - head/sysutils/u-boot-master
Message-ID:  <201701132309.v0DN9nBV016919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701132309.v0DN9nBV016919>