From owner-freebsd-ports Tue May 7 6:20:17 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF94A37B407 for ; Tue, 7 May 2002 06:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g47DK3a75901; Tue, 7 May 2002 06:20:03 -0700 (PDT) (envelope-from gnats) Received: from itworks.com.au (dsl-210-15-243-15.Melbourne.netspace.net.au [210.15.243.15]) by hub.freebsd.org (Postfix) with SMTP id B867E37B400 for ; Tue, 7 May 2002 06:18:53 -0700 (PDT) Received: (qmail 29232 invoked by uid 0); 7 May 2002 13:18:26 -0000 Message-Id: <20020507131823.29226.qmail@itworks.com.au> Date: 7 May 2002 13:18:23 -0000 From: Gavin Cameron Reply-To: Gavin Cameron To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/37829: vscan port needs updating Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37829 >Category: ports >Synopsis: vscan port needs updating >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue May 07 06:20:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gavin Cameron >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD chip.gav.itworks.com.au 4.5-STABLE FreeBSD 4.5-STABLE #11: Sun Apr 21 23:18:22 EST 2002 gavin@chip.gav.itworks.com.au:/home2/src/FreeBSD/src/sys/compile/CHIP i386 >Description: The format of the readme.txt file that the update_dat script install by the uvscan ports has changed and, therefore, the update_dat job always fails. >How-To-Repeat: >Fix: mail# diff update_dat update_dat.old 7c7 < AVVER=`head -12 readme.txt | grep ' 4[0-9][0-9][0-9]' | head -1 | sed -e 's/^.* \(4[0-9]*\).*$/\1/'` --- > AVVER=`head -5 readme.txt | grep ' 4[0-9][0-9][0-9] ' | head -1 | sed -e 's/^.* \(4[0-9]*\) .*$/\1/'` mail# >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message