From fullermd@over-yonder.net  Thu Apr 10 07:33:07 2014
Return-Path: <fullermd@over-yonder.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 2B317706
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2014 07:33:07 +0000 (UTC)
Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44])
	(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
	(Client CN "*.infocus-llc.com", Issuer "*.infocus-llc.com" (not verified))
	by mx1.freebsd.org (Postfix) with ESMTPS id 056AD1DC5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2014 07:33:06 +0000 (UTC)
Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by thyme.infocus-llc.com (Postfix) with ESMTPSA id D68CD37B4AC
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 10 Apr 2014 02:32:58 -0500 (CDT)
Received: by draco.over-yonder.net (Postfix, from userid 100)
	id 3g4DbZ1XWrzV3p; Thu, 10 Apr 2014 02:32:58 -0500 (CDT)
Message-Id: <3g4DbZ1XWrzV3p@draco.over-yonder.net>
Date: Thu, 10 Apr 2014 02:32:58 -0500 (CDT)
From: Matthew D.Fuller <fullermd@over-yonder.net>
Reply-To: Matthew D.Fuller <fullermd@over-yonder.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: devel/py-testtools: missing dependancy
X-Send-Pr-Version: 3.114
X-GNATS-Notify:

>Number:         188417
>Category:       ports
>Synopsis:       devel/py-testtools: missing dependancy
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    cs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 10 07:40:00 UTC 2014
>Closed-Date:    Mon Apr 14 20:09:53 UTC 2014
>Last-Modified:  Mon Apr 14 20:10:00 UTC 2014
>Originator:     Matthew D. Fuller
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD draco.over-yonder.net 9.1-STABLE FreeBSD 9.1-STABLE #0 r251584: Sun Jun 9 14:23:33 CDT 2013 root@draco.over-yonder.net:/usr/obj/usr/src/sys/DRACO amd64


	
>Description:
	r342058 updated devel/py-testtools from 0.9.21 to 0.9.35, but missed
	that as of 0.9.25 it now requires 'extras'
	(https://pypi.python.org/pypi/extras/) to function.

>How-To-Repeat:
	
>Fix:

	Requires extras port and RUN_DEPENDS.


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->cs 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 10 07:40:05 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188417 
State-Changed-From-To: open->closed 
State-Changed-By: cs 
State-Changed-When: Mon Apr 14 20:09:40 UTC 2014 
State-Changed-Why:  
Committed. Thank you very much. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188417: commit references a PR
Date: Mon, 14 Apr 2014 20:09:09 +0000 (UTC)

 Author: cs
 Date: Mon Apr 14 20:09:06 2014
 New Revision: 351285
 URL: http://svnweb.freebsd.org/changeset/ports/351285
 QAT: https://qat.redports.org/buildarchive/r351285/
 
 Log:
   Add missing dependency
   
   PR:		ports/188417
   Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net>
 
 Modified:
   head/devel/py-testtools/Makefile
 
 Modified: head/devel/py-testtools/Makefile
 ==============================================================================
 --- head/devel/py-testtools/Makefile	Mon Apr 14 20:03:57 2014	(r351284)
 +++ head/devel/py-testtools/Makefile	Mon Apr 14 20:09:06 2014	(r351285)
 @@ -3,6 +3,7 @@
  
  PORTNAME=	testtools
  PORTVERSION=	0.9.35
 +PORTREVISION=	1
  CATEGORIES=	devel python
  MASTER_SITES=	http://launchpadlibrarian.net/164010578/ \
  		http://www.c-s.li/ports/
 @@ -13,6 +14,8 @@ COMMENT=	Extensions to the Python librar
  
  LICENSE=	MIT
  
 +RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:${PORTSDIR}/devel/py-extras
 +
  USE_PYTHON=	yes
  USE_PYDISTUTILS=	yes
  
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
