Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jul 2018 20:25:39 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475123 - in head/sysutils: u-boot-rpi u-boot-rpi3
Message-ID:  <201807222025.w6MKPdiU063453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Jul 22 20:25:38 2018
New Revision: 475123
URL: https://svnweb.freebsd.org/changeset/ports/475123

Log:
  Use patchfiles that are in accordance with accepted Ports Collection usage.

Modified:
  head/sysutils/u-boot-rpi/Makefile
  head/sysutils/u-boot-rpi3/Makefile

Modified: head/sysutils/u-boot-rpi/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi/Makefile	Sun Jul 22 20:20:11 2018	(r475122)
+++ head/sysutils/u-boot-rpi/Makefile	Sun Jul 22 20:25:38 2018	(r475123)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-MAINTAINER=	manu@FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		rpi
@@ -9,10 +8,7 @@ FAMILY=		rpi
 
 DEPENDS=	${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
 
-PATCHFILES+=	937869/mbox/?	\
-		939129/mbox/?
-
-CONFIG_FRAGMENT=	${.CURDIR}/files/rpi_fragment
 FRAGMENT_NAME=		rpi_fragment
+CONFIG_FRAGMENT=	${.CURDIR}/files/${FRAGMENT_NAME}
 
 .include "${MASTERDIR}/Makefile"

Modified: head/sysutils/u-boot-rpi3/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi3/Makefile	Sun Jul 22 20:20:11 2018	(r475122)
+++ head/sysutils/u-boot-rpi3/Makefile	Sun Jul 22 20:25:38 2018	(r475123)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-MAINTAINER=	uboot@FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		rpi3
@@ -10,11 +9,7 @@ UBOOT_ARCH=	aarch64
 
 DEPENDS=	${LOCALBASE}/share/rpi-firmware/bootcode.bin:sysutils/rpi-firmware
 
-EXTRA_PATCHES=	${.CURDIR}/files/
-PATCHFILES+=	937869/mbox/?	\
-		939129/mbox/?
-
-CONFIG_FRAGMENT=	${.CURDIR}/files/rpi3_fragment
-FRAGMENT_NAME=	rpi3_fragment
+FRAGMENT_NAME=		rpi3_fragment
+CONFIG_FRAGMENT=	${.CURDIR}/files/${FRAGMENT_NAME}
 
 .include "${MASTERDIR}/Makefile"



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