rubymine: drop the intellij- prefix and move away from java
This commit is contained in:
parent
e4b56fdce0
commit
37475f717e
1
MOVED
1
MOVED
@ -16700,3 +16700,4 @@ www/rubygem-redis-rack1|www/rubygem-redis-rack|2021-12-21|Remove obsoleted port.
|
||||
x11-toolkits/rubygem-gtksourceview2|x11-toolkits/rubygem-gtksourceview3|2021-12-21|Remove obsoleted port. Use x11-toolkits/rubygem-gtksourceview3 instead
|
||||
x11-toolkits/rubygem-vte|x11-toolkits/rubygem-vte3|2021-12-21|Remove obsoleted port. Use x11-toolkits/rubygem-vte3 instead
|
||||
sysutils/asmon||2021-12-27|Has expired: Fails to build on modern FreeBSD
|
||||
java/intellij-rubymine|devel/rubymine|2021-12-31|Use better name and category
|
||||
|
@ -6955,6 +6955,7 @@
|
||||
SUBDIR += rubygem-zentest
|
||||
SUBDIR += rubygem-zhexdump
|
||||
SUBDIR += rubygem-zlib
|
||||
SUBDIR += rubymine
|
||||
SUBDIR += rudeconfig
|
||||
SUBDIR += rudiments
|
||||
SUBDIR += rust-analyzer
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= rubymine
|
||||
PORTVERSION= 2021.3.1
|
||||
CATEGORIES= java devel
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://download.jetbrains.com/ruby/ \
|
||||
http://download.jetbrains.com/ruby/
|
||||
PKGNAMEPREFIX= intellij-
|
||||
@ -29,7 +29,7 @@ NO_BUILD= yes
|
||||
|
||||
WRKDIST= ${WRKDIR}/RubyMine-${PORTVERSION}
|
||||
|
||||
.include "${.CURDIR}/../intellij/common.mk"
|
||||
.include "${.CURDIR}/../../java/intellij/common.mk"
|
||||
|
||||
PLIST_SUB+= DATADIR=${DATADIR}
|
||||
SUB_FILES+= rubymine rubymine.desktop pkg-message
|
@ -40,7 +40,6 @@
|
||||
SUBDIR += intellij
|
||||
SUBDIR += intellij-fsnotifier
|
||||
SUBDIR += intellij-pty4j
|
||||
SUBDIR += intellij-rubymine
|
||||
SUBDIR += intellij-ultimate
|
||||
SUBDIR += jad
|
||||
SUBDIR += jai
|
||||
|
Loading…
Reference in New Issue
Block a user