1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

java/intellij-pty4j: Update to 0.11.4

PR:	253133
Submitted by:	dmitry.wagin@ya.ru (maintainer)
This commit is contained in:
Fernando Apesteguía 2021-02-01 17:46:03 +00:00
parent be9284ea3a
commit 45cb189d97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563596
2 changed files with 13 additions and 14 deletions

View File

@ -2,23 +2,22 @@
# $FreeBSD$
PORTNAME= intellij-pty4j
PORTVERSION= 0.5
PORTREVISION= 1
PORTVERSION= 0.11.4
CATEGORIES= java devel
MAINTAINER= ports@FreeBSD.org
COMMENT= FreeBSD-compatible replacement for IntelliJ's bundled Pty4J
COMMENT= Pty4J's native library
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
GH_ACCOUNT= traff
GH_PROJECT= pty4j
GH_TAGNAME= 5d29b891bca0ddf122fc51e3ce066fe421b47b54
USES= gmake
USE_GITHUB= yes
GH_ACCOUNT= JetBrains
GH_PROJECT= pty4j
GH_TAGNAME= 61a48c06c79f13f5766a35bb6af4816f481f0940
.include "${.CURDIR}/../intellij/common.mk"
.include <bsd.port.options.mk>
@ -27,7 +26,7 @@ USES= gmake
# on the install target's architecture. We rebuild libpty.so instead
# of using one of the bundled ones which are FreeBSD 10.x only.
.if ${ARCH} == "amd64"
PTY4J_ARCH= x86_64
PTY4J_ARCH= x86-64
.elif ${ARCH} == "i386"
PTY4J_ARCH= x86
.else
@ -50,8 +49,8 @@ NO_BUILD= yes
do-install:
.if ${PTY4J_ARCH} != ""
${MKDIR} ${STAGEDIR}${IDEA_HOME}/lib/libpty/freebsd/${PTY4J_ARCH}
# 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}/
# 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
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1575528809
SHA256 (traff-pty4j-0.5-5d29b891bca0ddf122fc51e3ce066fe421b47b54_GH0.tar.gz) = c931f367534d1d88643a19a15c77e0948b8a146d43dba8af0b89fe0b020ff393
SIZE (traff-pty4j-0.5-5d29b891bca0ddf122fc51e3ce066fe421b47b54_GH0.tar.gz) = 4858191
TIMESTAMP = 1612111702
SHA256 (JetBrains-pty4j-0.11.4-61a48c06c79f13f5766a35bb6af4816f481f0940_GH0.tar.gz) = 8b4bb11ae9bf2f4d9ab7e0c486bd1be1ac080e808ec647bcada25c7dd707d583
SIZE (JetBrains-pty4j-0.11.4-61a48c06c79f13f5766a35bb6af4816f481f0940_GH0.tar.gz) = 1028991