svn commit: r415356 - head/java/intellij-pty4j

Boris Samorodov bsam at FreeBSD.org
Mon May 16 19:07:07 UTC 2016


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 at 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 at 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>


More information about the svn-ports-head mailing list