From owner-svn-ports-all@freebsd.org Thu Feb 4 12:27:15 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC6B2A9A4E4; Thu, 4 Feb 2016 12:27:15 +0000 (UTC) (envelope-from marino@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 mx1.freebsd.org (Postfix) with ESMTPS id A486DC5E; Thu, 4 Feb 2016 12:27:15 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u14CRE8S065782; Thu, 4 Feb 2016 12:27:14 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u14CREAH065776; Thu, 4 Feb 2016 12:27:14 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201602041227.u14CREAH065776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 4 Feb 2016 12:27:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408027 - in head/devel/scons: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 04 Feb 2016 12:27:15 -0000 Author: marino Date: Thu Feb 4 12:27:13 2016 New Revision: 408027 URL: https://svnweb.freebsd.org/changeset/ports/408027 Log: devel/scons: Upgrade 2.3.0 => 2.4.1 and reset maintainer While the maintainer has mostly been responsive since July 2010, his actions were limited to approving PRs (mainly to upgrade scons because the maintainer wasn't doing it). Not a single update originated from the maintainer himself. Since being a gatekeeper isn't the purpose of a maintainer, I'm going to reset the port on this timeout so that future upgrades can get applied faster than they have been. PR: 206343 Submitted by: myself Approved by: maintainer timeout Modified: head/devel/scons/Makefile head/devel/scons/distinfo head/devel/scons/files/patch-engine-SCons-compat-_scons_subprocess.py head/devel/scons/files/patch-engine_SCons_Tool_m4.py head/devel/scons/files/patch-script__scons Modified: head/devel/scons/Makefile ============================================================================== --- head/devel/scons/Makefile Thu Feb 4 11:43:38 2016 (r408026) +++ head/devel/scons/Makefile Thu Feb 4 12:27:13 2016 (r408027) @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= scons -PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} -MAINTAINER= gavin@16degrees.com.au +MAINTAINER= ports@FreeBSD.org COMMENT= Build tool alternative to make LICENSE= MIT Modified: head/devel/scons/distinfo ============================================================================== --- head/devel/scons/distinfo Thu Feb 4 11:43:38 2016 (r408026) +++ head/devel/scons/distinfo Thu Feb 4 12:27:13 2016 (r408027) @@ -1,2 +1,2 @@ -SHA256 (scons-2.3.0.tar.gz) = 9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b -SIZE (scons-2.3.0.tar.gz) = 599514 +SHA256 (scons-2.4.1.tar.gz) = 8fc4f42928c69bcbb33e1be94b646f2c700b659693fabc778c192d4d22f753a7 +SIZE (scons-2.4.1.tar.gz) = 638990 Modified: head/devel/scons/files/patch-engine-SCons-compat-_scons_subprocess.py ============================================================================== --- head/devel/scons/files/patch-engine-SCons-compat-_scons_subprocess.py Thu Feb 4 11:43:38 2016 (r408026) +++ head/devel/scons/files/patch-engine-SCons-compat-_scons_subprocess.py Thu Feb 4 12:27:13 2016 (r408027) @@ -1,10 +1,10 @@ Index: engine/SCons/compat/_scons_subprocess.py =================================================================== ---- engine/SCons/compat/_scons_subprocess.py (revision 2695) -+++ engine/SCons/compat/_scons_subprocess.py (working copy) -@@ -581,13 +581,19 @@ - class object: - pass +--- engine/SCons/compat/_scons_subprocess.py.orig 2015-11-09 11:25:09 UTC ++++ engine/SCons/compat/_scons_subprocess.py +@@ -569,13 +569,19 @@ def list2cmdline(seq): + + return ''.join(result) +import thread +lock = thread.allocate_lock() @@ -23,7 +23,7 @@ Index: engine/SCons/compat/_scons_subpro _cleanup() self._child_created = False -@@ -655,6 +661,7 @@ +@@ -643,6 +649,7 @@ class Popen(object): self.stderr = os.fdopen(errread, 'rU', bufsize) else: self.stderr = os.fdopen(errread, 'rb', bufsize) Modified: head/devel/scons/files/patch-engine_SCons_Tool_m4.py ============================================================================== --- head/devel/scons/files/patch-engine_SCons_Tool_m4.py Thu Feb 4 11:43:38 2016 (r408026) +++ head/devel/scons/files/patch-engine_SCons_Tool_m4.py Thu Feb 4 12:27:13 2016 (r408027) @@ -1,4 +1,4 @@ ---- engine/SCons/Tool/m4.py.orig 2013-03-03 14:48:40.000000000 +0000 +--- engine/SCons/Tool/m4.py.orig 2015-11-09 11:25:09 UTC +++ engine/SCons/Tool/m4.py @@ -49,7 +49,7 @@ def generate(env): # file and run from there. Modified: head/devel/scons/files/patch-script__scons ============================================================================== --- head/devel/scons/files/patch-script__scons Thu Feb 4 11:43:38 2016 (r408026) +++ head/devel/scons/files/patch-script__scons Thu Feb 4 12:27:13 2016 (r408027) @@ -1,5 +1,5 @@ ---- ./script/scons.orig 2013-04-19 23:35:11.656613793 -0400 -+++ ./script/scons 2013-04-19 23:35:16.127614561 -0400 +--- script/scons.orig 2015-11-09 11:25:09 UTC ++++ script/scons @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2