Skip site navigation (1)Skip section navigation (2)
Date:      7 May 2002 13:18:23 -0000
From:      Gavin Cameron <gavin@itworks.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37829: vscan port needs updating
Message-ID:  <20020507131823.29226.qmail@itworks.com.au>

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

>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




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