Skip to content

Commit

Permalink
devel/jetbrains-phpstorm: Update to 2023.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dwagin authored and MikaelUrankar committed Mar 23, 2024
1 parent 3c26c5a commit 04952db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions devel/jetbrains-phpstorm/Makefile
@@ -1,6 +1,5 @@
PORTNAME= phpstorm
PORTVERSION= 2023.3.4
PORTREVISION= 1
PORTVERSION= 2023.3.6
CATEGORIES= devel
MASTER_SITES= https://download-cdn.jetbrains.com/webide/
PKGNAMEPREFIX= jetbrains-
Expand Down Expand Up @@ -36,7 +35,7 @@ NO_BUILD= yes
SUB_FILES= ${PORTNAME} ${PORTNAME}.desktop pkg-message
SUB_LIST= JAVA_HOME=${JAVA_HOME}

WRKSRC= ${WRKDIR}/PhpStorm-233.14475.35
WRKSRC= ${WRKDIR}/PhpStorm-233.15026.12

do-install:
# Linux/Windows/OS X only so remove them
Expand All @@ -60,7 +59,7 @@ do-install:
@(cd ${WRKSRC}/bin && ${COPYTREE_BIN} . ${STAGEDIR}${DATADIR}/bin/ \
"-name *\.sh -o -name *\.py")
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1/
${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/
# Use fsnotifier replacement provided by java/intellij-fsnotifier
${ECHO} "idea.filewatcher.executable.path=${PREFIX}/bin/fsnotifier" >> ${STAGEDIR}${DATADIR}/bin/idea.properties
Expand Down
6 changes: 3 additions & 3 deletions devel/jetbrains-phpstorm/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1708032179
SHA256 (jetbrains/PhpStorm-2023.3.4.tar.gz) = 826871f7dfa2f81b410d9a40c5c456e6cb67b663361703f6a26db656e147479d
SIZE (jetbrains/PhpStorm-2023.3.4.tar.gz) = 685692064
TIMESTAMP = 1711086791
SHA256 (jetbrains/PhpStorm-2023.3.6.tar.gz) = abf03a945460a92cfed41cc1f5cbaab0eb80799cdfbadaac15594a8ddeec1b7e
SIZE (jetbrains/PhpStorm-2023.3.6.tar.gz) = 685714026
4 changes: 2 additions & 2 deletions devel/jetbrains-phpstorm/pkg-plist
@@ -1,5 +1,4 @@
bin/phpstorm
share/man/man1/phpstorm.1.gz
share/applications/phpstorm.desktop
%%DATADIR%%/Install-Linux-tar.txt
%%DATADIR%%/bin/brokenPlugins.db
Expand All @@ -22,7 +21,7 @@ share/applications/phpstorm.desktop
%%DATADIR%%/lib/app.jar
%%DATADIR%%/lib/async-profiler.jar
%%DATADIR%%/lib/bouncy-castle.jar
%%DATADIR%%/lib/build-marker-PS-233.14475.35
%%DATADIR%%/lib/build-marker-PS-233.15026.12
%%DATADIR%%/lib/byte-buddy-agent.jar
%%DATADIR%%/lib/cds/classesLogAgent.jar
%%DATADIR%%/lib/error-prone-annotations.jar
Expand Down Expand Up @@ -930,3 +929,4 @@ share/applications/phpstorm.desktop
%%DATADIR%%/plugins/xpath/lib/xpath.jar
%%DATADIR%%/plugins/yaml/lib/yaml.jar
%%DATADIR%%/product-info.json
share/man/man1/phpstorm.1.gz

0 comments on commit 04952db

Please sign in to comment.