Page MenuHomeFreeBSD

security/py-service[_-]identity: remove duplicate clashing ports
Needs ReviewPublic

Authored by girgen on Nov 20 2023, 4:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 16, 4:07 PM
Unknown Object (File)
Sun, Sep 21, 11:01 AM
Unknown Object (File)
Aug 30 2025, 9:42 AM
Unknown Object (File)
Aug 23 2025, 1:32 AM
Unknown Object (File)
Jul 25 2025, 6:34 AM
Unknown Object (File)
Jun 25 2025, 8:19 PM
Unknown Object (File)
Jun 23 2025, 1:19 AM
Unknown Object (File)
Jun 13 2025, 6:52 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Python
Summary

security/py-service[_-]identity: remove duplicate clashing ports

The port was renamed upstreams to use a hyphen in the name instead of an
underscore. A duplicate port was introduced into the ports tree and they
clash since they install the same file. Python does not distinguish
between _ and - in package names.

PR: 275167

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

girgen created this revision.
vishwin added subscribers: sunpoet, vishwin.

Looks like @sunpoet has taken the bug so they will handle the commit, with maintainer of the service_identity port approving.

Note that Python name normalisation rules regard all of hyphen (-), low line (_) and full stop (.) as equivalent and normalised to hyphen (-). However, for wheel filenames, they are instead normalised to low line (_).

Also don't forget to add a MOVED entry.