From owner-dev-commits-ports-all@freebsd.org Sat Jul 17 09:45:57 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 72AEB651317; Sat, 17 Jul 2021 09:45:57 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GRjsd0XVPz3H6y; Sat, 17 Jul 2021 09:45:57 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ED4B56440; Sat, 17 Jul 2021 09:45:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16H9juP6059229; Sat, 17 Jul 2021 09:45:56 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16H9ju3i059228; Sat, 17 Jul 2021 09:45:56 GMT (envelope-from git) Date: Sat, 17 Jul 2021 09:45:56 GMT Message-Id: <202107170945.16H9ju3i059228@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 2e64411c9f1e - main - devel/jetbrains-phpstorm: Update to 2021.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2e64411c9f1eb3192f4f5977f5635baea1b2e53e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2021 09:45:57 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e64411c9f1eb3192f4f5977f5635baea1b2e53e commit 2e64411c9f1eb3192f4f5977f5635baea1b2e53e Author: Dmitry Wagin AuthorDate: 2021-07-17 09:45:19 +0000 Commit: Guangyuan Yang CommitDate: 2021-07-17 09:45:19 +0000 devel/jetbrains-phpstorm: Update to 2021.1.4 Changelog: https://confluence.jetbrains.com/display/PhpStorm/PhpStorm+2021.1.4+Release+Notes PR: 257013 Approved by: lwhsu (mentor, implicit) --- devel/jetbrains-phpstorm/Makefile | 4 ++-- devel/jetbrains-phpstorm/distinfo | 6 +++--- devel/jetbrains-phpstorm/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/jetbrains-phpstorm/Makefile b/devel/jetbrains-phpstorm/Makefile index 0457312ba99c..cb61bbb01d07 100644 --- a/devel/jetbrains-phpstorm/Makefile +++ b/devel/jetbrains-phpstorm/Makefile @@ -1,7 +1,7 @@ # Created by: Pedro Giffuni PORTNAME= phpstorm -PORTVERSION= 2021.1.3 +PORTVERSION= 2021.1.4 CATEGORIES= devel java MASTER_SITES= https://download-cf.jetbrains.com/webide/ PKGNAMEPREFIX= jetbrains- @@ -30,7 +30,7 @@ NO_ARCH= yes NO_BUILD= yes SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message -WRKSRC= ${WRKDIR}/PhpStorm-211.7442.50 +WRKSRC= ${WRKDIR}/PhpStorm-211.7628.25 do-install: # Linux/Windows/OS X only so remove them diff --git a/devel/jetbrains-phpstorm/distinfo b/devel/jetbrains-phpstorm/distinfo index 1e5efaeb740a..523c6db0732c 100644 --- a/devel/jetbrains-phpstorm/distinfo +++ b/devel/jetbrains-phpstorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622722861 -SHA256 (jetbrains/PhpStorm-2021.1.3.tar.gz) = fb389050802885f4180d039a68bd431b833d84d75b3635d55c02adf06dd81216 -SIZE (jetbrains/PhpStorm-2021.1.3.tar.gz) = 522822199 +TIMESTAMP = 1625563813 +SHA256 (jetbrains/PhpStorm-2021.1.4.tar.gz) = d4100d919715fb218e37cd7ea99cce51f7c22bc41406a7482fa2cabb04452a5d +SIZE (jetbrains/PhpStorm-2021.1.4.tar.gz) = 525699953 diff --git a/devel/jetbrains-phpstorm/pkg-plist b/devel/jetbrains-phpstorm/pkg-plist index 63aea5e77ba7..6c82561ca69d 100644 --- a/devel/jetbrains-phpstorm/pkg-plist +++ b/devel/jetbrains-phpstorm/pkg-plist @@ -35,7 +35,7 @@ share/applications/phpstorm.desktop %%DATADIR%%/lib/blockmap-1.0.2.jar %%DATADIR%%/lib/bootstrap.jar %%DATADIR%%/lib/bouncy-castle-provider.jar -%%DATADIR%%/lib/build-marker-PS-211.7442.50 +%%DATADIR%%/lib/build-marker-PS-211.7628.25 %%DATADIR%%/lib/byte-buddy-agent-1.10.1.jar %%DATADIR%%/lib/caffeine-2.8.8.jar %%DATADIR%%/lib/cds/classesLogAgent.jar