Date: Sat, 27 Jul 2019 14:57:25 +0000 (UTC) From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507460 - in head/sysutils: u-boot-firefly-rk3399 u-boot-master Message-ID: <201907271457.x6REvPRO089061@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907271457.x6REvPRO089061>