From owner-svn-ports-all@FreeBSD.ORG Tue Jul 15 10:20:08 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 2A9C255A; Tue, 15 Jul 2014 10:20:08 +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 182BD2561; Tue, 15 Jul 2014 10:20:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6FAK7bV076220; Tue, 15 Jul 2014 10:20:07 GMT (envelope-from erwin@svn.freebsd.org) Received: (from erwin@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6FAK73K076219; Tue, 15 Jul 2014 10:20:07 GMT (envelope-from erwin@svn.freebsd.org) Message-Id: <201407151020.s6FAK73K076219@svn.freebsd.org> From: Erwin Lansing Date: Tue, 15 Jul 2014 10:20:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361902 - head/security/p5-Crypt-SSLeay 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 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: Tue, 15 Jul 2014 10:20:08 -0000 Author: erwin Date: Tue Jul 15 10:20:07 2014 New Revision: 361902 URL: http://svnweb.freebsd.org/changeset/ports/361902 QAT: https://qat.redports.org/buildarchive/r361902/ Log: Make p5-Try-Tiny a build instead of test dependency as it is already needed at the configure stage. Modified: head/security/p5-Crypt-SSLeay/Makefile Modified: head/security/p5-Crypt-SSLeay/Makefile ============================================================================== --- head/security/p5-Crypt-SSLeay/Makefile Tue Jul 15 09:59:45 2014 (r361901) +++ head/security/p5-Crypt-SSLeay/Makefile Tue Jul 15 10:20:07 2014 (r361902) @@ -13,9 +13,9 @@ COMMENT= Perl5 interface to allow p5-lib LICENSE= ART20 BUILD_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \ - p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class + p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \ + p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny CONFIGURE_ENV= CRYPT_SSLEAY_LIVE_TEST_WANTED=0 MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC}