sysutils/mate-system-monitor: switch to GitHub release asset
Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook.
games/lmarbles: Upgrade to 1.1.1
- Switch to DISTVERSION
- Drop fetching extra icons and use shipped desktop .png
- Add pkg-message about upstream changes related to removal of global shared
state support
- Take maintainership
ChangeLog: https://sourceforge.net/p/lgames/code/HEAD/tree/trunk/lmarbles/ChangeLog
misc/ompl: Fix duplicate target "post-patch-PLANNERARENA-off"
The .for loop iterated over all options except DEMOS, which included
PLANNERARENA. This generated a post-patch-PLANNERARENA-off target that
conflicted with the explicit one defined after the loop.
Fix by:
- Exempting PLANNERARENA from the .for loop
- Adding the missing PLANNERARENA option variables (DESC, BUILD_DEPENDS,
RUN_DEPENDS) that were previously removed
PR: 295634
Approved by: yuri (maintainer, timeout 2 weeks)