svn commit: r347460 - head/security/py-cryptography

Kubilay Kocak koobs at FreeBSD.org
Sat Mar 8 09:12:35 UTC 2014


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


More information about the svn-ports-all mailing list