Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 13:26:14 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0f80d6120c84 - main - devel/rubymine: Add CPE information
Message-ID:  <202203181326.22IDQElx003360@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0f80d6120c8427bd2576c345d30f7dbdb66dbbbe

commit 0f80d6120c8427bd2576c345d30f7dbdb66dbbbe
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:11:09 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:50 +0000

    devel/rubymine: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 devel/rubymine/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/rubymine/Makefile b/devel/rubymine/Makefile
index a831afb4e917..e0352d54ebd5 100644
--- a/devel/rubymine/Makefile
+++ b/devel/rubymine/Makefile
@@ -17,11 +17,13 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier
 
-USES=		python:run shebangfix ssl
+USES=		cpe python:run shebangfix ssl
 
 USE_JAVA=	yes
 JAVA_VERSION=	11+
 
+CPE_VENDOR=	jetbrains
+
 SHEBANG_FILES=	bin/printenv.py bin/restart.py
 
 NO_BUILD=	yes



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