svn commit: r379948 - head/security/p5-Crypt-SMIME

Adam Weinberger adamw at FreeBSD.org
Wed Feb 25 19:08:00 UTC 2015


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


More information about the svn-ports-all mailing list