Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2019 20:29:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242327] java/intellij: Fix packing list
Message-ID:  <bug-242327-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242327

            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@FreeBSD.org
          Reporter: glewis@FreeBSD.org
          Assignee: bsam@FreeBSD.org
             Flags: maintainer-feedback?(bsam@FreeBSD.org)

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242327-7788>