Bug 255489 - sysutils/iocage: fails to build, run-depends on devel/py-gitpython is broken
Summary: sysutils/iocage: fails to build, run-depends on devel/py-gitpython is broken
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Guangyuan Yang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-29 15:29 UTC by Sergey Akhmatov
Modified: 2021-04-29 17:56 UTC (History)
2 users (show)

See Also:


Attachments
devel/iocage RUN-DEPENDS fix (667 bytes, patch)
2021-04-29 15:29 UTC, Sergey Akhmatov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(-)