diff options
author | swills <swills@FreeBSD.org> | 2011-07-04 09:30:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-04 09:30:57 +0800 |
commit | 2a5a907a0538a9a35289cb7120250c1bc2cff4f8 (patch) | |
tree | 6606421431dceb51f64eace3dc4d094091ef2e78 /lang | |
parent | 7941cbc2c51ecb74c82f90a75ee1f1966556ec4f (diff) | |
download | freebsd-ports-gnome-2a5a907a0538a9a35289cb7120250c1bc2cff4f8.tar.gz freebsd-ports-gnome-2a5a907a0538a9a35289cb7120250c1bc2cff4f8.tar.zst freebsd-ports-gnome-2a5a907a0538a9a35289cb7120250c1bc2cff4f8.zip |
- Deprecate ports that don't work with Ruby 1.9 (volunteers welcome)
Approved by: ruby@ (pgollucci)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-extensions/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-lua/Makefile | 3 | ||||
-rw-r--r-- | lang/ruby-perl/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lang/ruby-extensions/Makefile b/lang/ruby-extensions/Makefile index 585ea4e9260c..8977a814e698 100644 --- a/lang/ruby-extensions/Makefile +++ b/lang/ruby-extensions/Makefile @@ -16,6 +16,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Useful extensions for Ruby's standard classes +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + RUBY_SETUP= install.rb USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index 3c61a0301a4f..43687de8d303 100644 --- a/lang/ruby-lua/Makefile +++ b/lang/ruby-lua/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension to make Lua script language as a class +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_LUA= 5.0 USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 0e2335b89597..d26c217a9c96 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -15,6 +15,9 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= A Ruby extension module to use the functions of Perl from Ruby +DEPRECATED= Doesn't work with Ruby 1.9 +EXPIRATION_DATE= 2011-08-03 + USE_PERL5= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes |