From owner-svn-ports-head@freebsd.org Thu Dec 15 00:16:54 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 853F1C80B81; Thu, 15 Dec 2016 00:16:54 +0000 (UTC) (envelope-from sunpoet@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 461C5196F; Thu, 15 Dec 2016 00:16:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBF0Grku093091; Thu, 15 Dec 2016 00:16:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBF0GrVG093086; Thu, 15 Dec 2016 00:16:53 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612150016.uBF0GrVG093086@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 15 Dec 2016 00:16:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428600 - in head: devel/editline devel/m4 devel/readline print/texinfo security/nettle 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: Thu, 15 Dec 2016 00:16:54 -0000 Author: sunpoet Date: Thu Dec 15 00:16:52 2016 New Revision: 428600 URL: https://svnweb.freebsd.org/changeset/ports/428600 Log: - Take maintainership Modified: head/devel/editline/Makefile head/devel/m4/Makefile head/devel/readline/Makefile head/print/texinfo/Makefile head/security/nettle/Makefile Modified: head/devel/editline/Makefile ============================================================================== --- head/devel/editline/Makefile Thu Dec 15 00:07:48 2016 (r428599) +++ head/devel/editline/Makefile Thu Dec 15 00:16:52 2016 (r428600) @@ -4,7 +4,7 @@ PORTNAME= editline PORTVERSION= 1.15.2 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Minix editline: A free readline() for UNIX LICENSE= BSD4CLAUSE Modified: head/devel/m4/Makefile ============================================================================== --- head/devel/m4/Makefile Thu Dec 15 00:07:48 2016 (r428599) +++ head/devel/m4/Makefile Thu Dec 15 00:16:52 2016 (r428600) @@ -8,7 +8,7 @@ PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNU -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= GNU m4 USES= makeinfo tar:bzip2 Modified: head/devel/readline/Makefile ============================================================================== --- head/devel/readline/Makefile Thu Dec 15 00:07:48 2016 (r428599) +++ head/devel/readline/Makefile Thu Dec 15 00:16:52 2016 (r428600) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:C/^( PATCH_SITES= GNU/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for editing command lines as they are typed LICENSE= GPLv3 Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Thu Dec 15 00:07:48 2016 (r428599) +++ head/print/texinfo/Makefile Thu Dec 15 00:16:52 2016 (r428600) @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ht DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typeset documentation system with multiple format output BUILD_DEPENDS+= help2man:misc/help2man Modified: head/security/nettle/Makefile ============================================================================== --- head/security/nettle/Makefile Thu Dec 15 00:07:48 2016 (r428599) +++ head/security/nettle/Makefile Thu Dec 15 00:16:52 2016 (r428600) @@ -8,7 +8,7 @@ MASTER_SITES= GNU \ http://www.lysator.liu.se/~nisse/archive/:liu \ ftp://ftp.lysator.liu.se/pub/security/lsh/:liu -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Low-level cryptographic library LICENSE= LGPL3 GPLv2+