Bug 179079 - [update] www/py-WebTest fixed depends
Summary: [update] www/py-WebTest fixed depends
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: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 16:00 UTC by Veniamin
Modified: 2013-06-09 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (620 bytes, patch)
2013-05-29 16:00 UTC, Veniamin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2013-05-29 16:00:00 UTC
Fixed deopends run application
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-29 16:00:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-09 22:26:07 UTC
Author: cs
Date: Sun Jun  9 21:25:54 2013
New Revision: 320410
URL: http://svnweb.freebsd.org/changeset/ports/320410

Log:
  Add run depends
  
  PR:		ports/179079
  Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
  Approved by:	maintainer (myself)

Modified:
  head/www/py-WebTest/Makefile

Modified: head/www/py-WebTest/Makefile
==============================================================================
--- head/www/py-WebTest/Makefile	Sun Jun  9 21:16:24 2013	(r320409)
+++ head/www/py-WebTest/Makefile	Sun Jun  9 21:25:54 2013	(r320410)
@@ -17,6 +17,10 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}we
 		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
 		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup \
 		${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}webob>=1.2:${PORTSDIR}/www/py-webob \
+		${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4:${PORTSDIR}/www/py-beautifulsoup \
+		${PYTHON_PKGNAMEPREFIX}waitress>0:${PORTSDIR}/www/py-waitress
 
 USE_ZIP=		yes
 USE_PYTHON=		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"
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2013-06-09 22:26:09 UTC
State Changed
From-To: open->closed

Committed. Thank you very much.