From owner-svn-ports-all@FreeBSD.ORG Sat May 10 18:07:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BF17454; Sat, 10 May 2014 18:07:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 6D90CAC4; Sat, 10 May 2014 18:07:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AI7rh0057018; Sat, 10 May 2014 18:07:53 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4AI7qX7057013; Sat, 10 May 2014 18:07:52 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405101807.s4AI7qX7057013@svn.freebsd.org> From: Antoine Brodin Date: Sat, 10 May 2014 18:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353593 - in head/biology: consed phd2fasta phrap phred 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.18 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: Sat, 10 May 2014 18:07:53 -0000 Author: antoine Date: Sat May 10 18:07:52 2014 New Revision: 353593 URL: http://svnweb.freebsd.org/changeset/ports/353593 QAT: https://qat.redports.org/buildarchive/r353593/ Log: Replace maintainer's email address with one that seems to work With hat: portmgr Modified: head/biology/consed/Makefile head/biology/phd2fasta/Makefile head/biology/phrap/Makefile head/biology/phred/Makefile Modified: head/biology/consed/Makefile ============================================================================== --- head/biology/consed/Makefile Sat May 10 17:57:34 2014 (r353592) +++ head/biology/consed/Makefile Sat May 10 18:07:52 2014 (r353593) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.phrap.org/conse DISTNAME= ${PORTNAME}_linux EXTRACT_SUFX= .tar.Z -MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp +MAINTAINER= mzaki@m.u-tokyo.ac.jp COMMENT= A graphical tool for editing Phrap assemblies RUN_DEPENDS= phred:${PORTSDIR}/biology/phred \ Modified: head/biology/phd2fasta/Makefile ============================================================================== --- head/biology/phd2fasta/Makefile Sat May 10 17:57:34 2014 (r353592) +++ head/biology/phd2fasta/Makefile Sat May 10 18:07:52 2014 (r353593) @@ -7,7 +7,7 @@ CATEGORIES= biology MASTER_SITES= # put the tarball manually DISTFILES= phd2fasta-acd-dist.tar.Z -MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp +MAINTAINER= mzaki@m.u-tokyo.ac.jp COMMENT= A converter from output files of Phred/Consed to FASTA files RESTRICTED= Redistribution is not permitted in any form. You must request the tarball via e-mail. Free for academic use. Modified: head/biology/phrap/Makefile ============================================================================== --- head/biology/phrap/Makefile Sat May 10 17:57:34 2014 (r353592) +++ head/biology/phrap/Makefile Sat May 10 18:07:52 2014 (r353593) @@ -8,7 +8,7 @@ MASTER_SITES= # put the tarball manually DISTFILES= distrib.tar.Z DIST_SUBDIR= ${PORTNAME} -MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp +MAINTAINER= mzaki@m.u-tokyo.ac.jp COMMENT= Phrap is a program for assembling shotgun DNA sequence data RESTRICTED= Redistribution is not permitted in any form. You must request the tarball via e-mail. Free for academic use. Modified: head/biology/phred/Makefile ============================================================================== --- head/biology/phred/Makefile Sat May 10 17:57:34 2014 (r353592) +++ head/biology/phred/Makefile Sat May 10 18:07:52 2014 (r353593) @@ -8,7 +8,7 @@ MASTER_SITES= # put the tarball manually DISTNAME= ${PORTNAME}-dist-${PORTVERSION:S/0.//}-acd EXTRACT_SUFX= .tar.Z -MAINTAINER= mzaki@biol.s.u-tokyo.ac.jp +MAINTAINER= mzaki@m.u-tokyo.ac.jp COMMENT= Base calling and quality value assignment on DNA sequencing RESTRICTED= Redistribution is not permitted in any form. You must request the tarball via e-mail. Free for academic use.