From owner-svn-ports-head@freebsd.org Thu Apr 13 22:45:42 2017 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 451F3D3CEB9; Thu, 13 Apr 2017 22:45:42 +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 07F448EE; Thu, 13 Apr 2017 22:45:41 +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 v3DMjf9e079365; Thu, 13 Apr 2017 22:45:41 GMT (envelope-from bsam@FreeBSD.org) Received: (from bsam@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v3DMjex3079362; Thu, 13 Apr 2017 22:45:40 GMT (envelope-from bsam@FreeBSD.org) Message-Id: <201704132245.v3DMjex3079362@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bsam set sender to bsam@FreeBSD.org using -f From: Boris Samorodov Date: Thu, 13 Apr 2017 22:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438485 - 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, 13 Apr 2017 22:45:42 -0000 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 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 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