Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2018 08:50:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r470969 - head/archivers/py-bup
Message-ID:  <201805270850.w4R8oMv7067737@repo.freebsd.org>

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



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