From owner-svn-ports-all@freebsd.org Wed Nov 20 17:33:11 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EEAE01BD2F5; Wed, 20 Nov 2019 17:33:11 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from ihor-5.amdmi3.ru (ihor-5.amdmi3.ru [IPv6:2a02:f680:1:1100::a123]) by mx1.freebsd.org (Postfix) with ESMTP id 47J8sz5r9tz46gD; Wed, 20 Nov 2019 17:33:11 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from amdmi3.ru (localhost [IPv6:::1]) by ihor-5.amdmi3.ru (Postfix) with SMTP id 89C3D13B95; Wed, 20 Nov 2019 20:33:00 +0300 (MSK) Received: by amdmi3.ru (nbSMTP-1.00) for uid 1001 amdmi3@amdmi3.ru; Wed, 20 Nov 2019 20:33:00 +0300 (MSK) Date: Wed, 20 Nov 2019 20:23:07 +0300 From: Dmitry Marakasov To: Antoine Brodin Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r518022 - head/devel/py-llfuse Message-ID: <20191120172307.GA24348@hades.panopticon> References: <201911201440.xAKEeWZ7011143@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <201911201440.xAKEeWZ7011143@repo.freebsd.org> User-Agent: Mutt/1.12.1 (2019-06-15) X-Rspamd-Queue-Id: 47J8sz5r9tz46gD X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-5.95 / 15.00]; NEURAL_HAM_MEDIUM(-0.98)[-0.978,0]; NEURAL_HAM_LONG(-0.97)[-0.971,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2019 17:33:12 -0000 * Antoine Brodin (antoine@FreeBSD.org) wrote: > Author: antoine > Date: Wed Nov 20 14:40:31 2019 > New Revision: 518022 > URL: https://svnweb.freebsd.org/changeset/ports/518022 > > Log: > Revert r517286, breaking bulk -a is not covered by portmgr blanket How exactly and why does specifying the correct python version limitation not affecting default python versions, break bulk, and how should this be handled? > Modified: > head/devel/py-llfuse/Makefile > > Modified: head/devel/py-llfuse/Makefile > ============================================================================== > --- head/devel/py-llfuse/Makefile Wed Nov 20 14:23:26 2019 (r518021) > +++ head/devel/py-llfuse/Makefile Wed Nov 20 14:40:31 2019 (r518022) > @@ -12,7 +12,7 @@ COMMENT= Python bindings for low-level FUSE API > > LICENSE= LGPL20+ > > -USES= compiler:c++11-lang fuse pkgconfig python:-3.6 tar:bz2 > +USES= compiler:c++11-lang fuse pkgconfig python tar:bz2 > USE_PYTHON= autoplist distutils > > post-install: > -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: https://github.com/AMDmi3