[Bug 275167] security/py-service-identity: merge duplicate of security/py-service_identity

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 18 Nov 2023 16:08:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275167

Palle Girgensohn <girgen@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |girgen@FreeBSD.org

--- Comment #4 from Palle Girgensohn <girgen@FreeBSD.org> ---
Hej Joakim!

Great! I just stumbled on this as well, since pkg-fallout nags me about my port
www/web12ldap, that does not build at all for exactly this reason.

May I suggest using the latest port, or at least let the port's name be the
same as upstreams. It is named service-identity nowadays. The `_' is replaced
with `-'. It is also much more popular to use `-' as spacing character in
python module names:

$ ls  -ld */py-*-* | wc -l
    1357
$ ls  -ld */py-*_* | wc -l    
      66


Albeit, there are ~15 depedant ports for service_identity and just one for
service-identity, so I understand the rationale behind the suggest patch. I
still think it would be worth to migrate to the same as upstreams. For one
thing, the reason for the duplicate is probably just that the name changed
upstreams.

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