Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 19:08:00 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379948 - head/security/p5-Crypt-SMIME
Message-ID:  <201502251908.t1PJ80SK071895@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502251908.t1PJ80SK071895>