From owner-svn-ports-head@FreeBSD.ORG Wed Feb 25 18:34:37 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 A0750E06; Wed, 25 Feb 2015 18:34:37 +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 8B654213; Wed, 25 Feb 2015 18:34:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PIYbaI055919; Wed, 25 Feb 2015 18:34:37 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PIYbeu055918; Wed, 25 Feb 2015 18:34:37 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251834.t1PIYbeu055918@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 25 Feb 2015 18:34:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379936 - head/devel/p5-Check-ISA 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: Wed, 25 Feb 2015 18:34:37 -0000 Author: adamw Date: Wed Feb 25 18:34:36 2015 New Revision: 379936 URL: https://svnweb.freebsd.org/changeset/ports/379936 QAT: https://qat.redports.org/buildarchive/r379936/ Log: p5-Test-use-ok is a TEST depend, not BUILD/RUN. Modified: head/devel/p5-Check-ISA/Makefile Modified: head/devel/p5-Check-ISA/Makefile ============================================================================== --- head/devel/p5-Check-ISA/Makefile Wed Feb 25 18:32:36 2015 (r379935) +++ head/devel/p5-Check-ISA/Makefile Wed Feb 25 18:34:36 2015 (r379936) @@ -3,7 +3,7 @@ PORTNAME= Check-ISA PORTVERSION= 0.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NUFFIN @@ -12,9 +12,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DWIM, correct checking of an object's class -RUN_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter BUILD_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok USES= perl5 USE_PERL5= configure