From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 16:35:15 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B2B38D0; Thu, 26 Feb 2015 16:35:15 +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 568ECF3D; Thu, 26 Feb 2015 16:35:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QGZFY4086467; Thu, 26 Feb 2015 16:35:15 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QGZFWv086466; Thu, 26 Feb 2015 16:35:15 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502261635.t1QGZFWv086466@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 26 Feb 2015 16:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380021 - head/devel/p5-Test-Memory-Cycle 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.18-1 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: Thu, 26 Feb 2015 16:35:15 -0000 Author: adamw Date: Thu Feb 26 16:35:14 2015 New Revision: 380021 URL: https://svnweb.freebsd.org/changeset/ports/380021 QAT: https://qat.redports.org/buildarchive/r380021/ Log: This should work fine with the version of Test::Simple in core. Modified: head/devel/p5-Test-Memory-Cycle/Makefile Modified: head/devel/p5-Test-Memory-Cycle/Makefile ============================================================================== --- head/devel/p5-Test-Memory-Cycle/Makefile Thu Feb 26 16:32:07 2015 (r380020) +++ head/devel/p5-Test-Memory-Cycle/Makefile Thu Feb 26 16:35:14 2015 (r380021) @@ -3,7 +3,7 @@ PORTNAME= Test-Memory-Cycle PORTVERSION= 1.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,8 +12,7 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Check for memory leaks and circular memory references BUILD_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \ - p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple + p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5