Bug 177239 - [MAINTAINER] irc/py-irc: build depend
Summary: [MAINTAINER] irc/py-irc: build depend
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 17:30 UTC by William Grzybowski
Modified: 2013-03-22 19:43 UTC (History)
0 users

See Also:


Attachments
py-irc.patch (535 bytes, patch)
2013-03-22 17:30 UTC, William Grzybowski
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description William Grzybowski 2013-03-22 17:30:00 UTC
	devel/py-pytest-runner is a build dependency for irc/py-irc
	Depends on ports/177238

Fix: See attached patch
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-22 17:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-22 18:12:00 UTC
Responsible Changed
From-To: freebsd-python->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-03-22 19:37:00 UTC
Author: rm
Date: Fri Mar 22 19:36:52 2013
New Revision: 314954
URL: http://svnweb.freebsd.org/changeset/ports/314954

Log:
  - add missin build dependency on pytest-runner
  - bump PORTREVISION
  
  PR:		177239
  Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)

Modified:
  head/irc/py-irc/Makefile

Modified: head/irc/py-irc/Makefile
==============================================================================
--- head/irc/py-irc/Makefile	Fri Mar 22 19:35:13 2013	(r314953)
+++ head/irc/py-irc/Makefile	Fri Mar 22 19:36:52 2013	(r314954)
@@ -3,6 +3,7 @@
 
 PORTNAME=	irc
 PORTVERSION=	8.0.1
+PORTREVISION=	1
 CATEGORIES=	irc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +17,8 @@ USE_PYTHON=	yes
 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
_______________________________________________
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"
Comment 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-03-22 19:43:14 UTC
State Changed
From-To: open->closed

Committed, thanks.