ports/177239: [MAINTAINER] irc/py-irc: build depend

William Grzybowski william88 at gmail.com
Fri Mar 22 17:30:00 UTC 2013


>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:


More information about the freebsd-ports-bugs mailing list