From owner-svn-ports-all@freebsd.org Mon Dec 19 15:54:44 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 E3B60C88DE7; Mon, 19 Dec 2016 15:54:44 +0000 (UTC) (envelope-from sunpoet@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 B300012FD; Mon, 19 Dec 2016 15:54:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBJFshN0041862; Mon, 19 Dec 2016 15:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBJFshTp041861; Mon, 19 Dec 2016 15:54:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612191554.uBJFshTp041861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 19 Dec 2016 15:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428943 - head/biology/p5-Bio-Graphics 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, 19 Dec 2016 15:54:45 -0000 Author: sunpoet Date: Mon Dec 19 15:54:43 2016 New Revision: 428943 URL: https://svnweb.freebsd.org/changeset/ports/428943 Log: - Update *_DEPENDS: Bio::Coordinate family has been moved from biology/p5-BioPerl into biology/p5-Bio-Coordinate - Bump PORTREVISION for dependency change Modified: head/biology/p5-Bio-Graphics/Makefile Modified: head/biology/p5-Bio-Graphics/Makefile ============================================================================== --- head/biology/p5-Bio-Graphics/Makefile Mon Dec 19 15:54:39 2016 (r428942) +++ head/biology/p5-Bio-Graphics/Makefile Mon Dec 19 15:54:43 2016 (r428943) @@ -3,6 +3,7 @@ PORTNAME= Bio-Graphics PORTVERSION= 2.40 +PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,8 +14,9 @@ COMMENT= Generate GD Images of Bio::Seq LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \ - p5-BioPerl>=1.6.0:biology/p5-BioPerl \ +BUILD_DEPENDS= p5-Bio-Coordinate>=1.007000:biology/p5-Bio-Coordinate \ + p5-Bio-SCF>=1.01:biology/p5-Bio-SCF \ + p5-BioPerl>=1.007000:biology/p5-BioPerl \ p5-GD>=2.30:graphics/p5-GD \ p5-GD-SVG>=0.32:graphics/p5-GD-SVG \ p5-Statistics-Descriptive>=2.6:math/p5-Statistics-Descriptive