Revert "devel/pear-Console_CommandLine: Remove expired port"
There are some consumers which uses this port.
This reverts commit a1c02616d7a57a69f986b07f3f44fff7d117cdf2.
misc/py-posthog: Update 4.0.1 => 7.14.1, take maintainership
Changelog:
https://github.com/PostHog/posthog-python/blob/7.14.1/CHANGELOG.md
Improve port:
- Remove unnecessary DISTNAME because it's default value.
- Make a slight update to the Comment.
- Add additional WWW.
- Remove shebangfix because this port doesn't seem to install any
executable scripts.
- Update post-install-DOCS-on because it deals with no man pages.
PR: 295253
Sponsored by: UNIS Labs
devel/jujutsu: fix build with ports tree checked out by jujutsu
Fix issue reported in PR 295250:
My poudriere ports tree is a null mounted jj repo (git
colocated). Building docs fails, because it calls
jj util install-man-pages
which evidently tries to access
/usr/ports/.jj/repo/config-id
because it's being run from inside a jj repo.
There must not be a .jj directory in the directory were jj is
run or in any parent directory to prevent an error abort:
Internal error: Failed to determine the secure config for a repo
[6 lines not shown]
devel/py-dasbus: DBus library in Python [New]
Dasbus is a DBus library written in Python 3, based on GLib and inspired
by pydbus. It is designed to be easy to use and extend.
PR: 295125
Import bmake-20260508
Intersting/relevant changes since bmake-20260313
ChangeLog since bmake-20260313
2026-05-08 Simon J Gerraty <sjg at beast.crufty.net>
* VERSION (_MAKE_VERSION): 20260508
Merge with NetBSD make, pick up
o make.1: fix description of '-' handling in jobs-mod
by intenting it correctly.
2026-04-13 Simon J Gerraty <sjg at beast.crufty.net>
* VERSION (_MAKE_VERSION): 20260406
Merge with NetBSD make, pick up
o cleanup unnecessary parens
[30 lines not shown]