devel/py-cerberus: Lower-case the package name
Change the package name to lower-case to match the actual module
installed by the package.
This should allow it to be built with the existing version of
setuptools in ports (63.1.0) and the review D46236 version of
setuptools (80.9.0)
PR: 291416
net-mgmt/rubygem-oxidized: Update 0.34.3 => 0.35.0
Changelog:
https://github.com/ytti/oxidized/releases/tag/0.35.0
While here fix warnings from portclippy and portlint.
PR: 291396
Approved by: Nick Hilliard <nick at foobar.org> (maintainer)
www/angie: Use upstream version numbers for modules
Angie modules currently inherit the version number of the angie version
they are built against. This makes it hard and opaque to track their
actual version.
The mechanism used in the Makefile also had the unwanted side-effect of
PORTREVISION propagating from modules to the master port, which broke
the build (we found out the hard way...)
While here reduce number of of MKDIR calls.
PR: 291490
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
(cherry picked from commit 779f158be65aa25f44b5e557dcd04dba9a99b5a6)
www/angie: Use upstream version numbers for modules
Angie modules currently inherit the version number of the angie version
they are built against. This makes it hard and opaque to track their
actual version.
The mechanism used in the Makefile also had the unwanted side-effect of
PORTREVISION propagating from modules to the master port, which broke
the build (we found out the hard way...)
While here reduce number of of MKDIR calls.
PR: 291490
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>