From owner-svn-ports-all@freebsd.org Tue Nov 5 23:11:05 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 96C601A4067; Tue, 5 Nov 2019 23:11:05 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47754n3Tlqz4B8t; Tue, 5 Nov 2019 23:11:05 +0000 (UTC) (envelope-from kbowling@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5BDA11C01C; Tue, 5 Nov 2019 23:11:05 +0000 (UTC) (envelope-from kbowling@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xA5NB5ad099765; Tue, 5 Nov 2019 23:11:05 GMT (envelope-from kbowling@FreeBSD.org) Received: (from kbowling@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xA5NB5UB099764; Tue, 5 Nov 2019 23:11:05 GMT (envelope-from kbowling@FreeBSD.org) Message-Id: <201911052311.xA5NB5UB099764@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kbowling set sender to kbowling@FreeBSD.org using -f From: Kevin Bowling Date: Tue, 5 Nov 2019 23:11:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r516849 - head/news/inn X-SVN-Group: ports-head X-SVN-Commit-Author: kbowling X-SVN-Commit-Paths: head/news/inn X-SVN-Commit-Revision: 516849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2019 23:11:05 -0000 Author: kbowling Date: Tue Nov 5 23:11:04 2019 New Revision: 516849 URL: https://svnweb.freebsd.org/changeset/ports/516849 Log: news/inn: Take maintainer Approved by: timur (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22236 Modified: head/news/inn/Makefile Modified: head/news/inn/Makefile ============================================================================== --- head/news/inn/Makefile Tue Nov 5 22:26:59 2019 (r516848) +++ head/news/inn/Makefile Tue Nov 5 23:11:04 2019 (r516849) @@ -6,7 +6,7 @@ PORTVERSION= 2.6.1 CATEGORIES= news MASTER_SITES= ISC/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kbowling@FreeBSD.org COMMENT= InterNetNews -- the Internet meets Netnews BUILD_DEPENDS= p5-GD>=0:graphics/p5-GD \