svn commit: r447110 - head/sysutils/u-boot-master

Warner Losh imp at FreeBSD.org
Wed Aug 2 15:20:53 UTC 2017


Author: imp
Date: Wed Aug  2 15:20:52 2017
New Revision: 447110
URL: https://svnweb.freebsd.org/changeset/ports/447110

Log:
  Bump uboot version to 2017.07.00.1 to pickup arm64 fix in FreeBSD
  u-boot repo.
  
  Submitted by: Emmanuel Vadot

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	Wed Aug  2 15:03:38 2017	(r447109)
+++ head/sysutils/u-boot-master/Makefile	Wed Aug  2 15:20:52 2017	(r447110)
@@ -57,7 +57,7 @@ UBOOT_PLIST_ALLWINNER=u-boot.img u-boot-sunxi-with-spl
 .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu})
 UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}}
 .endif
-UBOOT_VERSION?=	2017.07.00
+UBOOT_VERSION?=	2017.07.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	Wed Aug  2 15:03:38 2017	(r447109)
+++ head/sysutils/u-boot-master/distinfo	Wed Aug  2 15:20:52 2017	(r447110)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1500849934
-SHA256 (freebsd-u-boot-ports-v2017.07.00_GH0.tar.gz) = a24b74828a69124737b870be35df8452b737ecacd3f8f87d4cf77aa92d445631
-SIZE (freebsd-u-boot-ports-v2017.07.00_GH0.tar.gz) = 14285266
+TIMESTAMP = 1501619668
+SHA256 (freebsd-u-boot-ports-v2017.07.00.1_GH0.tar.gz) = 4e74457cba12d6de890418aed296800f4bdb62570379fa330e3cf74b78dff2c8
+SIZE (freebsd-u-boot-ports-v2017.07.00.1_GH0.tar.gz) = 14286103


More information about the svn-ports-head mailing list