From owner-svn-ports-head@freebsd.org Fri Apr 20 20:08:29 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE740F99553; Fri, 20 Apr 2018 20:08:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5FE746E5AE; Fri, 20 Apr 2018 20:08:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5AD5E1CE1A; Fri, 20 Apr 2018 20:08:29 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3KK8TCu026846; Fri, 20 Apr 2018 20:08:29 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3KK8THS026845; Fri, 20 Apr 2018 20:08:29 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201804202008.w3KK8THS026845@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 20 Apr 2018 20:08:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r467840 - head/net/ceph X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/net/ceph X-SVN-Commit-Revision: 467840 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Apr 2018 20:08:29 -0000 Author: jbeich Date: Fri Apr 20 20:08:29 2018 New Revision: 467840 URL: https://svnweb.freebsd.org/changeset/ports/467840 Log: 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 Modified: head/net/ceph/Makefile (contents, props changed) Modified: head/net/ceph/Makefile ============================================================================== --- head/net/ceph/Makefile Fri Apr 20 20:08:04 2018 (r467839) +++ head/net/ceph/Makefile Fri Apr 20 20:08:29 2018 (r467840) @@ -20,7 +20,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= \ @@ -42,7 +42,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