Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Sep 2017 18:18:26 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r449916 - in head: 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-c...
Message-ID:  <201709151818.v8FIIQ5k099750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: leres
Date: Fri Sep 15 18:18:26 2017
New Revision: 449916
URL: https://svnweb.freebsd.org/changeset/ports/449916

Log:
  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

Modified:
  head/devel/arduino-glcd/Makefile
  head/devel/arduino-irremote/Makefile
  head/devel/arduino-mk/Makefile
  head/devel/arduino-sevseg/Makefile
  head/devel/arduino/Makefile
  head/net/hostapd/Makefile
  head/net/py-pcap/Makefile
  head/security/bro/Makefile
  head/security/broccoli/Makefile
  head/security/create-cert/Makefile
  head/sysutils/lbl-cf/Makefile
  head/sysutils/lbl-hf/Makefile
  head/www/mini_httpd/Makefile

Modified: head/devel/arduino-glcd/Makefile
==============================================================================
--- head/devel/arduino-glcd/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/devel/arduino-glcd/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,4 +1,4 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	arduino-glcd
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://glcd-arduino.googlecode.com/files/
 DISTNAME=	glcd-20111205
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	GLCD Graphical LCD Library
 
 LICENSE=	LGPL21

Modified: head/devel/arduino-irremote/Makefile
==============================================================================
--- head/devel/arduino-irremote/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/devel/arduino-irremote/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,11 +1,11 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	arduino-irremote
 PORTVERSION=	2.1.0
 CATEGORIES=	devel
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Multi-protocol infrared remote library for the Arduino
 
 LICENSE=	LGPL21

Modified: head/devel/arduino-mk/Makefile
==============================================================================
--- head/devel/arduino-mk/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/devel/arduino-mk/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,4 +1,4 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	arduino-mk
@@ -8,7 +8,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://mjo.tc/atelier/2009/02/acli/
 DISTNAME=	${PORTNAME}_${PORTVERSION}
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Build Arduino sketches from the command line
 
 LICENSE=	LGPL21

Modified: head/devel/arduino-sevseg/Makefile
==============================================================================
--- head/devel/arduino-sevseg/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/devel/arduino-sevseg/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,4 +1,4 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	arduino-sevseg
@@ -6,7 +6,7 @@ PORTVERSION=	3.3.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Arduino seven segment display library
 
 LICENSE=	APACHE20

Modified: head/devel/arduino/Makefile
==============================================================================
--- head/devel/arduino/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/devel/arduino/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -9,7 +9,7 @@ CATEGORIES=	devel java lang
 MASTER_SITES=	http://arduino.cc/download.php?f=/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-linux32
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Open-source electronics prototyping platform
 
 LICENSE=	GPLv2 LGPL21

Modified: head/net/hostapd/Makefile
==============================================================================
--- head/net/hostapd/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/net/hostapd/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,4 +1,4 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	hostapd
@@ -6,7 +6,7 @@ PORTVERSION=	2.6
 CATEGORIES=	net
 MASTER_SITES=	http://w1.fi/releases/
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 
 LICENSE=	BSD3CLAUSE

Modified: head/net/py-pcap/Makefile
==============================================================================
--- head/net/py-pcap/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/net/py-pcap/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/pylib${PORTNAME}/pylib${PORTNAME}/${P
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	pylib${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Python interface to LBL Packet Capture library (libpcap)
 
 LICENSE=	BSD3CLAUSE

Modified: head/security/bro/Makefile
==============================================================================
--- head/security/bro/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/security/bro/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -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

Modified: head/security/broccoli/Makefile
==============================================================================
--- head/security/broccoli/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/security/broccoli/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -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

Modified: head/security/create-cert/Makefile
==============================================================================
--- head/security/create-cert/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/security/create-cert/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -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

Modified: head/sysutils/lbl-cf/Makefile
==============================================================================
--- head/sysutils/lbl-cf/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/sysutils/lbl-cf/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,4 +1,4 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	cf
@@ -10,7 +10,7 @@ MASTER_SITES=	ftp://ee.lbl.gov/ \
 		http://www.ftpdir.hu/ftp.ee.lbl.gov/
 PKGNAMEPREFIX=	lbl-
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Unix time to formated time and date filter
 
 LICENSE=	BSD3CLAUSE

Modified: head/sysutils/lbl-hf/Makefile
==============================================================================
--- head/sysutils/lbl-hf/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/sysutils/lbl-hf/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -1,4 +1,4 @@
-# Created by: Craig Leres <leres@ee.lbl.gov>
+# Created by: Craig Leres <leres@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	hf
@@ -8,7 +8,7 @@ MASTER_SITES=	ftp://ee.lbl.gov/ \
 		http://www.mmnt.net/db/0/3/ftp.ee.lbl.gov/
 PKGNAMEPREFIX=	lbl-
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Address to hostname filter
 
 LICENSE=	BSD3CLAUSE

Modified: head/www/mini_httpd/Makefile
==============================================================================
--- head/www/mini_httpd/Makefile	Fri Sep 15 18:08:38 2017	(r449915)
+++ head/www/mini_httpd/Makefile	Fri Sep 15 18:18:26 2017	(r449916)
@@ -6,7 +6,7 @@ PORTVERSION=	1.27
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.acme.com/software/mini_httpd/
 
-MAINTAINER=	leres@ee.lbl.gov
+MAINTAINER=	leres@FreeBSD.org
 COMMENT=	Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6
 
 LICENSE=	BSD2CLAUSE



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