Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 07:27:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 227801] In /usr/ports/UPDATING, a few date headings are missing colons
Message-ID:  <bug-227801-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227801

            Bug ID: 227801
           Summary: In /usr/ports/UPDATING, a few date headings are
                    missing colons
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mike@skew.org

A small number of entries in /usr/ports/UPDATING do not have a colon after =
the
date in the heading. This is hurting the ability of FreshPorts to ascertain
where a given entry begins and ends.

To see the affected entries:

egrep '^[0-9]+$' /usr/ports/UPDATING

It can be fixed easily enough:

sed -r 's#(^[0-9]+)$#\1:#' /usr/ports/UPDATING > /usr/ports/UPDATING.new

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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