Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 10:21:54 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177239: [MAINTAINER] irc/py-irc: build depend
Message-ID:  <514c9332.46b0ec0a.5d02.1a3b@mx.google.com>
Resent-Message-ID: <201303221730.r2MHU0OC006664@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177239
>Category:       ports
>Synopsis:       [MAINTAINER] irc/py-irc: build depend
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 17:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	devel/py-pytest-runner is a build dependency for irc/py-irc
	Depends on ports/177238

>How-To-Repeat:
>Fix:

	See attached patch


--- py-irc.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 314933)
+++ Makefile	(working copy)
@@ -16,7 +16,8 @@
 USE_PYDISTUTILS=easy_install
 USE_ZIP=	yes
 
-BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools
+BUILD_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}hgtools>0:${PORTSDIR}/devel/py-hgtools \
+		${PYTHON_PKGNAMEPREFIX}pytest-runner>0:${PORTSDIR}/devel/py-pytest-runner
 
 EXAMPLEFILES=	irccat.py irccat2.py servermap.py testbot.py \
 		dccreceive.py dccsend.py
--- py-irc.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514c9332.46b0ec0a.5d02.1a3b>