[Bug 282244] Invalid unicode characters in MOVED breaks portupgrade & company

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Oct 2024 13:49:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282244

            Bug ID: 282244
           Summary: Invalid unicode characters in MOVED breaks portupgrade
                    & company
           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: michael@galassi.us

commit 11a451f52dc9f2137c3fd2bf36c9a5bd94c6b452 added a non US-ASCII string to
/usr/ports/MOVED which causes all the pkg & portupgrade commands to fail.  The
fix is to replace the unicode characters (0xe2 0x80 0x99) with a single quote
(0x27).

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