From owner-svn-ports-all@freebsd.org Mon Oct 31 13:53: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 84C07C27003; Mon, 31 Oct 2016 13:53:17 +0000 (UTC) (envelope-from arved@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 48BFF1B7A; Mon, 31 Oct 2016 13:53:17 +0000 (UTC) (envelope-from arved@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9VDrGvd014683; Mon, 31 Oct 2016 13:53:16 GMT (envelope-from arved@FreeBSD.org) Received: (from arved@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9VDrGJN014682; Mon, 31 Oct 2016 13:53:16 GMT (envelope-from arved@FreeBSD.org) Message-Id: <201610311353.u9VDrGJN014682@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: arved set sender to arved@FreeBSD.org using -f From: Tilman Keskinoz Date: Mon, 31 Oct 2016 13:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424999 - head/math/p5-Statistics-Descriptive 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, 31 Oct 2016 13:53:17 -0000 Author: arved Date: Mon Oct 31 13:53:16 2016 New Revision: 424999 URL: https://svnweb.freebsd.org/changeset/ports/424999 Log: Add missing dependeny on p5-List-MoreUtils PR: 213014 Approved by: maintainer timeout Modified: head/math/p5-Statistics-Descriptive/Makefile Modified: head/math/p5-Statistics-Descriptive/Makefile ============================================================================== --- head/math/p5-Statistics-Descriptive/Makefile Mon Oct 31 11:33:46 2016 (r424998) +++ head/math/p5-Statistics-Descriptive/Makefile Mon Oct 31 13:53:16 2016 (r424999) @@ -3,6 +3,7 @@ PORTNAME= Statistics-Descriptive PORTVERSION= 3.0609 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Perl module that supplies statistical methods for perl5 +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils + USES= perl5 USE_PERL5= configure