From the release notes at
https://github.com/dragotin/kraft/releases/tag/v0.96
This is a bug fix release. It is recommeded for production use.
- Found new MIT licensed icons to avoid uncertainess with CC license.
- Allow to use the "add new" button in the doc editor to add new catalog templates.
It presets the correct chapter.
Also a handful of bugfixes. The icons-issue is why pkg-plist changed.
* devel/gnustep-make: Update to 2.8.0
* lang/gnustep-base: Update to 1.27.0
* x11-toolkits/gnustep-back: update to 0.28.0
* x11-toolkits/gnustep-gui: update to 0.28.0
Also bump PORTREVISION on dependent ports.
The Qt applications have been split out into a separate project upstream, so
the QT5 option has been removed and a new port has been created:
www/py-weboob-qt.
The MMS option has been removed due to the dependency on the expired port
multimedia/mimms.
- The build system has been changed to CMake.
- Upstream has removed the bankdata updating tool. Bankdata will now be
periodically updated by the port itself.
- The PYTHON option has been removed. The Python bindings are now compatible
with Python 3.x, but would be better off in a slave port. For now, they
are disabled since nothing in the ports tree uses them. [1]
PR: 249684 [1]
Reported by: swills [1]
- Bump PORTREVISION for dependency change
py-beautifulsoup448 (beautifulsoup4 4.8.2) was added only for py-wagtail which
requires beautifulsoup4 >=4.8<4.9. Other ports should use py-beautifulsoup
(beautifulsoup4 4.9.3) instead.
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python)