[Midnightbsd-cvs] [MidnightBSD/mports] f7a042: cad/cura: fix invalid LICENSE, set to lgpl3
Lucas Holt
noreply at github.com
Fri Aug 21 23:55:09 EDT 2026
Branch: refs/heads/cad/cura
Home: https://github.com/MidnightBSD/mports
Commit: f7a042528d93716f47e541e6fb26f23880bd8f0e
https://github.com/MidnightBSD/mports/commit/f7a042528d93716f47e541e6fb26f23880bd8f0e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M cad/cura/Makefile
Log Message:
-----------
cad/cura: fix invalid LICENSE, set to lgpl3
LICENSE was "apgl", which is not a recognized identifier. The framework
therefore treated it as a custom license and aborted before doing any work:
===> License not correctly defined: for unknown licenses, defining
LICENSE_PERMS is mandatory (otherwise use a known LICENSE)
Magus run 647 recorded this as a fetch failure, because the license check runs
inside the fetch target. Nothing was ever fetched.
"apgl" reads like a transposition of "agpl", and FreeBSD's cad/cura does use
AGPLv3, but that is not what this port builds. Cura relicensed at 4.0, and the
LICENSE file of Ultimaker/Cura 4.13.1 -- the very file LICENSE_FILE points at --
is the GNU Lesser General Public License version 3. So the correct identifier
is lgpl3, not agpl.
No PORTREVISION bump: the port could not build at all, so there is no package
whose metadata changes.
Verified with bmake check-license.
AI-Assisted-by: Claude Opus 5 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>
To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/mports/settings/notifications
More information about the Midnightbsd-cvs
mailing list