diff options
author | leres <leres@FreeBSD.org> | 2017-09-16 02:18:26 +0800 |
---|---|---|
committer | leres <leres@FreeBSD.org> | 2017-09-16 02:18:26 +0800 |
commit | 2e3ebbc4339d854622c1b8add58d816c478583e9 (patch) | |
tree | dd38fbb54178a215f72aadbd6d8844dd2fa8c2f0 /security | |
parent | 394f4a2d7148c6d56fd5d2a0b42f891e62591394 (diff) | |
download | freebsd-ports-gnome-2e3ebbc4339d854622c1b8add58d816c478583e9.tar.gz freebsd-ports-gnome-2e3ebbc4339d854622c1b8add58d816c478583e9.tar.zst freebsd-ports-gnome-2e3ebbc4339d854622c1b8add58d816c478583e9.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/bro/Makefile | 2 | ||||
-rw-r--r-- | security/broccoli/Makefile | 4 | ||||
-rw-r--r-- | security/create-cert/Makefile | 4 |
3 files changed, 5 insertions, 5 deletions
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 <leres@ee.lbl.gov> +# Created by: Craig Leres <leres@FreeBSD.org> # $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 <leres@ee.lbl.gov> +# Created by: Craig Leres <leres@FreeBSD.org> # $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 |