svn commit: r548277 - branches/2020Q3/security/py-bcrypt

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 12 01:59:19 UTC 2020


Author: dbaio
Date: Sat Sep 12 01:59:18 2020
New Revision: 548277
URL: https://svnweb.freebsd.org/changeset/ports/548277

Log:
  MFH: r548276
  
  security/py-bcrypt: Fix runtime dependencies
  
  PR:		249235
  Reported by:	Andrew Fyfe <andrew at neptune-one.net>
  
  Approved by:	ports-secteam (blanket: runtime fix)

Modified:
  branches/2020Q3/security/py-bcrypt/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/security/py-bcrypt/Makefile
==============================================================================
--- branches/2020Q3/security/py-bcrypt/Makefile	Sat Sep 12 01:56:07 2020	(r548276)
+++ branches/2020Q3/security/py-bcrypt/Makefile	Sat Sep 12 01:59:18 2020	(r548277)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bcrypt
 PORTVERSION=	3.1.7
+PORTREVISION=	1
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +15,8 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR}
 


More information about the svn-ports-all mailing list