[Midnightbsd-cvs] [MidnightBSD/mports] 0f8ace: databases/phpliteadmin: fix invalid USES=sqlite3, ...

Lucas Holt noreply at github.com
Wed Apr 29 20:45:02 EDT 2026


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/mports
  Commit: 0f8ace28ce5cae277ecea662aade91a58051e93b
      https://github.com/MidnightBSD/mports/commit/0f8ace28ce5cae277ecea662aade91a58051e93b
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-04-29 (Wed, 29 Apr 2026)

  Changed paths:
    M databases/phpliteadmin/Makefile

  Log Message:
  -----------
  databases/phpliteadmin: fix invalid USES=sqlite3, tidy do-install

sqlite3 is not a valid USES keyword (the extension is named sqlite).
For a PHP application the sqlite dependency is already satisfied by
USE_PHP=pdo_sqlite, so the sqlite USES entry is redundant; remove it.

Also remove the stray leading '/' in the ${MKDIR} line of do-install
which would produce a doubled slash in the path.

AI-Assisted-by: Claude Sonnet 4.6 <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