svn commit: r470969 - head/archivers/py-bup

Antoine Brodin antoine at FreeBSD.org
Sun May 27 08:50:23 UTC 2018


Author: antoine
Date: Sun May 27 08:50:21 2018
New Revision: 470969
URL: https://svnweb.freebsd.org/changeset/ports/470969

Log:
  Fix dependencies with DEFAULT_VERSIONS=python=3.x

Modified:
  head/archivers/py-bup/Makefile

Modified: head/archivers/py-bup/Makefile
==============================================================================
--- head/archivers/py-bup/Makefile	Sun May 27 08:37:10 2018	(r470968)
+++ head/archivers/py-bup/Makefile	Sun May 27 08:50:21 2018	(r470969)
@@ -12,8 +12,8 @@ COMMENT=	Very efficient backup system based on the git
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHONPREFIX_SITELIBDIR}/posix1e.so:security/py-pylibacl \
-		xattr:devel/py-xattr \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pylibacl>=0:security/py-pylibacl@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \
 		git>=1.5.3.1:devel/git \
 		par2cmdline>=0.4:archivers/par2cmdline
 BUILD_DEPENDS=	bash:shells/bash git>=1.5.3.1:devel/git
@@ -23,7 +23,7 @@ PLIST_SUB=	MANDIR=${PREFIX}/man
 OPTIONS_DEFINE=	TORNADO DOCS
 OPTIONS_DEFAULT=	DOC
 TORNADO_DESC=	Bup web server
-TORNADO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado
+TORNADO_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${PY_FLAVOR}
 DOCS_DESC=	Build man files and html documentation
 DOCS_BUILD_DEPENDS=	pandoc:textproc/hs-pandoc
 DOCS_VARS=		PANDOC=pandoc


More information about the svn-ports-all mailing list