Bug 258451 - devel/uclcmd case sensitivity
Summary: devel/uclcmd case sensitivity
Status: In Progress
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Allan Jude
URL: https://github.com/allanjude/uclcmd/p...
Keywords:
Depends on: 271039
Blocks:
  Show dependency treegraph
 
Reported: 2021-09-12 12:22 UTC by Graham Perrin
Modified: 2023-07-29 06:20 UTC (History)
3 users (show)

See Also:
allanjude: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Graham Perrin freebsd_committer freebsd_triage 2021-09-12 12:22:12 UTC
Please, is it possible for uclcmd to preserve case in a situation such as the one below? 


----

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...
…

– the first line of /usr/local/etc/pkg/repos/FreeBSD.conf was altered from: 

> FreeBSD {

– to: 

> freebsd {


I see a related issue in GitHub.
Comment 1 Allan Jude freebsd_committer freebsd_triage 2021-12-04 22:26:49 UTC
Working on a fix here: https://github.com/allanjude/uclcmd/pull/28
Comment 2 Graham Perrin freebsd_committer freebsd_triage 2021-12-05 03:25:10 UTC
(In reply to Allan Jude from comment #1)

Thanks!
Comment 3 Allan Jude freebsd_committer freebsd_triage 2021-12-06 19:28:29 UTC
This has been fixed, and a new release has been cut: v0.2.20211204
Just need someone to update the port now.
Comment 4 Graham Perrin freebsd_committer freebsd_triage 2023-05-08 17:10:17 UTC
Ah, sorry, I forgot this bug when I opened bug 271039. 

Close as fixed?