mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ruby-erb is now part of ruby 1.8 and shim-ruby18.
This commit is contained in:
parent
5eb4dc494b
commit
e1d433e49a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75377
@ -86,6 +86,7 @@ INSTALLED_SCRIPTS= ${PREFIX}/bin/irb \
|
||||
${PREFIX}/bin/h2rb
|
||||
|
||||
OBSOLETED_MODULES= dl \
|
||||
erb \
|
||||
fileutils \
|
||||
optparse \
|
||||
racc-runtime \
|
||||
|
@ -13,6 +13,7 @@ die () {
|
||||
delete_modules () {
|
||||
modules="
|
||||
dl
|
||||
erb
|
||||
fileutils
|
||||
fnmatch
|
||||
optparse
|
||||
|
@ -86,6 +86,7 @@ INSTALLED_SCRIPTS= ${PREFIX}/bin/irb \
|
||||
${PREFIX}/bin/h2rb
|
||||
|
||||
OBSOLETED_MODULES= dl \
|
||||
erb \
|
||||
fileutils \
|
||||
optparse \
|
||||
racc-runtime \
|
||||
|
Loading…
Reference in New Issue
Block a user