Date: Mon, 16 May 2016 19:07:06 +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: r415356 - head/java/intellij-pty4j Message-ID: <201605161907.u4GJ76Cx000205@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bsam Date: Mon May 16 19:07:06 2016 New Revision: 415356 URL: https://svnweb.freebsd.org/changeset/ports/415356 Log: java/intellij-pty4: A new version of IntelliJ IDEA (pending commit) uses pty4j-0.6.jar which seems to include FreeBSD support. Do not install pty4j-0.5.jar, install only the native component of pty4j. PR: 209552 Submitted by: bsam (me) Approved by: Tobias Kortkamp <t@tobik.me> (maintainer) Modified: head/java/intellij-pty4j/Makefile Modified: head/java/intellij-pty4j/Makefile ============================================================================== --- head/java/intellij-pty4j/Makefile Mon May 16 19:04:38 2016 (r415355) +++ head/java/intellij-pty4j/Makefile Mon May 16 19:07:06 2016 (r415356) @@ -3,6 +3,7 @@ PORTNAME= intellij-pty4j PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= java devel MAINTAINER= t@tobik.me @@ -22,8 +23,6 @@ USES= gmake .include "${.CURDIR}/../intellij/common.mk" -PLIST_FILES= ${IDEA_HOME}/lib/pty4j-0.5.jar - .include <bsd.port.options.mk> # The directory we need to install Pty4J's native library in depends @@ -56,6 +55,5 @@ do-install: # See above why we always use freebsd/x86_64/ here ${INSTALL_LIB} ${WRKSRC}/os/freebsd/x86_64/libpty.so ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH}/ .endif - ${INSTALL_DATA} ${WRKSRC}/build/pty4j-0.5.jar ${STAGEDIR}${IDEA_HOME}/lib/pty4j-0.5.jar .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605161907.u4GJ76Cx000205>