Date: Mon, 13 May 2013 15:39:33 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318110 - head/www/mod_ruby Message-ID: <201305131539.r4DFdXqs072636@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <shugo@modruby.net> -WWW: http://www.modruby.net/index.html.en +Author: Shugo Maeda
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305131539.r4DFdXqs072636>