Date: Thu, 4 Feb 2016 12:27:14 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408027 - in head/devel/scons: . files Message-ID: <201602041227.u14CREAH065776@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602041227.u14CREAH065776>