Date: Fri, 20 Apr 2018 20:15:51 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r467841 - branches/2018Q2/net/ceph Message-ID: <201804202015.w3KKFppV031832@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Fri Apr 20 20:15:51 2018 New Revision: 467841 URL: https://svnweb.freebsd.org/changeset/ports/467841 Log: MFH: r467840 net/ceph: drop bogus flavor specifier Unsuffixed binaries are only installed for default python version. $ DEFAULT_VERSIONS=python=3.6 make [...] ===> ceph-12.2.4_1 depends on executable: sphinx-build - not found ===> ceph-12.2.4_1 depends on executable: virtualenv - not found PR: 227260 Approved by: ports-secteam blanket Modified: branches/2018Q2/net/ceph/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/net/ceph/Makefile ============================================================================== --- branches/2018Q2/net/ceph/Makefile Fri Apr 20 20:08:29 2018 (r467840) +++ branches/2018Q2/net/ceph/Makefile Fri Apr 20 20:15:51 2018 (r467841) @@ -19,7 +19,7 @@ IGNORE_FreeBSD_10= Doesnt build for FreeBSD 10.x BUILD_DEPENDS= \ yasm:devel/yasm \ pkgconf:devel/pkgconf \ - sphinx-build:textproc/py-sphinx@${PY_FLAVOR} \ + sphinx-build:textproc/py-sphinx \ gperf:devel/gperf \ ${LOCALBASE}/lib/libatomic_ops.a:devel/libatomic_ops LIB_DEPENDS= \ @@ -41,7 +41,7 @@ RUN_DEPENDS= \ xml:textproc/xmlstarlet \ jq:textproc/jq \ flock:sysutils/flock \ - virtualenv:devel/py-virtualenv@${PY_FLAVOR} \ + virtualenv:devel/py-virtualenv \ ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR} CONFLICTS_INSTALL= ceph-devel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804202015.w3KKFppV031832>