Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2017 22:45:40 +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: r438485 - head/java/intellij
Message-ID:  <201704132245.v3DMjex3079362@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Thu Apr 13 22:45:40 2017
New Revision: 438485
URL: https://svnweb.freebsd.org/changeset/ports/438485

Log:
  java/intellij: Update to version 2017.1.1, use no-jdk distfile.

Modified:
  head/java/intellij/Makefile
  head/java/intellij/distinfo
  head/java/intellij/pkg-plist

Modified: head/java/intellij/Makefile
==============================================================================
--- head/java/intellij/Makefile	Thu Apr 13 22:42:42 2017	(r438484)
+++ head/java/intellij/Makefile	Thu Apr 13 22:45:40 2017	(r438485)
@@ -5,11 +5,11 @@
 # Vadim Zhukov <zhuk@openbsd.org>
 
 PORTNAME=	intellij
-PORTVERSION=	2017.1
+PORTVERSION=	2017.1.1
 CATEGORIES=	java devel
 MASTER_SITES=	https://download.jetbrains.com/idea/ \
 		http://download.jetbrains.com/idea/
-DISTNAME=	ideaIC-${PORTVERSION}
+DISTNAME=	ideaIC-${PORTVERSION}-no-jdk
 
 MAINTAINER=	bsam@FreeBSD.org
 COMMENT=	IntelliJ IDEA Community Edition
@@ -21,12 +21,14 @@ RUN_DEPENDS=	intellij-fsnotifier>0:java/
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.7+
+USES=		python:run shebangfix
+SHEBANG_FILES=	bin/printenv.py bin/restart.py
 
 NO_ARCH=	yes
 NO_BUILD=	yes
 INSTALL_TARGET=	install-strip
 
-WRKDIST=	${WRKDIR}/idea-IC-171.3780.107
+WRKSRC=		${WRKDIR}/idea-IC-171.4073.35
 
 .include "common.mk"
 
@@ -36,29 +38,26 @@ SUB_LIST+=	IDEA_HOME=${IDEA_HOME}
 
 do-install:
 	${MKDIR} ${STAGEDIR}${IDEA_HOME}
-	@${TAR} -czf - -C ${WRKDIST} . | ${TAR} xzf - -C ${STAGEDIR}${IDEA_HOME}
+	@${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${IDEA_HOME}
 # Linux/Windows/OS X only so remove them
 	@${RM} ${STAGEDIR}${IDEA_HOME}/bin/fsnotifier \
 		${STAGEDIR}${IDEA_HOME}/bin/fsnotifier-arm \
 		${STAGEDIR}${IDEA_HOME}/bin/fsnotifier64 \
-		${STAGEDIR}${IDEA_HOME}/bin/libbreakgen.so \
-		${STAGEDIR}${IDEA_HOME}/bin/libbreakgen64.so \
 		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-*.jar \
 		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-*.jar \
-		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-*.jar \
+		${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-*.jar
 # Remove the bundled native Pty4J support libraries, they are replaced
 # by java/intellij-pty4j
 	@${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty
-	@${RM} -r ${STAGEDIR}${IDEA_HOME}/jre
 	${INSTALL_SCRIPT} ${WRKDIR}/idea ${STAGEDIR}${PREFIX}/bin/idea
 	${INSTALL_MAN} ${FILESDIR}/idea.1 ${STAGEDIR}${PREFIX}/man/man1
 	${INSTALL_DATA} ${WRKDIR}/idea.desktop ${STAGEDIR}${PREFIX}/share/applications/
-	cd ${WRKDIST}/lib && ${JAVA_HOME}/bin/jar xf icons.jar
-	${INSTALL_DATA} ${WRKDIST}/lib/icon.png ${STAGEDIR}${IDEA_HOME}/idea.png
+	cd ${WRKSRC}/lib && ${JAVA_HOME}/bin/jar xf icons.jar
+	${INSTALL_DATA} ${WRKSRC}/lib/icon.png ${STAGEDIR}${IDEA_HOME}/idea.png
 # TODO: Remove and enable fsnotifier when devel/libinotify is fixed
 # Disable filewatcher warning message on IDEA startup
 	${ECHO} "idea.filewatcher.disabled=true" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties
 # Use fsnotifier replacement provided by java/intellij-fsnotifier
-#	${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties
+	${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${STAGEDIR}${IDEA_HOME}/bin/idea.properties
 
 .include <bsd.port.mk>

Modified: head/java/intellij/distinfo
==============================================================================
--- head/java/intellij/distinfo	Thu Apr 13 22:42:42 2017	(r438484)
+++ head/java/intellij/distinfo	Thu Apr 13 22:45:40 2017	(r438485)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490625127
-SHA256 (ideaIC-2017.1.tar.gz) = 750b517742157475bb690c1cc8f21ac151a754a38fec5c99a4bb473efd71da5d
-SIZE (ideaIC-2017.1.tar.gz) = 427717734
+TIMESTAMP = 1492106337
+SHA256 (ideaIC-2017.1.1-no-jdk.tar.gz) = 3b7f2b906c2a22b3323aba1f9bd4719147f0534e823d4313265c6bcbf92cda60
+SIZE (ideaIC-2017.1.1-no-jdk.tar.gz) = 354538090

Modified: head/java/intellij/pkg-plist
==============================================================================
--- head/java/intellij/pkg-plist	Thu Apr 13 22:42:42 2017	(r438484)
+++ head/java/intellij/pkg-plist	Thu Apr 13 22:45:40 2017	(r438485)
@@ -149,7 +149,7 @@ share/applications/idea.desktop
 %%IDEA_HOME%%/lib/miglayout-swing-5.0.jar
 %%IDEA_HOME%%/lib/nanoxml-2.2.3.jar
 %%IDEA_HOME%%/lib/nekohtml-1.9.14.jar
-%%IDEA_HOME%%/lib/netty-all-4.1.6.Final.Patched.jar
+%%IDEA_HOME%%/lib/netty-all-4.1.9.Final.jar
 %%IDEA_HOME%%/lib/openapi.jar
 %%IDEA_HOME%%/lib/optimizedFileManager.jar
 %%IDEA_HOME%%/lib/oromatcher.jar
@@ -212,6 +212,7 @@ share/applications/idea.desktop
 %%IDEA_HOME%%/license/sqljet-license.txt
 %%IDEA_HOME%%/license/svnkit-license.txt
 %%IDEA_HOME%%/license/swingx_license.txt
+%%IDEA_HOME%%/license/trove4j_license.txt
 %%IDEA_HOME%%/license/winp_license.txt
 %%IDEA_HOME%%/license/xerces_license.txt
 %%IDEA_HOME%%/license/xmlrpc_license.txt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704132245.v3DMjex3079362>