Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2021 12:22:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258451] devel/uclcmd case sensitivity
Message-ID:  <bug-258451-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258451
           Summary: devel/uclcmd case sensitivity
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: allanjude@FreeBSD.org
          Reporter: grahamperrin@gmail.com
          Assignee: allanjude@FreeBSD.org
             Flags: maintainer-feedback?(allanjude@FreeBSD.org)

Please, is it possible for uclcmd to preserve case in a situation such as t=
he
one below?=20


----

root@mowa219-gjp4-ghostbsd-13-vm:~ # uclcmd get --file
/usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD.enabled
false
root@mowa219-gjp4-ghostbsd-13-vm:~ # uclcmd set --file
/usr/local/etc/pkg/repos/FreeBSD.conf FreeBSD.enabled true
root@mowa219-gjp4-ghostbsd-13-vm:~ # pkg upgrade -n -r FreeBSD
No repositories are enabled.
root@mowa219-gjp4-ghostbsd-13-vm:~ # pkg upgrade -n -r freebsd
Updating freebsd repository catalogue...
=E2=80=A6

=E2=80=93 the first line of /usr/local/etc/pkg/repos/FreeBSD.conf was alter=
ed from:=20

> FreeBSD {

=E2=80=93 to:=20

> freebsd {


I see a related issue in GitHub.

--=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-258451-7788>