Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 14:57:14 GMT
From:      Veniamin Gvozdikov <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/179079: [update] www/py-WebTest fixed depends
Message-ID:  <201305291457.r4TEvEGL020543@oldred.FreeBSD.org>
Resent-Message-ID: <201305291500.r4TF00GD056342@freefall.freebsd.org>

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

>Number:         179079
>Category:       ports
>Synopsis:       [update] www/py-WebTest fixed depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 29 15:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Fixed deopends run application
>How-To-Repeat:

>Fix:
diff -ruN py-WebTest.orig/Makefile py-WebTest/Makefile
--- py-WebTest.orig/Makefile	2013-05-29 18:53:50.686914021 +0400
+++ py-WebTest/Makefile	2013-05-29 18:49:04.145803765 +0400
@@ -3,6 +3,7 @@
 
 PORTNAME=	WebTest
 PORTVERSION=	2.0.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP \
 		http://www.c-s.li/ports/
@@ -17,6 +18,7 @@
 		${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:=	${BUILD_DEPENDS}
 
 USE_ZIP=		yes
 USE_PYTHON=		yes

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305291457.r4TEvEGL020543>