From owner-svn-ports-all@freebsd.org Fri Jun 29 12:43:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B503EF7316; Fri, 29 Jun 2018 12:43:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 400A78A119; Fri, 29 Jun 2018 12:43:20 +0000 (UTC) (envelope-from antoine@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2115D21068; Fri, 29 Jun 2018 12:43:20 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5TChKMr050446; Fri, 29 Jun 2018 12:43:20 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5TChKcW050445; Fri, 29 Jun 2018 12:43:20 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201806291243.w5TChKcW050445@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Fri, 29 Jun 2018 12:43:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473544 - head/biology/tRNAscan-SE X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/biology/tRNAscan-SE X-SVN-Commit-Revision: 473544 X-SVN-Commit-Repository: ports 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.26 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, 29 Jun 2018 12:43:20 -0000 Author: antoine Date: Fri Jun 29 12:43:19 2018 New Revision: 473544 URL: https://svnweb.freebsd.org/changeset/ports/473544 Log: Mark BROKEN: missing plist Modified: head/biology/tRNAscan-SE/Makefile Modified: head/biology/tRNAscan-SE/Makefile ============================================================================== --- head/biology/tRNAscan-SE/Makefile Fri Jun 29 12:37:25 2018 (r473543) +++ head/biology/tRNAscan-SE/Makefile Fri Jun 29 12:43:19 2018 (r473544) @@ -3,6 +3,7 @@ PORTNAME= tRNAscan-SE PORTVERSION= 2.0.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://lowelab.ucsc.edu/software/ DISTFILES= ${DISTNAME:tl}${EXTRACT_SUFX} @@ -12,6 +13,8 @@ COMMENT= Searching for tRNA genes in genomic sequence LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING + +BROKEN= missing plist RUN_DEPENDS= cmsearch:biology/infernal