ports/153760: [patch] www/session2: fix dependencies

Anatoly Borodin anatoly.borodin at gmail.com
Fri Jan 7 14:10:01 UTC 2011


>Number:         153760
>Category:       ports
>Synopsis:       [patch] www/session2: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 07 14:10:00 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
A typo in the dependencies' list should be corrected.
>How-To-Repeat:

>Fix:
See the patch.

PS The port may be unbroken now, please check.

Patch attached with submission follows:

>From e270148d5f23b573a39c7edcc38fa9616efdd1de Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin at gmail.com>
Date: Wed, 5 Jan 2011 13:10:48 +0100
Subject: [PATCH 1/3] TBC: www/session2: fix deps

---
 www/session2/Makefile |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git www/session2/Makefile www/session2/Makefile
index 443451e..85bdb0b 100644
--- www/session2/Makefile
+++ www/session2/Makefile
@@ -26,8 +26,7 @@ OPTIONS+=	POSTGRESQL "psycopg support" on
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_MYSQL)
-RUN_DEPENDS+=	${PYHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
-BROKEN=		bad dependency line
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
 .endif
 
 .if defined(WITH_POSTGRESQL)
-- 
1.7.3.3



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



More information about the freebsd-ports-bugs mailing list