From owner-svn-ports-head@FreeBSD.ORG Sat Sep 8 19:27:13 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2125F106564A; Sat, 8 Sep 2012 19:27:13 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0BC2B8FC0C; Sat, 8 Sep 2012 19:27:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88JRCbh042568; Sat, 8 Sep 2012 19:27:12 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88JRCxa042566; Sat, 8 Sep 2012 19:27:12 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209081927.q88JRCxa042566@svn.freebsd.org> From: Steve Wills Date: Sat, 8 Sep 2012 19:27:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303924 - head/devel/p5-MooseX-Types-DateTime-ButMaintained X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 19:27:13 -0000 Author: swills Date: Sat Sep 8 19:27:12 2012 New Revision: 303924 URL: http://svn.freebsd.org/changeset/ports/303924 Log: - Slight correction to deps from last update Modified: head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Modified: head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile ============================================================================== --- head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Sat Sep 8 19:00:01 2012 (r303923) +++ head/devel/p5-MooseX-Types-DateTime-ButMaintained/Makefile Sat Sep 8 19:27:12 2012 (r303924) @@ -19,11 +19,11 @@ RUN_DEPENDS= p5-DateTime>=0.43:${PORTSDI p5-DateTime-TimeZone>=0.96:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-Moose>=0.41:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Types>=0.04:${PORTSDIR}/devel/p5-MooseX-Types \ - p5-Olson-Abbreviations>=0:${PORTSDIR}/devel/p5-Olson-Abbreviations \ + p5-Olson-Abbreviations>=0.03:${PORTSDIR}/devel/p5-Olson-Abbreviations \ p5-namespace-clean>=0.08:${PORTSDIR}/devel/p5-namespace-clean BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ - p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok +TEST_DEPENDS= p5-Test-Exception>=0.27:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-use-ok>=0.02:${PORTSDIR}/devel/p5-Test-use-ok PERL_CONFIGURE= yes