From owner-svn-ports-all@FreeBSD.ORG Thu May 14 12:06:14 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD9D0560; Thu, 14 May 2015 12:06:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 A12B01B7A; Thu, 14 May 2015 12:06:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4EC6E2w086046; Thu, 14 May 2015 12:06:14 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4EC6E8G086044; Thu, 14 May 2015 12:06:14 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505141206.t4EC6E8G086044@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 14 May 2015 12:06:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386326 - head/math/p5-Math-Polygon-Tree 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.20 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: Thu, 14 May 2015 12:06:14 -0000 Author: amdmi3 Date: Thu May 14 12:06:13 2015 New Revision: 386326 URL: https://svnweb.freebsd.org/changeset/ports/386326 Log: - Update to 0.08 - Add test depends - Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to p5-Math-Geometry-Planar-GPC-PolygonXS Modified: head/math/p5-Math-Polygon-Tree/Makefile head/math/p5-Math-Polygon-Tree/distinfo Modified: head/math/p5-Math-Polygon-Tree/Makefile ============================================================================== --- head/math/p5-Math-Polygon-Tree/Makefile Thu May 14 12:03:10 2015 (r386325) +++ head/math/p5-Math-Polygon-Tree/Makefile Thu May 14 12:06:13 2015 (r386326) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Polygon-Tree -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:LIOSHA @@ -14,8 +14,9 @@ COMMENT= Class for fast check if point i BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Math-Geometry-Planar-GPC-Polygon>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-Polygon + p5-Math-Geometry-Planar-GPC-PolygonXS>=0:${PORTSDIR}/math/p5-Math-Geometry-Planar-GPC-PolygonXS RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS:= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils USES= perl5 USE_PERL5= configure Modified: head/math/p5-Math-Polygon-Tree/distinfo ============================================================================== --- head/math/p5-Math-Polygon-Tree/distinfo Thu May 14 12:03:10 2015 (r386325) +++ head/math/p5-Math-Polygon-Tree/distinfo Thu May 14 12:06:13 2015 (r386326) @@ -1,2 +1,2 @@ -SHA256 (Math-Polygon-Tree-0.07.tar.gz) = b0f4f4cd30db516e93e1e82001e3bf61ddd116413bebcb9deb66a529fc277d7f -SIZE (Math-Polygon-Tree-0.07.tar.gz) = 136726 +SHA256 (Math-Polygon-Tree-0.08.tar.gz) = 9c90d11f2c1cffcd1c0ff3b13825f2c56b7faf2c3074d6dabbb2dc9081d5628c +SIZE (Math-Polygon-Tree-0.08.tar.gz) = 136755