svn commit: r525959 - head/security/py-SecretStorage

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 12 19:26:16 UTC 2020


Author: sunpoet
Date: Wed Feb 12 19:26:13 2020
New Revision: 525959
URL: https://svnweb.freebsd.org/changeset/ports/525959

Log:
  Simplify Makefile after r455210 and r472884
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/py-SecretStorage/Makefile

Modified: head/security/py-SecretStorage/Makefile
==============================================================================
--- head/security/py-SecretStorage/Makefile	Wed Feb 12 19:26:08 2020	(r525958)
+++ head/security/py-SecretStorage/Makefile	Wed Feb 12 19:26:13 2020	(r525959)
@@ -13,18 +13,12 @@ COMMENT=	Store passwords using the SecretService DBus 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR}
 
-NO_ARCH=	yes
 USES=		python
 USE_PYTHON=	autoplist distutils
 
-.include <bsd.port.pre.mk>
+NO_ARCH=	yes
 
-.if ${PYTHON_REL} > 3000
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR}
-.else
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}dbus>=0.84.0:devel/py-dbus@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list