From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 30 01:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B0E69E50 for ; Sat, 30 Mar 2013 01:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 801FA740 for ; Sat, 30 Mar 2013 01:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2U1o0fp003826 for ; Sat, 30 Mar 2013 01:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2U1o05A003825; Sat, 30 Mar 2013 01:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Mar 2013 01:50:00 GMT Resent-Message-Id: <201303300150.r2U1o05A003825@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 72BC9C5B for ; Sat, 30 Mar 2013 01:44:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6549C684 for ; Sat, 30 Mar 2013 01:44:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r2U1iDBo001514 for ; Sat, 30 Mar 2013 01:44:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r2U1iD1k001513; Sat, 30 Mar 2013 01:44:13 GMT (envelope-from nobody) Message-Id: <201303300144.r2U1iD1k001513@red.freebsd.org> Date: Sat, 30 Mar 2013 01:44:13 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/177489: www/trac: [PATCH] fix two typos on ports options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Mar 2013 01:50:00 -0000 >Number: 177489 >Category: ports >Synopsis: www/trac: [PATCH] fix two typos on ports options >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: Sat Mar 30 01:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: There are two typos in www/trac makefile. bmake fails on them. Patch to fix it attached. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-03-07 16:53:45.000000000 +0000 +++ Makefile @@ -35,11 +35,11 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} .include -.if ${PORT_OPTIONS:MSILVERCITY) +.if ${PORT_OPTIONS:MSILVERCITY} RUN_DEPENDS+= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity .endif -.if ${PORT_OPTIONS:MDOCUTILS) +.if ${PORT_OPTIONS:MDOCUTILS} RUN_DEPENDS+= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils .endif >Release-Note: >Audit-Trail: >Unformatted: