From nobody@FreeBSD.org  Wed Oct 12 14:30:47 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D40F8106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Oct 2011 14:30:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id AAAE68FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Oct 2011 14:30:47 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9CEUljF006736
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 12 Oct 2011 14:30:47 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p9CEUkgw006735;
	Wed, 12 Oct 2011 14:30:46 GMT
	(envelope-from nobody)
Message-Id: <201110121430.p9CEUkgw006735@red.freebsd.org>
Date: Wed, 12 Oct 2011 14:30:46 GMT
From: Norbert Koch <nkoch@demig.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] update/add devel/scons version 2.1.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: gavin@16degrees.com.au

>Number:         161518
>Category:       ports
>Synopsis:       [patch] update/add devel/scons version 2.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    scheidell
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 12 14:40:10 UTC 2011
>Closed-Date:    Mon Jan 30 09:09:19 UTC 2012
>Last-Modified:  Thu Feb  9 17:30:10 UTC 2012
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Oct 12 14:40:28 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gavin@16degrees.com.au
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/161518: [patch] update/add devel/scons version 2.1.0
Date: Wed, 12 Oct 2011 14:40:25 UT

 Maintainer of devel/scons,
 
 Please note that PR ports/161518 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/161518
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->open 
State-Changed-By: eadler 
State-Changed-When: Sun Dec 25 17:53:20 UTC 2011 
State-Changed-Why:  
feedback / maintainer timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 
Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
Responsible-Changed-By: scheidell 
Responsible-Changed-When: Sat Jan 28 13:13:58 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 
State-Changed-From-To: open->feedback 
State-Changed-By: scheidell 
State-Changed-When: Sat Jan 28 13:36:13 UTC 2012 
State-Changed-Why:  
Ask for maintainer approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 

From: Michael Scheidell <scheidell@secnap.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161518: [patch] update/add devel/scons version
 2.1.0
Date: Sat, 28 Jan 2012 08:35:36 -0500 (EST)

 --ELM1327757736-661-0_
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain; charset="US-ASCII"
 
 Minor fix for PYTHON_VER/egg in pkg-plist and Makefile
 -- 
 Michael Scheidell, CTO
 SECNAP Network Security Corporation
 (561) 999-5000 scheidell@secnap.net
 http://www.secnap.com/
 
 ______________________________________________________________________
 This email has been scanned and certified safe by SpammerTrap(r). 
 For Information please see http://www.spammertrap.com/
 ______________________________________________________________________  
   
 --ELM1327757736-661-0_
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain
 Content-Disposition: attachment; filename="pr_161518_devel_scons.txt"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/devel/scons/Makefile,v
 retrieving revision 1.44
 diff -u -r1.44 Makefile
 --- Makefile	18 Jul 2011 13:21:19 -0000	1.44
 +++ Makefile	28 Jan 2012 13:30:15 -0000
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	scons
 -PORTVERSION=	2.0.1
 +PORTVERSION=	2.1.0
  CATEGORIES=	devel python
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
  
 @@ -23,7 +23,8 @@
  USE_PYDISTUTILS=	yes
  PYDISTUTILS_EGGINFODIR=	${PREFIX}/lib/scons-${PORTVERSION}
  
 -PLIST_SUB+=	SCONS_VER=${PORTVERSION}
 +PLIST_SUB+=	SCONS_VER=${PORTVERSION} \
 +		PYTHON_VER=${PYTHON_VER}
  
  .include <bsd.port.pre.mk>
  
 Index: distinfo
 ===================================================================
 RCS file: /home/pcvs/ports/devel/scons/distinfo,v
 retrieving revision 1.33
 diff -u -r1.33 distinfo
 --- distinfo	18 Jul 2011 13:21:19 -0000	1.33
 +++ distinfo	28 Jan 2012 13:30:15 -0000
 @@ -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
 Index: pkg-plist
 ===================================================================
 RCS file: /home/pcvs/ports/devel/scons/pkg-plist,v
 retrieving revision 1.26
 diff -u -r1.26 pkg-plist
 --- pkg-plist	18 Jul 2011 13:21:19 -0000	1.26
 +++ pkg-plist	28 Jan 2012 13:30:15 -0000
 @@ -259,6 +259,9 @@
  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/exitfuncs.py
  lib/scons-%%SCONS_VER%%/SCons/exitfuncs.pyc
  lib/scons-%%SCONS_VER%%/SCons/exitfuncs.pyo
 +lib/scons-%%SCONS_VER%%/scons-%%SCONS_VER%%-py%%PYTHON_VER%%.egg-info
  @dirrm lib/scons-%%SCONS_VER%%/SCons/compat
  @dirrm lib/scons-%%SCONS_VER%%/SCons/Variables
  @dirrm lib/scons-%%SCONS_VER%%/SCons/Tool/packaging
 
 --ELM1327757736-661-0_--
State-Changed-From-To: feedback->analyzed 
State-Changed-By: scheidell 
State-Changed-When: Sun Jan 29 12:19:13 UTC 2012 
State-Changed-Why:  
have maintainers approval. something happened to his email, never received by gnats: 


-------- Original Message -------- 
Subject: 	RE: ports/161518: [patch] update/add devel/scons version 2.1.0 
Date: 	Sun, 29 Jan 2012 21:12:49 +1000 
From: 	Gavin McDonald <gavin@16degrees.com.au> 
Reply-To: 	<gavin@16degrees.com.au> 
Organization: 	16 degrees 
To: 	<scheidell@FreeBSD.org>, <freebsd-ports-bugs@FreeBSD.org> 

> -----Original Message----- 
> From: scheidell@FreeBSD.org [mailto:scheidell@FreeBSD.org] 
> Sent: Saturday, 28 January 2012 11:14 PM 
> To: gavin@16degrees.com.au; scheidell@FreeBSD.org; freebsd-ports- 
> bugs@FreeBSD.org; scheidell@FreeBSD.org 
> Subject: Re: ports/161518: [patch] update/add devel/scons version 2.1.0 
>  
> Synopsis: [patch] update/add devel/scons version 2.1.0 
>  
> Responsible-Changed-From-To: freebsd-ports-bugs->scheidell 
> Responsible-Changed-By: scheidell 
> Responsible-Changed-When: Sat Jan 28 13:13:58 UTC 2012 
> Responsible-Changed-Why: 
> I'll take it. 

No idea why my bug replies seem to go nowhere as usual. 

I already approved the patch :/ 

Gav... 

>  
> http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 



http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 
State-Changed-From-To: analyzed->closed 
State-Changed-By: scheidell 
State-Changed-When: Mon Jan 30 09:09:18 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=161518 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161518: commit references a PR
Date: Mon, 30 Jan 2012 09:09:52 +0000 (UTC)

 scheidell    2012-01-30 09:08:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/scons          Makefile distinfo pkg-plist 
   Log:
   - Upgrade to 2.1.0
   
   PR:             ports/161518
   Submitted by:   Norbert Koch <nkoch@demig.de>
   Approved by:    Gavin McDonald <gavin@16degrees.com.au> (maintainer), gabor (mentor)
   
   Revision  Changes    Path
   1.45      +3 -2      ports/devel/scons/Makefile
   1.34      +2 -2      ports/devel/scons/distinfo
   1.27      +4 -0      ports/devel/scons/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/161518: commit references a PR
Date: Thu,  9 Feb 2012 17:20:31 +0000 (UTC)

 scheidell    2012-02-09 17:20:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/scons          Makefile pkg-plist 
   Log:
   - Should have been part of the original commit, py eggs should not be in pkg-plist
   
   PR:             ports/161518
   Approved by:    Gavin McDonald<gavin@16degrees.com.au>  (maintainer, original commit), gabor (mentor)
   
   Revision  Changes    Path
   1.46      +1 -2      ports/devel/scons/Makefile
   1.28      +0 -1      ports/devel/scons/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
