[Midnightbsd-cvs] [MidnightBSD/mports] 591765: japanese/p5-WWW-MobileCarrierJP: fix misspelled LI...
Lucas Holt
noreply at github.com
Sat Aug 22 00:00:10 EDT 2026
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/mports
Commit: 591765ae973af8314a8847f0432104e2f1f46e61
https://github.com/MidnightBSD/mports/commit/591765ae973af8314a8847f0432104e2f1f46e61
Author: Lucas Holt <luke at foolishgames.com>
Date: 2026-08-21 (Fri, 21 Aug 2026)
Changed paths:
M japanese/p5-WWW-MobileCarrierJP/Makefile
Log Message:
-----------
japanese/p5-WWW-MobileCarrierJP: fix misspelled LICENSE identifier (#767)
## Problem
`LICENSE= artitistic gpl+` — `artitistic` is not a recognized
identifier, so the framework treated it as a *custom* license and
aborted before doing any work:
```
===> License not correctly defined: for unknown licenses, defining
LICENSE_PERMS_artitistic 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 — but nothing was ever fetched. (The
trailing `make: exec(exit) failed (No such file or directory)` in that
log is framework noise masking the real error on the line above.)
## Fix
`artitistic` → `artistic`.
With `LICENSE_COMB=dual` this is the standard Perl dual license, spelled
`artistic gpl+` by every other `p5-*` port in the tree
(`archivers/p5-Archive-Extract`, `archivers/p5-IO-Compress`, and ~20
more).
No `PORTREVISION` bump — the port could not build at all, so there is no
package whose metadata changes.
## Testing
`bmake check-license` → `===> License artistic gpl+ accepted by the
user`
🤖 Generated with [Claude Code](https://claude.com/claude-code)
## Summary by Sourcery
Bug Fixes:
- Correct the misspelled Artistic license identifier so the port passes
license validation and can build.
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