Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 10:04:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493033 - head/java/intellij
Message-ID:  <201902161004.x1GA4Mp1071070@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 16 10:04:22 2019
New Revision: 493033
URL: https://svnweb.freebsd.org/changeset/ports/493033

Log:
  Fix packaging with DEFAULT_VERSIONS=python=3.6
  
  PR:		234633

Modified:
  head/java/intellij/pkg-plist

Modified: head/java/intellij/pkg-plist
==============================================================================
--- head/java/intellij/pkg-plist	Sat Feb 16 09:00:50 2019	(r493032)
+++ head/java/intellij/pkg-plist	Sat Feb 16 10:04:22 2019	(r493033)
@@ -10240,8 +10240,8 @@ share/applications/idea.desktop
 %%IDEA_HOME%%/plugins/xslt-debugger/lib/rmi-stubs.jar
 %%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/saxon.jar
 %%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/saxon9he.jar
-%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/serializer-%%PYTHON_VER%%.2.jar
-%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xalan-%%PYTHON_VER%%.2.jar
+%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/serializer-2.7.2.jar
+%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xalan-2.7.2.jar
 %%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xslt-debugger-engine-impl.jar
 %%IDEA_HOME%%/plugins/xslt-debugger/lib/xslt-debugger-engine.jar
 %%IDEA_HOME%%/plugins/xslt-debugger/lib/xslt-debugger.jar



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