From owner-svn-ports-head@freebsd.org Thu Oct 20 22:30:21 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82C94C1B71F; Thu, 20 Oct 2016 22:30:21 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 549B399F; Thu, 20 Oct 2016 22:30:21 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9KMUK60025658; Thu, 20 Oct 2016 22:30:20 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9KMUK2j025655; Thu, 20 Oct 2016 22:30:20 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201610202230.u9KMUK2j025655@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 20 Oct 2016 22:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424364 - head/java/intellij X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Oct 2016 22:30:21 -0000 Author: bsam Date: Thu Oct 20 22:30:20 2016 New Revision: 424364 URL: https://svnweb.freebsd.org/changeset/ports/424364 Log: java/intellij: fix pkg-plist. PR: 213616 Submitted by: Sergey Brunov Modified: head/java/intellij/Makefile head/java/intellij/pkg-plist Modified: head/java/intellij/Makefile ============================================================================== --- head/java/intellij/Makefile Thu Oct 20 21:17:28 2016 (r424363) +++ head/java/intellij/Makefile Thu Oct 20 22:30:20 2016 (r424364) @@ -6,6 +6,7 @@ PORTNAME= intellij PORTVERSION= 2016.2.5 +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= https://download.jetbrains.com/idea/ \ http://download.jetbrains.com/idea/ Modified: head/java/intellij/pkg-plist ============================================================================== --- head/java/intellij/pkg-plist Thu Oct 20 21:17:28 2016 (r424363) +++ head/java/intellij/pkg-plist Thu Oct 20 22:30:20 2016 (r424364) @@ -160,6 +160,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/lib/sanselan-0.98-snapshot.jar %%IDEA_HOME%%/lib/serviceMessages.jar %%IDEA_HOME%%/lib/slf4j-api-1.7.10.jar +%%IDEA_HOME%%/lib/snappy-in-java-0.5.1.jar %%IDEA_HOME%%/lib/slf4j-log4j12-1.7.10.jar %%IDEA_HOME%%/lib/sqlite-jdbc-3.6.20.1.jar %%IDEA_HOME%%/lib/src/trove4j_src.jar @@ -238,6 +239,7 @@ share/applications/idea.desktop %%IDEA_HOME%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat %%IDEA_HOME%%/plugins/Kotlin/kotlinc/build.txt %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar +%%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-ant.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common-test.jar %%IDEA_HOME%%/plugins/Kotlin/kotlinc/lib/kotlin-build-common.jar