From owner-svn-ports-all@FreeBSD.ORG Wed Feb 25 19:08:00 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43B4B918; Wed, 25 Feb 2015 19:08:00 +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 2F529839; Wed, 25 Feb 2015 19:08:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1PJ80Dw071896; Wed, 25 Feb 2015 19:08:00 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1PJ80SK071895; Wed, 25 Feb 2015 19:08:00 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502251908.t1PJ80SK071895@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 19:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379948 - head/security/p5-Crypt-SMIME 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: Wed, 25 Feb 2015 19:08:00 -0000 Author: adamw Date: Wed Feb 25 19:07:59 2015 New Revision: 379948 URL: https://svnweb.freebsd.org/changeset/ports/379948 QAT: https://qat.redports.org/buildarchive/r379948/ Log: Test::Exception is a TEST depends, not BUILD/RUN. Modified: head/security/p5-Crypt-SMIME/Makefile Modified: head/security/p5-Crypt-SMIME/Makefile ============================================================================== --- head/security/p5-Crypt-SMIME/Makefile Wed Feb 25 19:03:02 2015 (r379947) +++ head/security/p5-Crypt-SMIME/Makefile Wed Feb 25 19:07:59 2015 (r379948) @@ -2,7 +2,7 @@ PORTNAME= Crypt-SMIME PORTVERSION= 0.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +14,9 @@ LICENSE= ART10 RUN_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ ${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_OPENSSL= yes