Created attachment 209562 [details] Patch to fix the packing list Some of the JARs listed in the packing list use %%PYTHON_VER%% for part of their version number. The problem is that these versions are the version numbers of the release of that JAR, and are unrelated with Python. E.g. most are due to the version of Maven bundled with IntelliJ IDEA, which has no relationship to the version of Python that might be in use on the system. This breaks the package for anyone who isn't using python 3.6. The attached patch removes the incorrect use of %%PYTHON_VER%%.
Oh, that's not the first time... Sorry. Approved.
A commit references this bug: Author: glewis Date: Mon Dec 2 06:13:20 UTC 2019 New revision: 518825 URL: https://svnweb.freebsd.org/changeset/ports/518825 Log: Fix packing list The versions of the Apache Commons Net and Maven JARs are not related to the Python version. PR: 242327 Approved by: bsam@ (maintainer) Changes: head/java/intellij/pkg-plist