From owner-svn-ports-head@FreeBSD.ORG Sun Feb 16 10:37:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9C08112; Sun, 16 Feb 2014 10:37:45 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A68421209; Sun, 16 Feb 2014 10:37:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1GAbj1p062765; Sun, 16 Feb 2014 10:37:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1GAbjvr062763; Sun, 16 Feb 2014 10:37:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402161037.s1GAbjvr062763@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Feb 2014 10:37:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344521 - head/graphics/p5-Layout-Manager 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.17 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, 16 Feb 2014 10:37:46 -0000 Author: sunpoet Date: Sun Feb 16 10:37:44 2014 New Revision: 344521 URL: http://svnweb.freebsd.org/changeset/ports/344521 QAT: https://qat.redports.org/buildarchive/r344521/ Log: - Update to 0.35 - Fix *_DEPENDS: - Update version requirements - Remove p5-Module-Install which is bundled - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Layout-Manager/Changes Modified: head/graphics/p5-Layout-Manager/Makefile head/graphics/p5-Layout-Manager/distinfo Modified: head/graphics/p5-Layout-Manager/Makefile ============================================================================== --- head/graphics/p5-Layout-Manager/Makefile Sun Feb 16 10:37:40 2014 (r344520) +++ head/graphics/p5-Layout-Manager/Makefile Sun Feb 16 10:37:44 2014 (r344521) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Layout-Manager -PORTVERSION= 0.34 +PORTVERSION= 0.35 CATEGORIES= graphics perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:GPHAT @@ -14,10 +14,9 @@ COMMENT= 2D Layout Management LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \ - p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \ - p5-Geometry-Primitive>=0.13:${PORTSDIR}/graphics/p5-Geometry-Primitive \ - p5-Graphics-Primitive>=0.34:${PORTSDIR}/graphics/p5-Graphics-Primitive +BUILD_DEPENDS= p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \ + p5-Graphics-Primitive>=0.43:${PORTSDIR}/graphics/p5-Graphics-Primitive \ + p5-Moose>=0.79:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 Modified: head/graphics/p5-Layout-Manager/distinfo ============================================================================== --- head/graphics/p5-Layout-Manager/distinfo Sun Feb 16 10:37:40 2014 (r344520) +++ head/graphics/p5-Layout-Manager/distinfo Sun Feb 16 10:37:44 2014 (r344521) @@ -1,2 +1,2 @@ -SHA256 (Layout-Manager-0.34.tar.gz) = c85c537fa96ddc834de89448ea49dee88618a28a543151d51393e3c65042c93e -SIZE (Layout-Manager-0.34.tar.gz) = 34125 +SHA256 (Layout-Manager-0.35.tar.gz) = a733f7766dadb891c3b763b89a84869c911966674b8e2a60429a5baaa02c932d +SIZE (Layout-Manager-0.35.tar.gz) = 34909