Date: Wed, 12 Oct 2011 14:30:46 GMT From: Norbert Koch <nkoch@demig.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/161518: [patch] update/add devel/scons version 2.1.0 Message-ID: <201110121430.p9CEUkgw006735@red.freebsd.org> Resent-Message-ID: <201110121440.p9CEeArQ071088@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 161518 >Category: ports >Synopsis: [patch] update/add devel/scons version 2.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 12 14:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Norbert Koch >Release: FreeBSD 8.2 >Organization: demig Prozessautomatisierung GmbH >Environment: >Description: Scons 2.1.0 is available since September, 9th. I tested it with astro/gpsd audio/ardour databases/mongodb and some of my own projects. >From what I see I think it should just work fine. No incompatibilities so far. Perhaps 2.1.0 should be added as a separate port scons21. The enclosed diff is created using ``hg diff''. I am no Python expert, so I do not know if lib/scons-%%SCONS_VER%%/scons-%%SCONS_VER%%-py2.7.egg-info is needed or should be removed from pkg-plist. The popen locking patch from 2.0.1 applies cleanly without modification. >How-To-Repeat: >Fix: diff -r 2deab4d8a197 -r b9b472700eff Makefile --- a/Makefile Wed Oct 12 15:26:00 2011 +0200 +++ b/Makefile Wed Oct 12 15:27:03 2011 +0200 @@ -6,7 +6,7 @@ # PORTNAME= scons -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} diff -r 2deab4d8a197 -r b9b472700eff distinfo --- a/distinfo Wed Oct 12 15:26:00 2011 +0200 +++ b/distinfo Wed Oct 12 15:27:03 2011 +0200 @@ -1,2 +1,2 @@ -SHA256 (scons-2.0.1.tar.gz) = 0a8151da41c4a26c776c84f44f747ce03e093d43be3e83b38c14a76ab3256762 -SIZE (scons-2.0.1.tar.gz) = 559293 +SHA256 (scons-2.1.0.tar.gz) = 4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d +SIZE (scons-2.1.0.tar.gz) = 574666 diff -r 2deab4d8a197 -r b9b472700eff pkg-plist --- a/pkg-plist Wed Oct 12 15:26:00 2011 +0200 +++ b/pkg-plist Wed Oct 12 15:27:03 2011 +0200 @@ -259,6 +259,9 @@ lib/scons-%%SCONS_VER%%/SCons/Tool/dvipd lib/scons-%%SCONS_VER%%/SCons/Tool/dvips.py lib/scons-%%SCONS_VER%%/SCons/Tool/dvips.pyc lib/scons-%%SCONS_VER%%/SCons/Tool/dvips.pyo +lib/scons-%%SCONS_VER%%/SCons/Tool/f03.py +lib/scons-%%SCONS_VER%%/SCons/Tool/f03.pyc +lib/scons-%%SCONS_VER%%/SCons/Tool/f03.pyo lib/scons-%%SCONS_VER%%/SCons/Tool/f77.py lib/scons-%%SCONS_VER%%/SCons/Tool/f77.pyc lib/scons-%%SCONS_VER%%/SCons/Tool/f77.pyo @@ -556,6 +559,7 @@ lib/scons-%%SCONS_VER%%/SCons/dblite.pyo lib/scons-%%SCONS_VER%%/SCons/exitfuncs.py lib/scons-%%SCONS_VER%%/SCons/exitfuncs.pyc lib/scons-%%SCONS_VER%%/SCons/exitfuncs.pyo +lib/scons-%%SCONS_VER%%/scons-%%SCONS_VER%%-py2.7.egg-info @dirrm lib/scons-%%SCONS_VER%%/SCons/compat @dirrm lib/scons-%%SCONS_VER%%/SCons/Variables @dirrm lib/scons-%%SCONS_VER%%/SCons/Tool/packaging >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110121430.p9CEUkgw006735>