Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 01:59:18 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r548277 - branches/2020Q3/security/py-bcrypt
Message-ID:  <202009120159.08C1xIxZ022899@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009120159.08C1xIxZ022899>