From owner-svn-ports-all@FreeBSD.ORG Fri Oct 4 08:09:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A196E4C5; Fri, 4 Oct 2013 08:09:03 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4D12CD2; Fri, 4 Oct 2013 08:09:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94893NO076672; Fri, 4 Oct 2013 08:09:03 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r948925g076668; Fri, 4 Oct 2013 08:09:02 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201310040809.r948925g076668@svn.freebsd.org> From: Wen Heping Date: Fri, 4 Oct 2013 08:09:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329270 - head/biology/pyfasta 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.14 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: Fri, 04 Oct 2013 08:09:03 -0000 Author: wen Date: Fri Oct 4 08:09:02 2013 New Revision: 329270 URL: http://svnweb.freebsd.org/changeset/ports/329270 Log: - Update to 0.5.1 Modified: head/biology/pyfasta/Makefile head/biology/pyfasta/distinfo head/biology/pyfasta/pkg-descr Modified: head/biology/pyfasta/Makefile ============================================================================== --- head/biology/pyfasta/Makefile Fri Oct 4 07:49:18 2013 (r329269) +++ head/biology/pyfasta/Makefile Fri Oct 4 08:09:02 2013 (r329270) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyfasta -PORTVERSION= 0.4.5 +PORTVERSION= 0.5.1 CATEGORIES= biology python MASTER_SITES= CHEESESHOP Modified: head/biology/pyfasta/distinfo ============================================================================== --- head/biology/pyfasta/distinfo Fri Oct 4 07:49:18 2013 (r329269) +++ head/biology/pyfasta/distinfo Fri Oct 4 08:09:02 2013 (r329270) @@ -1,2 +1,2 @@ -SHA256 (pyfasta-0.4.5.tar.gz) = b06fe549b653e792db5c1b3ae9d7f48df902b34c2d98e01c09d9d0cbba3f63d0 -SIZE (pyfasta-0.4.5.tar.gz) = 15150 +SHA256 (pyfasta-0.5.1.tar.gz) = 221a447bdd4fb1d98d0a72c4a438a88e8a597ee0f13882da18399dc68fc4d190 +SIZE (pyfasta-0.5.1.tar.gz) = 15540 Modified: head/biology/pyfasta/pkg-descr ============================================================================== --- head/biology/pyfasta/pkg-descr Fri Oct 4 07:49:18 2013 (r329269) +++ head/biology/pyfasta/pkg-descr Fri Oct 4 08:09:02 2013 (r329270) @@ -1,4 +1,4 @@ pyfasta is a python module for fast, memory-efficient, pythonic access to fasta sequence files. -WWW: http://bitbucket.org/brentp/biostuff/src/ +WWW: http://bitbucket.org/brentp/biostuff/src/