[Bug 242327] java/intellij: Fix packing list

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 30 20:29:18 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242327

            Bug ID: 242327
           Summary: java/intellij: Fix packing list
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bsam at FreeBSD.org
          Reporter: glewis at FreeBSD.org
          Assignee: bsam at FreeBSD.org
             Flags: maintainer-feedback?(bsam at FreeBSD.org)

Created attachment 209562
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209562&action=edit
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%%.

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


More information about the freebsd-ports-bugs mailing list