svn commit: r442842 - in head/security: py3-cryptography py3-openssl

Ben Woods woodsb02 at FreeBSD.org
Wed Jun 7 14:37:30 UTC 2017


Author: woodsb02
Date: Wed Jun  7 14:37:28 2017
New Revision: 442842
URL: https://svnweb.freebsd.org/changeset/ports/442842

Log:
  Remove superfluous Makefile variable assignment modifiers in slave ports

Modified:
  head/security/py3-cryptography/Makefile
  head/security/py3-openssl/Makefile

Modified: head/security/py3-cryptography/Makefile
==============================================================================
--- head/security/py3-cryptography/Makefile	Wed Jun  7 14:32:40 2017	(r442841)
+++ head/security/py3-cryptography/Makefile	Wed Jun  7 14:37:28 2017	(r442842)
@@ -3,8 +3,8 @@
 
 MASTERDIR=	${.CURDIR}/../py-cryptography
 
-BUILD_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py3-cffi
-RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py3-six \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>=1.4.1:devel/py3-cffi
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py3-six \
 		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.8:devel/py3-pyasn1 \
 		${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py3-cffi \
 		${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py3-idna

Modified: head/security/py3-openssl/Makefile
==============================================================================
--- head/security/py3-openssl/Makefile	Wed Jun  7 14:32:40 2017	(r442841)
+++ head/security/py3-openssl/Makefile	Wed Jun  7 14:37:28 2017	(r442842)
@@ -3,7 +3,7 @@
 
 MASTERDIR=	${.CURDIR}/../py-openssl
 
-RUN_DEPENDS?=	${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py3-cryptography \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0.2.1:security/py3-cryptography \
 		${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py3-six
 
 USES=		cpe python:3.3+


More information about the svn-ports-head mailing list