From owner-svn-ports-all@freebsd.org Sun Sep 20 20:26:08 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CE048A06080; Sun, 20 Sep 2015 20:26:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 B4D7C1CF4; Sun, 20 Sep 2015 20:26:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8KKQ8jd083978; Sun, 20 Sep 2015 20:26:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8KKQ8pH083976; Sun, 20 Sep 2015 20:26:08 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509202026.t8KKQ8pH083976@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 20 Sep 2015 20:26:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397439 - 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.20 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: Sun, 20 Sep 2015 20:26:09 -0000 Author: sunpoet Date: Sun Sep 20 20:26:07 2015 New Revision: 397439 URL: https://svnweb.freebsd.org/changeset/ports/397439 Log: - Fix OpenSSL dependency - Remove WITH_OPENSSL_PORT - While I'm here: - Remove RUN_DEPENDS: ExtUtils::CChecker and ExtUtils::PkgConfig are build dependencies - Update TEST_DEPENDS - Sort PLIST - Bump PORTREVISION for dependency change This port works fine with OpenSSL from base. I manually added libcrypto.pc (modified one from security/openssl with s|/local||) to /usr/libdata/pkgconfig before running tests. Though author assumes libcrypto.pc existence (in tests), the functionality itself is not affected. I decided to remove WITH_OPENSSL_PORT. PR: 203205 Submitted by: Geoffroy Desvernay Modified: head/security/p5-Crypt-SMIME/Makefile head/security/p5-Crypt-SMIME/pkg-plist Modified: head/security/p5-Crypt-SMIME/Makefile ============================================================================== --- head/security/p5-Crypt-SMIME/Makefile Sun Sep 20 20:26:02 2015 (r397438) +++ head/security/p5-Crypt-SMIME/Makefile Sun Sep 20 20:26:07 2015 (r397439) @@ -2,7 +2,7 @@ PORTNAME= Crypt-SMIME PORTVERSION= 0.15 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,21 +12,21 @@ COMMENT= S/MIME message signing, verific LICENSE= ART10 -RUN_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \ +BUILD_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \ p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig -BUILD_DEPENDS= ${RUN_DEPENDS} 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-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=1.04:${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 +CONFIGURE_ENV= LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto" + post-stage: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so Modified: head/security/p5-Crypt-SMIME/pkg-plist ============================================================================== --- head/security/p5-Crypt-SMIME/pkg-plist Sun Sep 20 20:26:02 2015 (r397438) +++ head/security/p5-Crypt-SMIME/pkg-plist Sun Sep 20 20:26:07 2015 (r397439) @@ -1,5 +1,5 @@ -%%SITE_ARCH%%/auto/Crypt/SMIME/SMIME.so -%%SITE_ARCH%%/Crypt/SMIME/JA.pod %%SITE_ARCH%%/Crypt/SMIME.pm +%%SITE_ARCH%%/Crypt/SMIME/JA.pod +%%SITE_ARCH%%/auto/Crypt/SMIME/SMIME.so %%PERL5_MAN3%%/SMIME.3.gz %%PERL5_MAN3%%/SMIME::JA.3.gz