From owner-svn-ports-head@FreeBSD.ORG Sun Mar 8 19:18:44 2015 Return-Path: Delivered-To: svn-ports-head@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 40953D7B; Sun, 8 Mar 2015 19:18:44 +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 2B1BB878; Sun, 8 Mar 2015 19:18:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t28JIh1i099714; Sun, 8 Mar 2015 19:18:43 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t28JIhdb099713; Sun, 8 Mar 2015 19:18:43 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503081918.t28JIhdb099713@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 8 Mar 2015 19:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380790 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 19:18:44 -0000 Author: adamw Date: Sun Mar 8 19:18:43 2015 New Revision: 380790 URL: https://svnweb.freebsd.org/changeset/ports/380790 QAT: https://qat.redports.org/buildarchive/r380790/ Log: Allow the OpenSSL library to be overridden by using WITH_OPENSSL_PORT instead of a LIB_DEPENDS. I think this is the right way to use WITH_OPENSSL_PORT, but it's tough to know given the lack of documentation on it. PR: 198111 Submitted by: Bernard Spil Modified: head/security/p5-Crypt-SMIME/Makefile Modified: head/security/p5-Crypt-SMIME/Makefile ============================================================================== --- head/security/p5-Crypt-SMIME/Makefile Sun Mar 8 18:50:34 2015 (r380789) +++ head/security/p5-Crypt-SMIME/Makefile Sun Mar 8 19:18:43 2015 (r380790) @@ -2,7 +2,7 @@ PORTNAME= Crypt-SMIME PORTVERSION= 0.15 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,13 +13,18 @@ COMMENT= S/MIME message signing, verific LICENSE= ART10 RUN_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \ - p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl + p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig BUILD_DEPENDS= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception +TEST_DEPENDS= p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util \ + p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage \ + p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint USES= perl5 USE_OPENSSL= yes +WITH_OPENSSL_PORT?= yes USE_PERL5= configure post-stage: