From owner-svn-ports-all@freebsd.org Thu Oct 6 19:55:10 2016 Return-Path: Delivered-To: svn-ports-all@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 75DB2BEC139; Thu, 6 Oct 2016 19:55:10 +0000 (UTC) (envelope-from dinoex@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 46ED29F5; Thu, 6 Oct 2016 19:55:10 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u96Jt9xV046218; Thu, 6 Oct 2016 19:55:09 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u96Jt9mM046216; Thu, 6 Oct 2016 19:55:09 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201610061955.u96Jt9mM046216@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 6 Oct 2016 19:55:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423437 - in head/irc: xchat-fish xchat-ruby X-SVN-Group: ports-head 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.23 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: Thu, 06 Oct 2016 19:55:10 -0000 Author: dinoex Date: Thu Oct 6 19:55:09 2016 New Revision: 423437 URL: https://svnweb.freebsd.org/changeset/ports/423437 Log: - drop maintainership Modified: head/irc/xchat-fish/Makefile head/irc/xchat-ruby/Makefile Modified: head/irc/xchat-fish/Makefile ============================================================================== --- head/irc/xchat-fish/Makefile Thu Oct 6 19:52:34 2016 (r423436) +++ head/irc/xchat-fish/Makefile Thu Oct 6 19:55:09 2016 (r423437) @@ -11,7 +11,7 @@ MASTER_SITES= http://wirehack7.opsys.de/ PKGNAMEPREFIX= xchat- DISTNAME= FiSH-XChat.v${DISTVERSION}-source -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:math/miracl Modified: head/irc/xchat-ruby/Makefile ============================================================================== --- head/irc/xchat-ruby/Makefile Thu Oct 6 19:52:34 2016 (r423436) +++ head/irc/xchat-ruby/Makefile Thu Oct 6 19:55:09 2016 (r423437) @@ -8,7 +8,7 @@ MASTER_SITES= SF/xchat-${PORTNAME}/xchat PKGNAMEPREFIX= xchat- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-src -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ruby-scripting plugin for XChat RUN_DEPENDS= xchat:irc/xchat