From owner-freebsd-ports-bugs Mon Mar 3 21:20: 8 2003 Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0102337B401 for ; Mon, 3 Mar 2003 21:20:06 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E54B443F85 for ; Mon, 3 Mar 2003 21:20:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h245K4NS049747 for ; Mon, 3 Mar 2003 21:20:04 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h245K43M049746; Mon, 3 Mar 2003 21:20:04 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3CDC37B401 for ; Mon, 3 Mar 2003 21:12:04 -0800 (PST) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6201643FAF for ; Mon, 3 Mar 2003 21:12:04 -0800 (PST) (envelope-from linimon@lonesome.com) Received: from lonesome.lonesome.com (cs242746-11.austin.rr.com [24.27.46.11]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by mail.soaustin.net (Postfix) with ESMTP id AD47014352 for ; Mon, 3 Mar 2003 23:12:03 -0600 (CST) Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1]) by lonesome.lonesome.com (8.12.7/8.12.3) with ESMTP id h245F7dB087681 for ; Mon, 3 Mar 2003 23:15:07 -0600 (CST) (envelope-from linimon@lonesome.lonesome.com) Received: (from linimon@localhost) by lonesome.lonesome.com (8.12.7/8.12.6/Submit) id h245F6E6087680; Mon, 3 Mar 2003 23:15:06 -0600 (CST) (envelope-from linimon) Message-Id: <200303040515.h245F6E6087680@lonesome.lonesome.com> Date: Mon, 3 Mar 2003 23:15:06 -0600 (CST) From: Mark Linimon To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113.1 Subject: ports/48909: add Responsible field to ports concordance report Sender: owner-freebsd-ports-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 48909 >Category: ports >Synopsis: add Responsible field to ports concordance report >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 03 21:20:04 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD-4.7 >Organization: FreeBSD >Environment: System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Several people requested teh addition of the Maintainer field to this report. That turns out to be hard, but adding Responsible as an interim step is easy. >How-To-Repeat: N/A >Fix: This output from rcsdiff is against a later version than what's being used on bento, but it does apply cleanly. (Note also the first line, which is an error left over from an early version of this code). 64c64,65 < f.write( ' Problem Reports (PRs)\n' ) --- > f.write( ' Problem Reports (PRs)\n' ) > f.write( ' Responsible\n' ) 140a142,145 > f.write( ' ' ) > f.write( prdict[ gnatsQueryUtils.GNATS_RESPONSIBLE ] ) > f.write( '\n' ) > 153a159 > f.write( '  \n' ) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message