Date: Sat, 8 Mar 2014 09:12:34 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347460 - head/security/py-cryptography Message-ID: <201403080912.s289CY9F047492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: koobs Date: Sat Mar 8 09:12:34 2014 New Revision: 347460 URL: http://svnweb.freebsd.org/changeset/ports/347460 QAT: https://qat.redports.org/buildarchive/r347460/ Log: security/py-cryptography: BUILD_DEPENDS are also RUN_DEPENDS Add BUILD_DEPENDS (cffi and six) to RUN_DEPENDS as they are needed at run time Reported by: antoine Modified: head/security/py-cryptography/Makefile Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Sat Mar 8 09:09:30 2014 (r347459) +++ head/security/py-cryptography/Makefile Sat Mar 8 09:12:34 2014 (r347460) @@ -3,6 +3,7 @@ PORTNAME= cryptography PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +15,7 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0.8:${PORTSDIR}/devel/py-cffi \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:${PORTSDIR}/devel/py-six +RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest USE_OPENSSL= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403080912.s289CY9F047492>