databases/py-aiosql: Update to 13.4
- Add a patch to fix build that would otherwise fail with the error:
===> Building for py311-aiosql-13.4
* Getting build dependencies for wheel...
[06/13/25 10:43:25] WARNING pyproject.toml does not contain a tool.setuptools_scm section setuptools.py:119
/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:104: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*.
warnings.warn(msg, _BetaConfiguration)
configuration error: `project.license` must be valid exactly by one definition (2 matches found):
- keys:
'file': {type: string}
required: ['file']
- keys:
'text': {type: string}
required: ['text']
Reported by: portscout!
textproc/p5-Markdown-Render: Add new port
This module can be used, along with a CSS::Parse::* module, to parse CSS
data and represent it as a tree of objects. Using a CSS::Adaptor::* module,
the CSS data tree can then be transformed into other formats.
PR: 287233
emulators/ppsspp: update to 1.19.1
While here:
- fix hang when using vulkan graphics backend.
This is due to FreeBSD mesa- ports, currently on version 24, only
supporting vulkan api version 1.3.
- add BSD3CLAUSE to LICENSE and LICENSE_FILE.
- remove defunct 2014 Debian man page.
The fetch link for the man page is broken. There's no longer a
ppsspp package for Debian.
Changelog: https://www.ppsspp.org/news/release-1.19/
PR: 287409
Reported by: Kevin Reinholz <kreinholz at gmail.com> (maintainer)