From sunpoet@sunpoet.net  Wed Feb  1 07:57:58 2012
Return-Path: <sunpoet@sunpoet.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E48551065672
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Feb 2012 07:57:58 +0000 (UTC)
	(envelope-from sunpoet@sunpoet.net)
Received: from sunpoet.net (sunpoet.net [220.133.12.240])
	by mx1.freebsd.org (Postfix) with ESMTP id AF1CF8FC0A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  1 Feb 2012 07:57:58 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id C1A3D4065; Wed,  1 Feb 2012 15:57:50 +0800 (CST)
Message-Id: <20120201075750.C1A3D4065@sunpoet.net>
Date: Wed,  1 Feb 2012 15:57:50 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gavin@16degrees.com.au
Subject: [PATCH] devel/scons: remove duplicated entry of egg-info
X-Send-Pr-Version: 3.113
X-GNATS-Notify: gavin@16degrees.com.au

>Number:         164685
>Category:       ports
>Synopsis:       [PATCH] devel/scons: remove duplicated entry of egg-info
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 01 08:00:35 UTC 2012
>Closed-Date:    Fri Feb 10 03:29:30 UTC 2012
>Last-Modified:  Fri Feb 10 03:29:30 UTC 2012
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun Jan 29 23:36:49 CST 2012
>Description:
- Remove duplicated entry of egg-info

PYDISTUTILS_EGGINFO was added to PLIST by bsd.python.mk.
We shall not add it to pkg-plist.

Port maintainer (gavin@16degrees.com.au) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:

% cd /usr/ports/devel/scons/
% make generate-plist
% grep egg-info `make -V WRKDIR`/.PLIST.mktmp
lib/scons-2.1.0/scons-2.1.0-py2.7.egg-info
lib/scons-2.1.0/scons-2.1.0-py2.7.egg-info

>Fix:

--- scons-2.1.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/scons/Makefile,v
retrieving revision 1.45
diff -u -u -r1.45 Makefile
--- Makefile	30 Jan 2012 09:08:55 -0000	1.45
+++ Makefile	1 Feb 2012 07:51:28 -0000
@@ -23,8 +23,7 @@
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_EGGINFODIR=	${PREFIX}/lib/scons-${PORTVERSION}
 
-PLIST_SUB+=	SCONS_VER=${PORTVERSION} \
-		PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO}
+PLIST_SUB+=	SCONS_VER=${PORTVERSION}
 
 .include <bsd.port.pre.mk>
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/scons/pkg-plist,v
retrieving revision 1.27
diff -u -u -r1.27 pkg-plist
--- pkg-plist	30 Jan 2012 09:08:55 -0000	1.27
+++ pkg-plist	1 Feb 2012 07:51:28 -0000
@@ -559,7 +559,6 @@
 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%%/%%PYDISTUTILS_EGGINFO%%
 @dirrm lib/scons-%%SCONS_VER%%/SCons/compat
 @dirrm lib/scons-%%SCONS_VER%%/SCons/Variables
 @dirrm lib/scons-%%SCONS_VER%%/SCons/Tool/packaging
--- scons-2.1.0.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 1 08:01:05 UTC 2012 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=164685 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 1 08:01:14 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: gavin@16degrees.com.au
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/164685: [PATCH] devel/scons: remove duplicated entry of egg-info
Date: Wed, 1 Feb 2012 08:01:10 UT

 Maintainer of devel/scons,
 
 Please note that PR ports/164685 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/164685
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: sunpoet 
State-Changed-When: Fri Feb 10 03:29:28 UTC 2012 
State-Changed-Why:  
Problem solved in the ports tree. 

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