svn commit: r490530 - head/java/intellij-ultimate

Alex Dupre ale at FreeBSD.org
Thu Jan 17 07:48:54 UTC 2019


Author: ale
Date: Thu Jan 17 07:48:52 2019
New Revision: 490530
URL: https://svnweb.freebsd.org/changeset/ports/490530

Log:
  Update to 2018.3.3 release.
  
  PR:		234932
  Submitted by:	ale
  Approved by:	maintainer

Modified:
  head/java/intellij-ultimate/Makefile
  head/java/intellij-ultimate/distinfo
  head/java/intellij-ultimate/pkg-plist

Modified: head/java/intellij-ultimate/Makefile
==============================================================================
--- head/java/intellij-ultimate/Makefile	Thu Jan 17 06:52:17 2019	(r490529)
+++ head/java/intellij-ultimate/Makefile	Thu Jan 17 07:48:52 2019	(r490530)
@@ -4,7 +4,7 @@
 # Based on the java/intellij port
 
 PORTNAME=	intellij-ultimate
-PORTVERSION=	2018.3.2
+PORTVERSION=	2018.3.3
 CATEGORIES=	java devel
 MASTER_SITES=	https://download.jetbrains.com/idea/ \
 		http://download.jetbrains.com/idea/
@@ -33,7 +33,7 @@ NO_BUILD=	yes
 USE_LDCONFIG=	${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86_64/
 USE_LDCONFIG32=	${IDEA_HOME}/plugins/tfsIntegration/lib/native/freebsd/x86/
 
-WRKSRC=	${WRKDIR}/idea-IU-183.4886.37
+WRKSRC=	${WRKDIR}/idea-IU-183.5153.38
 
 .include "${.CURDIR}/../intellij/common.mk"
 
@@ -55,6 +55,7 @@ do-install:
 		${STAGEDIR}${IDEA_HOME}/plugins/performanceTesting/lib/libasyncProfiler-linux.so \
 		${STAGEDIR}${IDEA_HOME}/plugins/performanceTesting/lib/libasyncProfiler-macos.so
 	@${RM} -rf ${STAGEDIR}${IDEA_HOME}/jre/jre/ \
+		${STAGEDIR}${IDEA_HOME}/lib/pty4j-native/ \
 		${STAGEDIR}${IDEA_HOME}/plugins/android/lib/libwebp/ \
 		${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/aix/ \
 		${STAGEDIR}${IDEA_HOME}/plugins/tfsIntegration/lib/native/hpux/ \

Modified: head/java/intellij-ultimate/distinfo
==============================================================================
--- head/java/intellij-ultimate/distinfo	Thu Jan 17 06:52:17 2019	(r490529)
+++ head/java/intellij-ultimate/distinfo	Thu Jan 17 07:48:52 2019	(r490530)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545903378
-SHA256 (ideaIU-2018.3.2-no-jdk.tar.gz) = b6b7461312b85f59c3c95292096811da4f59bc1fa1effd681e94f0aa9840a1be
-SIZE (ideaIU-2018.3.2-no-jdk.tar.gz) = 606272664
+TIMESTAMP = 1547226451
+SHA256 (ideaIU-2018.3.3-no-jdk.tar.gz) = 886a42b9522a34976722a5b0dc152ae7cc7d70f4a2e9319d146af561344c43b6
+SIZE (ideaIU-2018.3.3-no-jdk.tar.gz) = 606340328

Modified: head/java/intellij-ultimate/pkg-plist
==============================================================================
--- head/java/intellij-ultimate/pkg-plist	Thu Jan 17 06:52:17 2019	(r490529)
+++ head/java/intellij-ultimate/pkg-plist	Thu Jan 17 07:48:52 2019	(r490530)
@@ -205,8 +205,8 @@ bin/idea
 %%IDEA_HOME%%/lib/maven-model-builder-3.3.9.jar
 %%IDEA_HOME%%/lib/maven-repository-metadata-3.3.9.jar
 %%IDEA_HOME%%/lib/microba.jar
-%%IDEA_HOME%%/lib/miglayout-core-5.1.jar
-%%IDEA_HOME%%/lib/miglayout-swing-5.1.jar
+%%IDEA_HOME%%/lib/miglayout-core-5.2.jar
+%%IDEA_HOME%%/lib/miglayout-swing-5.2.jar
 %%IDEA_HOME%%/lib/mutability-annotations-compat.jar
 %%IDEA_HOME%%/lib/nanoxml-2.2.3.jar
 %%IDEA_HOME%%/lib/nekohtml-1.9.22.jar
@@ -12169,8 +12169,8 @@ bin/idea
 %%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.jar
-%%IDEA_HOME%%/plugins/xslt-debugger/lib/rt/xalan.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