From owner-svn-ports-head@freebsd.org Thu Feb 28 19:24:49 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BF0E1515154; Thu, 28 Feb 2019 19:24:49 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7DE783E0F; Thu, 28 Feb 2019 19:24:48 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CA94397D6; Thu, 28 Feb 2019 19:24:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x1SJOmLu040404; Thu, 28 Feb 2019 19:24:48 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x1SJOmJv040401; Thu, 28 Feb 2019 19:24:48 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201902281924.x1SJOmJv040401@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 28 Feb 2019 19:24:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494181 - head/devel/jetbrains-phpstorm X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/jetbrains-phpstorm X-SVN-Commit-Revision: 494181 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D7DE783E0F X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 28 Feb 2019 19:24:49 -0000 Author: swills Date: Thu Feb 28 19:24:47 2019 New Revision: 494181 URL: https://svnweb.freebsd.org/changeset/ports/494181 Log: devel/jetbrains-phpstorm: update to version 2018.3.4 PR: 235753 Submitted by: pfg (maintainer) Modified: head/devel/jetbrains-phpstorm/Makefile (contents, props changed) head/devel/jetbrains-phpstorm/distinfo (contents, props changed) head/devel/jetbrains-phpstorm/pkg-plist (contents, props changed) Modified: head/devel/jetbrains-phpstorm/Makefile ============================================================================== --- head/devel/jetbrains-phpstorm/Makefile Thu Feb 28 19:12:47 2019 (r494180) +++ head/devel/jetbrains-phpstorm/Makefile Thu Feb 28 19:24:47 2019 (r494181) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpstorm -PORTVERSION= 2018.3.2 +PORTVERSION= 2018.3.4 CATEGORIES= devel java MASTER_SITES= https://download.jetbrains.com/webide/ \ http://download.jetbrains.com/webide/ @@ -17,7 +17,7 @@ LICENSE_NAME= Subscription license agreement for busin LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ +RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ intellij-pty4j>0:java/intellij-pty4j USES= python:run shebangfix @@ -30,7 +30,7 @@ SHEBANG_FILES= bin/printenv.py bin/restart.py NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/PhpStorm-183.4886.46 +WRKSRC= ${WRKDIR}/PhpStorm-183.5429.47 SUB_FILES= phpstorm phpstorm.desktop pkg-message SUB_LIST= DATADIR=${DATADIR} @@ -46,6 +46,7 @@ do-install: @${RM} ${STAGEDIR}${DATADIR}/plugins/performanceTesting/lib/lib*.so # Remove the bundled native Pty4J support libraries, they are replaced # by java/intellij-pty4j + @${RM} -r ${STAGEDIR}${DATADIR}/lib/pty4j-native # Remove bundled linux OpenJDK and DroidSerif fonts @${RM} -r ${STAGEDIR}${DATADIR}/jre64 ${INSTALL_SCRIPT} ${WRKDIR}/phpstorm ${STAGEDIR}${PREFIX}/bin/phpstorm Modified: head/devel/jetbrains-phpstorm/distinfo ============================================================================== --- head/devel/jetbrains-phpstorm/distinfo Thu Feb 28 19:12:47 2019 (r494180) +++ head/devel/jetbrains-phpstorm/distinfo Thu Feb 28 19:24:47 2019 (r494181) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545924844 -SHA256 (PhpStorm-2018.3.2.tar.gz) = 9e163cb19819b0d70d5b07168cfee1ca590c4d2ac7bdfa2e2ed9de09e8639823 -SIZE (PhpStorm-2018.3.2.tar.gz) = 311392213 +TIMESTAMP = 1549769311 +SHA256 (PhpStorm-2018.3.4.tar.gz) = 3472e6b9f02ee117f6d89f55f7eb392b420a630e155e7c4ebf13d48206254f03 +SIZE (PhpStorm-2018.3.4.tar.gz) = 311609093 Modified: head/devel/jetbrains-phpstorm/pkg-plist ============================================================================== --- head/devel/jetbrains-phpstorm/pkg-plist Thu Feb 28 19:12:47 2019 (r494180) +++ head/devel/jetbrains-phpstorm/pkg-plist Thu Feb 28 19:24:47 2019 (r494181) @@ -37,7 +37,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/commons-lang-2.4.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-net-3.6.jar -%%DATADIR%%/lib/delight-nashorn-sandbox-0.1.16.jar +%%DATADIR%%/lib/delight-rhino-sandbox-0.0.9.jar %%DATADIR%%/lib/eddsa-0.2.0.jar %%DATADIR%%/lib/error_prone_annotations-2.3.1.jar %%DATADIR%%/lib/extensions.jar @@ -98,8 +98,8 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/markdown4j-2.2-cj-1.1.jar %%DATADIR%%/lib/markdownj-core-0.4.2-SNAPSHOT.jar %%DATADIR%%/lib/microba.jar -%%DATADIR%%/lib/miglayout-core-5.1.jar -%%DATADIR%%/lib/miglayout-swing-5.1.jar +%%DATADIR%%/lib/miglayout-core-5.2.jar +%%DATADIR%%/lib/miglayout-swing-5.2.jar %%DATADIR%%/lib/mutability-annotations-compat.jar %%DATADIR%%/lib/nanoxml-2.2.3.jar %%DATADIR%%/lib/netty-buffer-4.1.30.Final.jar @@ -118,7 +118,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/picocontainer-1.2.jar %%DATADIR%%/lib/platform-api.jar %%DATADIR%%/lib/platform-impl.jar -%%DATADIR%%/lib/proxy-vole-1.0.5.jar +%%DATADIR%%/lib/proxy-vole-1.0.6.jar %%DATADIR%%/lib/pty4j-0.8.6.jar %%DATADIR%%/lib/purejavacomm-0.0.11.1.jar %%DATADIR%%/lib/resources.jar @@ -201,7 +201,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/CSS/lib/resources_en.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-impl.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar -%%DATADIR%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.386.jar +%%DATADIR%%/plugins/DatabaseTools/lib/dekaf-single-2.0.0.387.jar %%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar %%DATADIR%%/plugins/DatabaseTools/lib/resources_en.jar %%DATADIR%%/plugins/DatabaseTools/lib/unidecode-0.0.7.jar @@ -600,8 +600,8 @@ share/applications/phpstorm.desktop %%DATADIR%%/plugins/xslt-debugger/lib/rmi-stubs.jar %%DATADIR%%/plugins/xslt-debugger/lib/rt/saxon.jar %%DATADIR%%/plugins/xslt-debugger/lib/rt/saxon9he.jar -%%DATADIR%%/plugins/xslt-debugger/lib/rt/serializer.jar -%%DATADIR%%/plugins/xslt-debugger/lib/rt/xalan.jar +%%DATADIR%%/plugins/xslt-debugger/lib/rt/serializer-2.7.2.jar +%%DATADIR%%/plugins/xslt-debugger/lib/rt/xalan-2.7.2.jar %%DATADIR%%/plugins/xslt-debugger/lib/rt/xslt-debugger-engine-impl.jar %%DATADIR%%/plugins/xslt-debugger/lib/xslt-debugger-engine.jar %%DATADIR%%/plugins/xslt-debugger/lib/xslt-debugger.jar