From owner-svn-ports-head@freebsd.org Sun Sep 11 05:35:43 2016 Return-Path: Delivered-To: svn-ports-head@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 88E23BD65C7; Sun, 11 Sep 2016 05:35:43 +0000 (UTC) (envelope-from marino@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 580DB274; Sun, 11 Sep 2016 05:35:43 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8B5ZgbB016171; Sun, 11 Sep 2016 05:35:42 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8B5ZgVX016170; Sun, 11 Sep 2016 05:35:42 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201609110535.u8B5ZgVX016170@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 11 Sep 2016 05:35:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421794 - head/biology/ncbi-blast+ 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.23 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: Sun, 11 Sep 2016 05:35:43 -0000 Author: marino Date: Sun Sep 11 05:35:42 2016 New Revision: 421794 URL: https://svnweb.freebsd.org/changeset/ports/421794 Log: biology/ncbi-blast+: Remove redundant LIB_DEPENDS (bz2 libary) All support platforms have libbz2.so in base, so this port will never pull in archivers/bzip2. Approved by: just-fix-it Modified: head/biology/ncbi-blast+/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sun Sep 11 05:26:01 2016 (r421793) +++ head/biology/ncbi-blast+/Makefile Sun Sep 11 05:35:42 2016 (r421794) @@ -3,7 +3,7 @@ PORTNAME= blast+ PORTVERSION= 2.2.30 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= http://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ \ http://acadix.biz/Ports/distfiles/ @@ -16,8 +16,7 @@ COMMENT= NCBI implementation of Basic Lo LICENSE= PD LICENSE_FILE= ${WRKSRC}/scripts/projects/blast/LICENSE -LIB_DEPENDS= libpcre.so:devel/pcre \ - libbz2.so:archivers/bzip2 +LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils WRKSRC= ${WRKDIR}/${DISTNAME}/c++