From owner-svn-ports-head@FreeBSD.ORG Mon May 13 15:39:34 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A1E7D4A; Mon, 13 May 2013 15:39:34 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F057B140; Mon, 13 May 2013 15:39:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4DFdXcX072638; Mon, 13 May 2013 15:39:33 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4DFdXqs072636; Mon, 13 May 2013 15:39:33 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201305131539.r4DFdXqs072636@svn.freebsd.org> From: Dirk Meyer Date: Mon, 13 May 2013 15:39:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318110 - head/www/mod_ruby X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 15:39:34 -0000 Author: dinoex Date: Mon May 13 15:39:33 2013 New Revision: 318110 URL: http://svnweb.freebsd.org/changeset/ports/318110 Log: - drop WWW - cleanup MASTER_SITES Modified: head/www/mod_ruby/Makefile head/www/mod_ruby/pkg-descr Modified: head/www/mod_ruby/Makefile ============================================================================== --- head/www/mod_ruby/Makefile Mon May 13 15:37:24 2013 (r318109) +++ head/www/mod_ruby/Makefile Mon May 13 15:39:33 2013 (r318110) @@ -5,8 +5,7 @@ PORTNAME= mod_ruby PORTVERSION= 1.3.0 PORTREVISION= 3 CATEGORIES= www ruby -MASTER_SITES= http://www.modruby.net/archive/ \ - ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ +MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DIST_SUBDIR= ruby Modified: head/www/mod_ruby/pkg-descr ============================================================================== --- head/www/mod_ruby/pkg-descr Mon May 13 15:37:24 2013 (r318109) +++ head/www/mod_ruby/pkg-descr Mon May 13 15:39:33 2013 (r318110) @@ -2,5 +2,4 @@ mod_ruby embeds the Ruby interpreter int allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby. -Author: Shugo Maeda -WWW: http://www.modruby.net/index.html.en +Author: Shugo Maeda