From owner-svn-ports-all@freebsd.org Mon Oct 10 04:33:17 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 BA7FFAF7E97; Mon, 10 Oct 2016 04:33:17 +0000 (UTC) (envelope-from jrm@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 89DED34F; Mon, 10 Oct 2016 04:33:17 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9A4XGmE084991; Mon, 10 Oct 2016 04:33:16 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9A4XGXu084989; Mon, 10 Oct 2016 04:33:16 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201610100433.u9A4XGXu084989@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Mon, 10 Oct 2016 04:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423635 - head/biology/diamond 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: Mon, 10 Oct 2016 04:33:17 -0000 Author: jrm Date: Mon Oct 10 04:33:16 2016 New Revision: 423635 URL: https://svnweb.freebsd.org/changeset/ports/423635 Log: biology/diamond: update to version 0.8.23 Upstream release notes: Added option to change the genetic code used for translation of query in blastx mode (option --query-gencode, see here for a list of possible values: https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi). Approved by: AMDmi3 (mentor) Differential Revision: https://reviews.freebsd.org/D8202 Modified: head/biology/diamond/Makefile head/biology/diamond/distinfo Modified: head/biology/diamond/Makefile ============================================================================== --- head/biology/diamond/Makefile Mon Oct 10 04:26:22 2016 (r423634) +++ head/biology/diamond/Makefile Mon Oct 10 04:33:16 2016 (r423635) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= diamond -PORTVERSION= 0.8.22 +PORTVERSION= 0.8.23 DISTVERSIONPREFIX=v CATEGORIES= biology Modified: head/biology/diamond/distinfo ============================================================================== --- head/biology/diamond/distinfo Mon Oct 10 04:26:22 2016 (r423634) +++ head/biology/diamond/distinfo Mon Oct 10 04:33:16 2016 (r423635) @@ -1,3 +1,3 @@ -TIMESTAMP = 1473683783 -SHA256 (bbuchfink-diamond-v0.8.22_GH0.tar.gz) = a1cdd0c7838839fa92cf8d06990c9e210cc2702681e5b61bc917fdc20e507851 -SIZE (bbuchfink-diamond-v0.8.22_GH0.tar.gz) = 673659 +TIMESTAMP = 1476026025 +SHA256 (bbuchfink-diamond-v0.8.23_GH0.tar.gz) = 229e6a55bf00e88d7c9f16bd3510dd926654685e65fa7757178591b9dcc0ec76 +SIZE (bbuchfink-diamond-v0.8.23_GH0.tar.gz) = 687111