Skip to content

Commit

Permalink
rubymine: drop the intellij- prefix and move away from java
Browse files Browse the repository at this point in the history
  • Loading branch information
rene0 committed Dec 31, 2021
1 parent e4b56fd commit 37475f7
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -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
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -6955,6 +6955,7 @@
SUBDIR += rubygem-zentest
SUBDIR += rubygem-zhexdump
SUBDIR += rubygem-zlib
SUBDIR += rubymine
SUBDIR += rudeconfig
SUBDIR += rudiments
SUBDIR += rust-analyzer
Expand Down
4 changes: 2 additions & 2 deletions java/intellij-rubymine/Makefile → devel/rubymine/Makefile
Expand Up @@ -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-
Expand All @@ -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
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion java/Makefile
Expand Up @@ -40,7 +40,6 @@
SUBDIR += intellij
SUBDIR += intellij-fsnotifier
SUBDIR += intellij-pty4j
SUBDIR += intellij-rubymine
SUBDIR += intellij-ultimate
SUBDIR += jad
SUBDIR += jai
Expand Down

0 comments on commit 37475f7

Please sign in to comment.