Date: Sun, 6 Oct 2019 18:02:48 +0200 From: =?UTF-8?B?VMSzbA==?= Coosemans <tijl@FreeBSD.org> To: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513618 - head/devel/scons Message-ID: <20191006180248.0d7744df@FreeBSD.org> In-Reply-To: <201910021951.x92Jp5R7080254@repo.freebsd.org> References: <201910021951.x92Jp5R7080254@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2 Oct 2019 19:51:05 +0000 (UTC) Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> wrote: > Author: sunpoet > Date: Wed Oct 2 19:51:04 2019 > New Revision: 513618 > URL: https://svnweb.freebsd.org/changeset/ports/513618 > > Log: > Update to 3.1.1 > > Changes: https://scons.org/tag/releases.html > https://github.com/SCons/scons/blob/master/src/CHANGES.txt > PR: 240584 > Exp-run by: antoine > > Modified: > head/devel/scons/Makefile > head/devel/scons/distinfo > > Modified: head/devel/scons/Makefile > ============================================================================== > --- head/devel/scons/Makefile Wed Oct 2 19:50:04 2019 (r513617) > +++ head/devel/scons/Makefile Wed Oct 2 19:51:04 2019 (r513618) > @@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= scons > -PORTVERSION= 3.0.1 > +PORTVERSION= 3.1.1 > CATEGORIES= devel python > MASTER_SITES= SF > > @@ -15,17 +15,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt > RUN_DEPENDS= gm4:devel/m4 > > USES= python:2.7 shebangfix > -SHEBANG_FILES= script/scons* > -USE_PYTHON= distutils autoplist > +USE_PYTHON= autoplist distutils It's probably a bug in portmaster but currently it always rebuilds flavored ports (even if there isn't a new version) if the *_DEPENDS line doesn't specify which flavor is needed. Can you either add @py27 to the BUILD_DEPENDS line in Mk/Uses/scons.mk or add USE_PYTHON=noflavors here? If scons only supports one version of python I guess it doesn't need to be flavored.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191006180248.0d7744df>