svn commit: r475142 - in head/sysutils: u-boot-rpi u-boot-rpi2 u-boot-rpi3

Warner Losh imp at FreeBSD.org
Mon Jul 23 03:04:20 UTC 2018


Author: imp
Date: Mon Jul 23 03:04:18 2018
New Revision: 475142
URL: https://svnweb.freebsd.org/changeset/ports/475142

Log:
  Remove MAINTAINER lines. They are set by the master port and all these
  ports are maintained by the uboot@ mailing list.
  
  Approved by: uboot@ (maintainer of these ports)
  Differential Review: https://reviews.freebsd.org/D16397

Modified:
  head/sysutils/u-boot-rpi/Makefile   (contents, props changed)
  head/sysutils/u-boot-rpi2/Makefile   (contents, props changed)
  head/sysutils/u-boot-rpi3/Makefile   (contents, props changed)

Modified: head/sysutils/u-boot-rpi/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi/Makefile	Mon Jul 23 03:04:07 2018	(r475141)
+++ head/sysutils/u-boot-rpi/Makefile	Mon Jul 23 03:04:18 2018	(r475142)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-MAINTAINER=	manu at FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		rpi

Modified: head/sysutils/u-boot-rpi2/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi2/Makefile	Mon Jul 23 03:04:07 2018	(r475141)
+++ head/sysutils/u-boot-rpi2/Makefile	Mon Jul 23 03:04:18 2018	(r475142)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-MAINTAINER=	manu at FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		rpi2

Modified: head/sysutils/u-boot-rpi3/Makefile
==============================================================================
--- head/sysutils/u-boot-rpi3/Makefile	Mon Jul 23 03:04:07 2018	(r475141)
+++ head/sysutils/u-boot-rpi3/Makefile	Mon Jul 23 03:04:18 2018	(r475142)
@@ -1,6 +1,5 @@
 # $FreeBSD$
 
-MAINTAINER=	uboot at FreeBSD.org
 MASTERDIR=	${.CURDIR}/../u-boot-master
 
 MODEL=		rpi3


More information about the svn-ports-all mailing list