From owner-svn-ports-all@FreeBSD.ORG Tue Oct 22 12:03:00 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 808CB289; Tue, 22 Oct 2013 12:03:00 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C6EE2555; Tue, 22 Oct 2013 12:03:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9MC30D4050658; Tue, 22 Oct 2013 12:03:00 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9MC2xiW050645; Tue, 22 Oct 2013 12:02:59 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201310221202.r9MC2xiW050645@svn.freebsd.org> From: Thomas Abthorpe Date: Tue, 22 Oct 2013 12:02:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331254 - in head: . devel devel/ruby-sdl games games/magicmaze lang lang/ruby18 www www/rubygem-mongrel www/rubygem-mongrel_cluster www/rubygem-rails-app-installer www/typo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Oct 2013 12:03:00 -0000 Author: tabthorpe Date: Tue Oct 22 12:02:58 2013 New Revision: 331254 URL: http://svnweb.freebsd.org/changeset/ports/331254 Log: 2013-10-10 devel/ruby-sdl: Does not work with Ruby 1.9 2013-10-22 games/magicmaze: Does not work with Ruby 1.9 2013-10-10 lang/ruby18: Please use lang/ruby19 2013-10-10 www/rubygem-mongrel_cluster: Does not work with Ruby 1.9 2013-10-10 www/rubygem-mongrel: Does not work with Ruby 1.9 2013-10-10 www/rubygem-rails-app-installer: Does not work with Ruby 1.9 2013-10-22 www/typo: Does not work with Ruby 1.9 Deleted: head/devel/ruby-sdl/ head/games/magicmaze/ head/lang/ruby18/ head/www/rubygem-mongrel/ head/www/rubygem-mongrel_cluster/ head/www/rubygem-rails-app-installer/ head/www/typo/ Modified: head/MOVED head/devel/Makefile head/games/Makefile head/lang/Makefile head/www/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Oct 22 10:54:10 2013 (r331253) +++ head/MOVED Tue Oct 22 12:02:58 2013 (r331254) @@ -5137,3 +5137,10 @@ japanese/gorua||2013-10-21|Has expired: x11-toolkits/ruby-gtk||2013-10-21|Has expired: Does not work with Ruby 1.9 astro/boinc-setiathome-enhanced|astro/boinc-setiathome-v7|2013-10-21|Removed: Project is switching, use astro/boinc-setiathome-v7 instead; broken on 10.0 multimedia/ffmpeg-devel|multimedia/ffmpeg|2013-10-21|Use multimedia/ffmpeg instead +devel/ruby-sdl||2013-10-22|Has expired: Does not work with Ruby 1.9 +games/magicmaze||2013-10-22|Has expired: Does not work with Ruby 1.9 +lang/ruby18|lang/ruby19|2013-10-22|Has expired: Please use lang/ruby19 +www/rubygem-mongrel_cluster||2013-10-22|Has expired: Does not work with Ruby 1.9 +www/rubygem-mongrel||2013-10-22|Removed +www/rubygem-rails-app-installer||2013-10-22|Has expired: Does not work with Ruby 1.9 +www/typo||2013-10-22|Has expired: Does not work with Ruby 1.9 Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 22 10:54:10 2013 (r331253) +++ head/devel/Makefile Tue Oct 22 12:02:58 2013 (r331254) @@ -4001,7 +4001,6 @@ SUBDIR += ruby-rbprof SUBDIR += ruby-robjectteam SUBDIR += ruby-rreadline - SUBDIR += ruby-sdl SUBDIR += ruby-setup.rb SUBDIR += ruby-statgrab SUBDIR += ruby-subversion Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Oct 22 10:54:10 2013 (r331253) +++ head/games/Makefile Tue Oct 22 12:02:58 2013 (r331254) @@ -564,7 +564,6 @@ SUBDIR += madbomber SUBDIR += maelstrom SUBDIR += magiccube4d - SUBDIR += magicmaze SUBDIR += magicor SUBDIR += mahjong SUBDIR += maitretarot Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue Oct 22 10:54:10 2013 (r331253) +++ head/lang/Makefile Tue Oct 22 12:02:58 2013 (r331254) @@ -303,7 +303,6 @@ SUBDIR += ruby-programmingruby SUBDIR += ruby-reference SUBDIR += ruby-usersguide - SUBDIR += ruby18 SUBDIR += ruby19 SUBDIR += ruby20 SUBDIR += runawk Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Oct 22 10:54:10 2013 (r331253) +++ head/www/Makefile Tue Oct 22 12:02:58 2013 (r331254) @@ -1784,8 +1784,6 @@ SUBDIR += rubygem-merb-helpers SUBDIR += rubygem-merb-param-protection SUBDIR += rubygem-modernizr - SUBDIR += rubygem-mongrel - SUBDIR += rubygem-mongrel_cluster SUBDIR += rubygem-multipart-post SUBDIR += rubygem-nanoc SUBDIR += rubygem-net-http-digest_auth @@ -1804,7 +1802,6 @@ SUBDIR += rubygem-rack-ssl SUBDIR += rubygem-rack-test SUBDIR += rubygem-rails - SUBDIR += rubygem-rails-app-installer SUBDIR += rubygem-railties SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze @@ -2036,7 +2033,6 @@ SUBDIR += twiki-WysiwygPlugin SUBDIR += twill SUBDIR += twms - SUBDIR += typo SUBDIR += typo3 SUBDIR += typo345 SUBDIR += typo347