From owner-svn-ports-head@freebsd.org Fri Sep 15 18:18:28 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED392E00A00; Fri, 15 Sep 2017 18:18:28 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C55877220A; Fri, 15 Sep 2017 18:18:28 +0000 (UTC) (envelope-from leres@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8FIIR3k099763; Fri, 15 Sep 2017 18:18:27 GMT (envelope-from leres@FreeBSD.org) Received: (from leres@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8FIIQ5k099750; Fri, 15 Sep 2017 18:18:26 GMT (envelope-from leres@FreeBSD.org) Message-Id: <201709151818.v8FIIQ5k099750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: leres set sender to leres@FreeBSD.org using -f From: Craig Leres Date: Fri, 15 Sep 2017 18:18:26 +0000 (UTC) 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... X-SVN-Group: ports-head X-SVN-Commit-Author: leres X-SVN-Commit-Paths: 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-cert sysutils/lbl-cf sysut... X-SVN-Commit-Revision: 449916 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2017 18:18:29 -0000 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 +# Created by: Craig Leres # $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 +# Created by: Craig Leres # $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 +# Created by: Craig Leres # $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 +# Created by: Craig Leres # $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 +# Created by: Craig Leres # $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 +# 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 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 +# 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 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 +# Created by: Craig Leres # $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 +# Created by: Craig Leres # $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