From beat@tinderbox.chruetertee.ch  Sat Mar 24 06:24:15 2012
Return-Path: <beat@tinderbox.chruetertee.ch>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 8A743106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Mar 2012 06:24:15 +0000 (UTC)
	(envelope-from beat@tinderbox.chruetertee.ch)
Received: from tinderbox.chruetertee.ch (cl-104.gva-01.ch.sixxs.net [IPv6:2a02:2528:ff00:67::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 168FE8FC14
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Mar 2012 06:24:14 +0000 (UTC)
Received: from tinderbox.chruetertee.ch (localhost [127.0.0.1])
	by tinderbox.chruetertee.ch (8.14.5/8.14.5) with ESMTP id q2O6OCfi082256
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Mar 2012 07:24:13 +0100 (CET)
	(envelope-from beat@tinderbox.chruetertee.ch)
Received: (from beat@localhost)
	by tinderbox.chruetertee.ch (8.14.5/8.14.5/Submit) id q2O6O7J2081957;
	Sat, 24 Mar 2012 07:24:07 +0100 (CET)
	(envelope-from beat)
Message-Id: <201203240624.q2O6O7J2081957@tinderbox.chruetertee.ch>
Date: Sat, 24 Mar 2012 07:24:07 +0100 (CET)
From: Beat Gtzi <beat@freebsd.org>
Reply-To: Beat Gtzi <beat@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/pybugz: Add missing argparse dependency
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         166367
>Category:       ports
>Synopsis:       [PATCH] devel/pybugz: Add missing argparse dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    crees
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 24 06:30:11 UTC 2012
>Closed-Date:    Sun Mar 25 20:06:57 UTC 2012
>Last-Modified:  Sun Mar 25 20:10:12 UTC 2012
>Originator:     Beat Gtzi
>Release:        FreeBSD 10.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD tinderbox.chruetertee.ch 10.0-CURRENT FreeBSD 10.0-CURRENT #4 r232449: Sun Mar 4 15:27:19 CET 2012 root@tinderbox.chruetertee.ch:/usr/obj/usr/home/beat/dev/src/head/sys/BEASTIE i386


	
>Description:
	- Add missing runtime dependency
	
>How-To-Repeat:
	# bugz 
	Traceback (most recent call last):
	File "/usr/local/bin/bugz", line 3, in <module>
	    import argparse
	    ImportError: No module named argparse
	
>Fix:

	

--- pybugz-argparse.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/pybugz/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	18 Mar 2012 17:49:42 -0000	1.1
+++ Makefile	24 Mar 2012 06:14:01 -0000
@@ -16,6 +16,8 @@
 
 LICENSE=	GPLv2
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse
+
 WRKSRC=		${WRKDIR}/${PORTNAME}
 USE_PYTHON=	2.5+
 USE_PYDISTUTILS=yes
--- pybugz-argparse.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->crees 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 24 06:30:22 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Chris Rees <crees@freebsd.org>
To: "bug-followup@freebsd.org" <bug-followup@freebsd.org>, Beat Gaetzi <beat@freebsd.org>
Cc:  
Subject: Re: ports/166367: [PATCH] devel/pybugz: Add missing argparse dependency
Date: Sat, 24 Mar 2012 09:18:50 +0000

 --0015175cf9f61b8b5604bbf9a1a5
 Content-Type: text/plain; charset=ISO-8859-1
 
 Sorry :(
 
 I can't commit it until tomorrow afternoon, so feel free to get in before
 me!
 
 Chris
 
 --0015175cf9f61b8b5604bbf9a1a5
 Content-Type: text/html; charset=ISO-8859-1
 
 <p>Sorry :(</p>
 <p>I can&#39;t commit it until tomorrow afternoon, so feel free to get in before me!</p>
 <p>Chris</p>
 
 --0015175cf9f61b8b5604bbf9a1a5--
State-Changed-From-To: open->closed 
State-Changed-By: crees 
State-Changed-When: Sun Mar 25 20:06:56 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166367: commit references a PR
Date: Sun, 25 Mar 2012 20:07:01 +0000 (UTC)

 crees       2012-03-25 20:06:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pybugz         Makefile 
   Log:
   Add forgotten dependency on py-argparse (weird-- files were on my system,
   but package was not installed)
   
   PR:             ports/166367
   Submitted by:   beat
   Feature safe:   yes
   
   Revision  Changes    Path
   1.2       +3 -0      ports/devel/pybugz/Makefile
 _______________________________________________
 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:
