svn commit: r558245 - head/java/intellij-rubymine

Pedro F. Giffuni pfg at FreeBSD.org
Wed Dec 16 21:45:30 UTC 2020


Author: pfg
Date: Wed Dec 16 21:45:29 2020
New Revision: 558245
URL: https://svnweb.freebsd.org/changeset/ports/558245

Log:
  devel/intellij-rubymine: pet portlint
  
  USES= goes before USE_
  
  Approved by:	thierry (mentor, implicit)

Modified:
  head/java/intellij-rubymine/Makefile

Modified: head/java/intellij-rubymine/Makefile
==============================================================================
--- head/java/intellij-rubymine/Makefile	Wed Dec 16 21:39:19 2020	(r558244)
+++ head/java/intellij-rubymine/Makefile	Wed Dec 16 21:45:29 2020	(r558245)
@@ -19,10 +19,11 @@ LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
 RUN_DEPENDS=	intellij-fsnotifier>0:java/intellij-fsnotifier
 
+USES=		python:run shebangfix
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.8+
 
-USES=		python:run shebangfix
 SHEBANG_FILES=	bin/printenv.py bin/restart.py
 
 NO_ARCH=	yes


More information about the svn-ports-head mailing list