svn commit: r507460 - in head/sysutils: u-boot-firefly-rk3399 u-boot-master

Emmanuel Vadot manu at FreeBSD.org
Sat Jul 27 14:57:26 UTC 2019


Author: manu
Date: Sat Jul 27 14:57:25 2019
New Revision: 507460
URL: https://svnweb.freebsd.org/changeset/ports/507460

Log:
  sysutils/u-boot-firefly-rk3399: Bump portrevision as we now use miniloader
  
  Since we now use the miniloader instead of SPL bump portrevision for this port.

Modified:
  head/sysutils/u-boot-firefly-rk3399/Makefile
  head/sysutils/u-boot-master/Makefile

Modified: head/sysutils/u-boot-firefly-rk3399/Makefile
==============================================================================
--- head/sysutils/u-boot-firefly-rk3399/Makefile	Sat Jul 27 14:55:59 2019	(r507459)
+++ head/sysutils/u-boot-firefly-rk3399/Makefile	Sat Jul 27 14:57:25 2019	(r507460)
@@ -2,6 +2,8 @@
 
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
+U_BOOT_SLAVE_PORTREVISION_2019.07=	1
+
 MODEL=		firefly-rk3399
 BOARD_CONFIG=	firefly-rk3399_defconfig
 FAMILY=		rk3399

Modified: head/sysutils/u-boot-master/Makefile
==============================================================================
--- head/sysutils/u-boot-master/Makefile	Sat Jul 27 14:55:59 2019	(r507459)
+++ head/sysutils/u-boot-master/Makefile	Sat Jul 27 14:57:25 2019	(r507460)
@@ -114,6 +114,11 @@ UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}}
 .endif
 UBOOT_VERSION?=	2019.07
 
+# If a slave port defines a PORTREVISION use it
+.if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
+PORTREVISION=	${U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION}}
+.endif
+
 .if !defined(UBOOT_PLIST) && defined(UBOOT_PLIST_${FAMILY:tu})
 UBOOT_PLIST=${UBOOT_PLIST_${FAMILY:tu}}
 .endif


More information about the svn-ports-head mailing list