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
F156827829: D42681.id.diff
Sat, May 16, 6:05 PM
Unknown Object (File)
Fri, May 8, 8:47 AM
Unknown Object (File)
Thu, May 7, 7:23 AM
Unknown Object (File)
Sat, May 2, 7:17 AM
Unknown Object (File)
Fri, May 1, 6:41 PM
Unknown Object (File)
Tue, Apr 21, 9:20 AM
Unknown Object (File)
Mon, Apr 20, 4:54 AM
Unknown Object (File)
Mar 30 2026, 3:53 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.