Date: Sun, 27 May 2018 09:39:50 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470975 - head/java/intellij Message-ID: <201805270939.w4R9doWa092945@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Sun May 27 09:39:50 2018 New Revision: 470975 URL: https://svnweb.freebsd.org/changeset/ports/470975 Log: java/intellij: Update to version 2018.1.4 Modified: head/java/intellij/Makefile head/java/intellij/distinfo head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Sun May 27 09:38:32 2018 (r470974) +++ head/java/intellij/Makefile Sun May 27 09:39:50 2018 (r470975) @@ -5,7 +5,7 @@ # Vadim Zhukov <zhuk@openbsd.org> PORTNAME= intellij -PORTVERSION= 2018.1 +PORTVERSION= 2018.1.4 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ @@ -28,7 +28,7 @@ NO_ARCH= yes NO_BUILD= yes INSTALL_TARGET= install-strip -WRKSRC= ${WRKDIR}/idea-IC-181.4203.550 +WRKSRC= ${WRKDIR}/idea-IC-181.5087.20 .include "common.mk" Modified: head/java/intellij/distinfo ============================================================================== --- head/java/intellij/distinfo Sun May 27 09:38:32 2018 (r470974) +++ head/java/intellij/distinfo Sun May 27 09:39:50 2018 (r470975) @@ -1,3 +1,3 @@ -TIMESTAMP = 1522269288 -SHA256 (ideaIC-2018.1-no-jdk.tar.gz) = a8749bf8468ceb0bb957ba88c85eeb1c10a424e2140b1da976cd2d47b2f95426 -SIZE (ideaIC-2018.1-no-jdk.tar.gz) = 467885154 +TIMESTAMP = 1527369400 +SHA256 (ideaIC-2018.1.4-no-jdk.tar.gz) = a31f0e08d718df6794e178e299cc41b16b62127d431a32b9a17568e7fb4b6c33 +SIZE (ideaIC-2018.1.4-no-jdk.tar.gz) = 469330992 Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Sun May 27 09:38:32 2018 (r470974) +++ head/java/intellij/pkg-plist Sun May 27 09:39:50 2018 (r470975) @@ -84,7 +84,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/automaton.jar %%IDEA_HOME%%/lib/baksmali-2.2.1.jar %%IDEA_HOME%%/lib/batik-all.jar -%%IDEA_HOME%%/lib/bcprov-jdk15on-1.55.jar +%%IDEA_HOME%%/lib/bcprov-jdk15on-1.59.jar %%IDEA_HOME%%/lib/bootstrap.jar %%IDEA_HOME%%/lib/cglib-nodep-3.2.4.jar %%IDEA_HOME%%/lib/cli-parser-1.1.jar @@ -94,7 +94,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/commons-codec-1.9.jar %%IDEA_HOME%%/lib/commons-compress-1.10.jar %%IDEA_HOME%%/lib/commons-httpclient-3.1-patched.jar -%%IDEA_HOME%%/lib/commons-imaging-1.0-RC.jar +%%IDEA_HOME%%/lib/commons-imaging-1.0-RC-1.jar %%IDEA_HOME%%/lib/commons-io-2.2.jar %%IDEA_HOME%%/lib/commons-logging-1.2.jar %%IDEA_HOME%%/lib/commons-net-3.3.jar @@ -133,7 +133,9 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/imgscalr-lib-4.2.jar %%IDEA_HOME%%/lib/ini4j-0.5.5-2.jar %%IDEA_HOME%%/lib/isorelax.jar -%%IDEA_HOME%%/lib/jackson-core-2.8.8.jar +%%IDEA_HOME%%/lib/jackson-annotations-2.9.0.jar +%%IDEA_HOME%%/lib/jackson-core-2.9.5.jar +%%IDEA_HOME%%/lib/jackson-databind-2.9.5.jar %%IDEA_HOME%%/lib/java-api.jar %%IDEA_HOME%%/lib/java-impl.jar %%IDEA_HOME%%/lib/java_resources_en.jar @@ -145,7 +147,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/jcip-annotations-1.0.jar %%IDEA_HOME%%/lib/jdkAnnotations.jar %%IDEA_HOME%%/lib/jdom.jar -%%IDEA_HOME%%/lib/jediterm-pty-2.7.jar +%%IDEA_HOME%%/lib/jediterm-pty-%%PYTHON_VER%%.jar %%IDEA_HOME%%/lib/jgoodies-common-1.4.0.jar %%IDEA_HOME%%/lib/jgoodies-forms.jar %%IDEA_HOME%%/lib/jh.jar @@ -10103,9 +10105,6 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/maven/lib/resources_en.jar %%IDEA_HOME%%/plugins/properties/lib/properties.jar %%IDEA_HOME%%/plugins/properties/lib/resources_en.jar -%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-annotations-2.8.1.jar -%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-core-2.8.1.jar -%%IDEA_HOME%%/plugins/settings-repository/lib/jackson-databind-2.8.1.jar %%IDEA_HOME%%/plugins/settings-repository/lib/jgit.jar %%IDEA_HOME%%/plugins/settings-repository/lib/resources_en.jar %%IDEA_HOME%%/plugins/settings-repository/lib/settings-repository.jar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805270939.w4R9doWa092945>