svn commit: r493033 - head/java/intellij

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 10:04:23 UTC 2019


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


More information about the svn-ports-all mailing list