Bug 290590 - devel/commitizen: Fix *_DEPENDS: Remove superfluous py-prompt-toolkit
Summary: devel/commitizen: Fix *_DEPENDS: Remove superfluous py-prompt-toolkit
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-27 20:02 UTC by Po-Chuan Hsieh
Modified: 2025-11-11 08:33 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (danfe)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2025-10-27 20:02:11 UTC
Patch is available at https://people.FreeBSD.org/~sunpoet/patch/devel-commitizen.txt

The proposed commit log is as follows:
devel/commitizen: Fix *_DEPENDS: Remove superfluous py-prompt-toolkit

- Update version requirement of *_DEPENDS
- Fix *_DEPENDS usage
- Add missing PKGNAMESUFFIX
- Bump PORTREVISION for dependency and package change
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-11-11 07:21:29 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=74e2b53f7f5b68073846b9f08ae425ece8361270

commit 74e2b53f7f5b68073846b9f08ae425ece8361270
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-11 07:13:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-11 07:17:10 +0000

    devel/commitizen: Fix *_DEPENDS: Remove superfluous py-prompt-toolkit

    - Update version requirement of *_DEPENDS
    - Fix *_DEPENDS usage
    - Add missing PKGNAMESUFFIX
    - Bump PORTREVISION for dependency and package change

    PR:             290590
    Approved by:    maintainer (timeout, 14 days)

 devel/commitizen/Makefile                         | 36 ++++++++++++-----------
 devel/commitizen/files/patch-pyproject.toml (new) | 17 +++++++++++
 2 files changed, 36 insertions(+), 17 deletions(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2025-11-11 08:33:56 UTC
Committed. Thanks.