From 2e3ebbc4339d854622c1b8add58d816c478583e9 Mon Sep 17 00:00:00 2001 From: leres Date: Fri, 15 Sep 2017 18:18:26 +0000 Subject: Update MAINTAINER on my ports and "Created by" on the ones I created to use my @FreeBSD.org email address. - devel/arduino - devel/arduino-glcd - devel/arduino-irremote - devel/arduino-mk - devel/arduino-sevseg - net/hostapd - net/py-pcap - security/bro - security/broccoli - security/create-cert - sysutils/lbl-cf - sysutils/lbl-hf - www/mini_httpd Reviewed by: ler (mentor) Approved by: ler (mentor) Differential Revision: https://reviews.freebsd.org/D12374 --- security/bro/Makefile | 2 +- security/broccoli/Makefile | 4 ++-- security/create-cert/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'security') diff --git a/security/bro/Makefile b/security/bro/Makefile index 50b0281fd3c7..b3d940b89b4d 100644 --- a/security/bro/Makefile +++ b/security/bro/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= https://www.bro.org/downloads/:source1 \ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:source1 \ ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION2}_GH0${EXTRACT_SUFX}:source2 -MAINTAINER= leres@ee.lbl.gov +MAINTAINER= leres@FreeBSD.org COMMENT= System for detecting network intruders in real-time LICENSE= BSD3CLAUSE diff --git a/security/broccoli/Makefile b/security/broccoli/Makefile index 30a4ee5b0372..4a7da3362afd 100644 --- a/security/broccoli/Makefile +++ b/security/broccoli/Makefile @@ -1,4 +1,4 @@ -# Created by: Craig Leres +# Created by: Craig Leres # $FreeBSD$ PORTNAME= broccoli @@ -8,7 +8,7 @@ CATEGORIES= security MASTER_SITES= http://www.bro.org/downloads/release/ DISTNAME= bro-2.4.1 -MAINTAINER= leres@ee.lbl.gov +MAINTAINER= leres@FreeBSD.org COMMENT= Bro Client Communications Library LICENSE= BSD3CLAUSE diff --git a/security/create-cert/Makefile b/security/create-cert/Makefile index 0b3775bd858e..e98e28facd84 100644 --- a/security/create-cert/Makefile +++ b/security/create-cert/Makefile @@ -1,4 +1,4 @@ -# Created by: Craig Leres +# Created by: Craig Leres # $FreeBSD$ PORTNAME= create-cert @@ -6,7 +6,7 @@ PORTVERSION= 2.5 CATEGORIES= security MASTER_SITES= ftp://ee.lbl.gov/ -MAINTAINER= leres@ee.lbl.gov +MAINTAINER= leres@FreeBSD.org COMMENT= Create openssl client key and certificates LICENSE= BSD3CLAUSE -- cgit