From owner-svn-ports-head@freebsd.org Sat Sep 24 15:19:37 2016 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 0F166BE8A58; Sat, 24 Sep 2016 15:19:37 +0000 (UTC) (envelope-from matthew@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 D59CFE4B; Sat, 24 Sep 2016 15:19:36 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8OFJaFT035852; Sat, 24 Sep 2016 15:19:36 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8OFJZA2035849; Sat, 24 Sep 2016 15:19:35 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201609241519.u8OFJZA2035849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sat, 24 Sep 2016 15:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422728 - in head/devel: libee libestr liblogging X-SVN-Group: ports-head 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: Sat, 24 Sep 2016 15:19:37 -0000 Author: matthew Date: Sat Sep 24 15:19:35 2016 New Revision: 422728 URL: https://svnweb.freebsd.org/changeset/ports/422728 Log: Take maintainership of ports that rsyslogd depends on Approved by: brd Modified: head/devel/libee/Makefile head/devel/libestr/Makefile head/devel/liblogging/Makefile Modified: head/devel/libee/Makefile ============================================================================== --- head/devel/libee/Makefile Sat Sep 24 14:30:58 2016 (r422727) +++ head/devel/libee/Makefile Sat Sep 24 15:19:35 2016 (r422728) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.libee.org/files/download/ -MAINTAINER= brd@FreeBSD.org +MAINTAINER= matthew@FreeBSD.org COMMENT= Event expression library inspired by CEE LIB_DEPENDS= libestr.so:devel/libestr Modified: head/devel/libestr/Makefile ============================================================================== --- head/devel/libestr/Makefile Sat Sep 24 14:30:58 2016 (r422727) +++ head/devel/libestr/Makefile Sat Sep 24 15:19:35 2016 (r422728) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://libestr.adiscon.com/files/download/ -MAINTAINER= brd@FreeBSD.org +MAINTAINER= matthew@FreeBSD.org COMMENT= Library for some string essentials USES= libtool Modified: head/devel/liblogging/Makefile ============================================================================== --- head/devel/liblogging/Makefile Sat Sep 24 14:30:58 2016 (r422727) +++ head/devel/liblogging/Makefile Sat Sep 24 15:19:35 2016 (r422728) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.5 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/liblogging/ -MAINTAINER= brd@FreeBSD.org +MAINTAINER= matthew@FreeBSD.org COMMENT= Easy to use system logging library LICENSE= BSD2CLAUSE