Bug 255489

Summary: sysutils/iocage: fails to build, run-depends on devel/py-gitpython is broken
Product: Ports & Packages Reporter: Sergey Akhmatov <sergey>
Component: Individual Port(s)Assignee: Guangyuan Yang <ygy>
Status: Closed FIXED    
Severity: Affects Only Me CC: grembo, ygy
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel/iocage RUN-DEPENDS fix none

Description Sergey Akhmatov 2021-04-29 15:29:15 UTC
Created attachment 224531 [details]
devel/iocage RUN-DEPENDS fix

git:f133c410c6d97254810f4f0fbd329e42b9eaf3a1 changed PORTNAME for devel/py-gitpython to lowercase: GitPython -> gitpython

iocage fails to build in poudriere:
===>   py38-iocage-1.2_6 depends on package: py38-GitPython>0 - not found
Comment 1 Guangyuan Yang freebsd_committer freebsd_triage 2021-04-29 15:35:10 UTC
Ack, sorry for the trouble, I'm already testing the patch and will commit shortly.

https://lists.freebsd.org/pipermail/dev-commits-ports-all/2021-April/004017.html
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-04-29 17:54:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c99e255148f3ae5601582c3dc3dd08222dd43e6

commit 5c99e255148f3ae5601582c3dc3dd08222dd43e6
Author:     Guangyuan Yang <ygy@FreeBSD.org>
AuthorDate: 2021-04-29 17:48:52 +0000
Commit:     Guangyuan Yang <ygy@FreeBSD.org>
CommitDate: 2021-04-29 17:53:44 +0000

    Unbreak ports after devel/py-gitpython's PORTNAME change

    PR:             255489
    Fixes:          f133c410c6d97254810f4f0fbd329e42b9eaf3a1
    Approved by:    lwhsu, portmgr (blanket)
    Differential Revision:  https://reviews.freebsd.org/D30039

 devel/py-bandit/Makefile     | 3 ++-
 devel/py-git-semver/Makefile | 3 ++-
 devel/py-git-up/Makefile     | 4 ++--
 devel/py-libioc/Makefile     | 3 ++-
 devel/py-nbdime/Makefile     | 3 ++-
 misc/snakemake/Makefile      | 3 ++-
 print/py-font-v/Makefile     | 3 ++-
 science/dvc/Makefile         | 4 ++--
 security/py-angr/Makefile    | 3 ++-
 security/py-zkg/Makefile     | 3 ++-
 sysutils/iocage/Makefile     | 4 ++--
 11 files changed, 22 insertions(+), 14 deletions(-)