From owner-svn-ports-all@freebsd.org Sun Oct 6 16:02:52 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 8106212E4AA; Sun, 6 Oct 2019 16:02:52 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay107.isp.belgacom.be (mailrelay107.isp.belgacom.be [195.238.20.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign RSA OV SSL CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46mT0W5NVzz4X84; Sun, 6 Oct 2019 16:02:51 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DFEgD2Dppd/ygG91FmHAEBAQQBAQw?= =?us-ascii?q?EAQGBZ4IeWRRTIBIWFI0kCYVVAYIONQGIDoIgkEEJAQECAQEBAQErDAEBhEA?= =?us-ascii?q?CgkQmOBMCDAEBBQEBAQEBBQRthGtCDIVMAQU6HCMQCxQECSUPSAYTgyOCDgu?= =?us-ascii?q?sfIQ4AQsBgQiDZ4EQgTSMJoF/gRGDEj6CSBkCAYFghWUEliOXGYIshwmOAye?= =?us-ascii?q?COnKWE4Q3izSGYpMiIoFCDghNMAiDJwlHEBSFQoQfdYVBPwMwkjIBAQ?= X-IPAS-Result: =?us-ascii?q?A2DFEgD2Dppd/ygG91FmHAEBAQQBAQwEAQGBZ4IeWRRTI?= =?us-ascii?q?BIWFI0kCYVVAYIONQGIDoIgkEEJAQECAQEBAQErDAEBhEACgkQmOBMCDAEBB?= =?us-ascii?q?QEBAQEBBQRthGtCDIVMAQU6HCMQCxQECSUPSAYTgyOCDgusfIQ4AQsBgQiDZ?= =?us-ascii?q?4EQgTSMJoF/gRGDEj6CSBkCAYFghWUEliOXGYIshwmOAyeCOnKWE4Q3izSGY?= =?us-ascii?q?pMiIoFCDghNMAiDJwlHEBSFQoQfdYVBPwMwkjIBAQ?= Received: from 40.6-247-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.247.6.40]) by relay.skynet.be with ESMTP; 06 Oct 2019 18:02:48 +0200 Received: from localhost (localhost [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id x96G2nlP016196; Sun, 6 Oct 2019 18:02:49 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 6 Oct 2019 18:02:48 +0200 From: =?UTF-8?B?VMSzbA==?= Coosemans To: Sunpoet Po-Chuan Hsieh 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> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46mT0W5NVzz4X84 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.92 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.92)[-0.923,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:5432, ipnet:195.238.0.0/19, country:BE] 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: Sun, 06 Oct 2019 16:02:52 -0000 On Wed, 2 Oct 2019 19:51:05 +0000 (UTC) Sunpoet Po-Chuan Hsieh 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.