From owner-svn-ports-all@FreeBSD.ORG Sun Sep 7 10:25:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84682706; Sun, 7 Sep 2014 10:25:16 +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 703D91D2A; Sun, 7 Sep 2014 10:25:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s87APGSU097655; Sun, 7 Sep 2014 10:25:16 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s87APGaj097654; Sun, 7 Sep 2014 10:25:16 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201409071025.s87APGaj097654@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 7 Sep 2014 10:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367506 - head/textproc/p5-YAML 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.18-1 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: Sun, 07 Sep 2014 10:25:16 -0000 Author: pi Date: Sun Sep 7 10:25:15 2014 New Revision: 367506 URL: http://svnweb.freebsd.org/changeset/ports/367506 QAT: https://qat.redports.org/buildarchive/r367506/ Log: textproc/p5-YAML: fix DEPENDS p5-Test-YAML is a TEST_DEPENDS, and the BUILD/RUN_DEPENDS are empty Submitted by: mat Pointy hat to: pi Modified: head/textproc/p5-YAML/Makefile Modified: head/textproc/p5-YAML/Makefile ============================================================================== --- head/textproc/p5-YAML/Makefile Sun Sep 7 10:24:59 2014 (r367505) +++ head/textproc/p5-YAML/Makefile Sun Sep 7 10:25:15 2014 (r367506) @@ -12,8 +12,7 @@ COMMENT= YAML implementation in Perl LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-YAML>=1.05:${PORTSDIR}/devel/p5-Test-YAML USES= perl5 USE_PERL5= configure