[Bug 288358] New port for mariadb-java-client

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Jul 2025 13:02:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288358

--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
1. Remove 1st 4 lines.

2. Remove this: PORTVERSION=    ${DISTVERSION}

3. Sort USES=cpe java:run

4. Remove run from USES=java:run
# Defaults to USES=java:build,run if no arguments are provided and NO_BUILD is
# undefined. If NO_BUILD is defined, USES=java:run is used.

5. Remove JAVA_VERSION=   8+ - minimal java in ports is 8.

6. Why not download distfiles from vendor's site:
https://dlm.mariadb.com/browse/java8_connector/3.5.4/ ?

7. Remove this line and file databases/mariadb-java-client/files/LICENSE:
LICENSE_FILE=   ${FILESDIR}/LICENSE # LICENSE is handled separately, matches
license source is released under
Check for example databases/postgresql-jdbc/Makefile.

8. Use portclippy from ports-mgmt/portfmt for lines order in Makefile.

-- 
You are receiving this mail because:
You are the assignee for the bug.