Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 19:26:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525959 - head/security/py-SecretStorage
Message-ID:  <202002121926.01CJQD4v085005@repo.freebsd.org>

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



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