From owner-svn-ports-head@FreeBSD.ORG Tue Nov 6 09:20:42 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C9C2480; Tue, 6 Nov 2012 09:20:42 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 428E28FC0C; Tue, 6 Nov 2012 09:20:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA69KggX028009; Tue, 6 Nov 2012 09:20:42 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA69KggI028007; Tue, 6 Nov 2012 09:20:42 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201211060920.qA69KggI028007@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 6 Nov 2012 09:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307057 - head/security/metasploit 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.14 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: Tue, 06 Nov 2012 09:20:42 -0000 Author: rakuco Date: Tue Nov 6 09:20:41 2012 New Revision: 307057 URL: http://svnweb.freebsd.org/changeset/ports/307057 Log: Pass maintainership to Jr Aquino . The previous maintainer has timed out on many of the recent updates, and Jr Aquino has expressed interest in maintaining the port in PR 171800. I sent an email to both maintainers on Oct 21 and got no response from Yonatan so far; considering the usual timeout period for PRs of 14 days, I guess it is safe to also use it to pass maintainership to someone who is more interested in the port. Feature safe: yes Modified: head/security/metasploit/Makefile Modified: head/security/metasploit/Makefile ============================================================================== --- head/security/metasploit/Makefile Tue Nov 6 09:04:29 2012 (r307056) +++ head/security/metasploit/Makefile Tue Nov 6 09:20:41 2012 (r307057) @@ -1,9 +1,5 @@ -# Ports collection makefile for: metasploit-devel -# Date created: 18 Nov 2004 -# Whom: Yonatan -# +# Created by: Yonatan # $FreeBSD$ -# PORTNAME= metasploit DISTVERSION= 4.4.0 @@ -11,7 +7,7 @@ CATEGORIES= security MASTER_SITES= http://downloads.metasploit.com/data/releases/ DISTNAME= framework-${DISTVERSION} -MAINTAINER= onatan@gmail.com +MAINTAINER= tanawts@gmail.com COMMENT= Exploit-Framework for Penetration-Testing RUN_DEPENDS= nasm:${PORTSDIR}/devel/nasm \