svn commit: r500488 - head/java/intellij-ultimate
Alex Dupre
ale at FreeBSD.org
Tue Apr 30 13:25:45 UTC 2019
Author: ale
Date: Tue Apr 30 13:25:43 2019
New Revision: 500488
URL: https://svnweb.freebsd.org/changeset/ports/500488
Log:
Update to 2019.1.1 release.
PR: 237648
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 Tue Apr 30 13:13:10 2019 (r500487)
+++ head/java/intellij-ultimate/Makefile Tue Apr 30 13:25:43 2019 (r500488)
@@ -4,7 +4,7 @@
# Based on the java/intellij port
PORTNAME= intellij-ultimate
-PORTVERSION= 2019.1
+PORTVERSION= 2019.1.1
CATEGORIES= java devel
MASTER_SITES= https://download.jetbrains.com/idea/ \
http://download.jetbrains.com/idea/
@@ -29,7 +29,7 @@ SHEBANG_FILES= bin/printenv.py bin/restart.py
NO_ARCH= yes
NO_BUILD= yes
-WRKSRC= ${WRKDIR}/idea-IU-191.6183.87
+WRKSRC= ${WRKDIR}/idea-IU-191.6707.61
.include "${.CURDIR}/../intellij/common.mk"
Modified: head/java/intellij-ultimate/distinfo
==============================================================================
--- head/java/intellij-ultimate/distinfo Tue Apr 30 13:13:10 2019 (r500487)
+++ head/java/intellij-ultimate/distinfo Tue Apr 30 13:25:43 2019 (r500488)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553771067
-SHA256 (ideaIU-2019.1-no-jbr.tar.gz) = 323802b35953398eed8ed491ae370b876ace6f4eccceaf06d699730612704d3b
-SIZE (ideaIU-2019.1-no-jbr.tar.gz) = 617441620
+TIMESTAMP = 1556533823
+SHA256 (ideaIU-2019.1.1-no-jbr.tar.gz) = d1f52f6fcd004d4c6faa0775e74969ca1d881de772397758bd8613b9e8dcf4dd
+SIZE (ideaIU-2019.1.1-no-jbr.tar.gz) = 618114586
Modified: head/java/intellij-ultimate/pkg-plist
==============================================================================
--- head/java/intellij-ultimate/pkg-plist Tue Apr 30 13:13:10 2019 (r500487)
+++ head/java/intellij-ultimate/pkg-plist Tue Apr 30 13:25:43 2019 (r500488)
@@ -87,7 +87,7 @@ bin/idea
%%IDEA_HOME%%/lib/ant/lib/libraries.properties
%%IDEA_HOME%%/lib/ant/src.zip
%%IDEA_HOME%%/lib/asm-5.0.3.jar
-%%IDEA_HOME%%/lib/asm-all-7.0.jar
+%%IDEA_HOME%%/lib/asm-all-7.0.1.jar
%%IDEA_HOME%%/lib/asm-analysis-5.0.3.jar
%%IDEA_HOME%%/lib/asm-tree-5.0.3.jar
%%IDEA_HOME%%/lib/async-profiler-1.5-ea.jar
@@ -240,7 +240,7 @@ bin/idea
%%IDEA_HOME%%/lib/plexus-utils-3.0.22.jar
%%IDEA_HOME%%/lib/protobuf-java-3.5.1.jar
%%IDEA_HOME%%/lib/proxy-vole-1.0.6.jar
-%%IDEA_HOME%%/lib/pty4j-0.9.1.jar
+%%IDEA_HOME%%/lib/pty4j-0.9.3.jar
%%IDEA_HOME%%/lib/purejavacomm-0.0.11.1.jar
%%IDEA_HOME%%/lib/rd-core-0.191.46.jar
%%IDEA_HOME%%/lib/rd-framework-0.191.46.jar
@@ -569,11 +569,17 @@ bin/idea
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.string.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts
+%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.full.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts
+%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.array.d.ts
+%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.d.ts
+%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.full.d.ts
+%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.string.d.ts
+%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es5.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es6.d.ts
%%IDEA_HOME%%/plugins/JavaScriptLanguage/jsLanguageServicesImpl/external/lib.es7.d.ts
More information about the svn-ports-head
mailing list