Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 14:11:08 GMT
From:      Anatoly Borodin <anatoly.borodin@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153761: [patch] devel/viewvc: fix dependencies
Message-ID:  <201101071411.p07EB87a035504@red.freebsd.org>
Resent-Message-ID: <201101071420.p07EK8CG064366@freefall.freebsd.org>

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

>Number:         153761
>Category:       ports
>Synopsis:       [patch] devel/viewvc: 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:20:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
There is a typo in Makefile.
>How-To-Repeat:

>Fix:
See the patch.

Patch attached with submission follows:

>From 89159aa4976faf5b73b01fbb16d31ad1ce094911 Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin@gmail.com>
Date: Wed, 5 Jan 2011 13:12:30 +0100
Subject: [PATCH 2/3] TBC: devel/viewvc: fix deps

---
 devel/viewvc/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git devel/viewvc/Makefile devel/viewvc/Makefile
index ec5f9b2..f49c3cb 100644
--- devel/viewvc/Makefile
+++ devel/viewvc/Makefile
@@ -66,7 +66,7 @@ RUN_DEPENDS+=	${LOCALBASE}/${APACHEMODDIR}/mod_wsgi.so:${PORTSDIR}/www/mod_wsgi3
 # It catalogs every commit in the CVS or Subversion repository into a SQL database.
 # In fact, the databases are 100% compatible.
 .if defined(WITH_MYSQL)
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}-MySQLdb>=0::${PORTSDIR}/databases/py-MySQLdb
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb
 .endif
 
 pre-everything::
-- 
1.7.3.3



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



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