diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-05-13 23:39:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-05-13 23:39:33 +0800 |
commit | 35dbaf2a32aae7512a13ee61cfa806ad9cf2a5a9 (patch) | |
tree | ffe70f93d8fbc3c09d4a9387037160c7fd85b1a2 | |
parent | d34ff4ecbc9f4dd91961116e48cd02e4f76dbcf3 (diff) | |
download | freebsd-ports-gnome-35dbaf2a32aae7512a13ee61cfa806ad9cf2a5a9.tar.gz freebsd-ports-gnome-35dbaf2a32aae7512a13ee61cfa806ad9cf2a5a9.tar.zst freebsd-ports-gnome-35dbaf2a32aae7512a13ee61cfa806ad9cf2a5a9.zip |
- drop WWW
- cleanup MASTER_SITES
-rw-r--r-- | www/mod_ruby/Makefile | 3 | ||||
-rw-r--r-- | www/mod_ruby/pkg-descr | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_ruby/Makefile b/www/mod_ruby/Makefile index 364f15b5934e..70c11deffdd2 100644 --- a/www/mod_ruby/Makefile +++ b/www/mod_ruby/Makefile @@ -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 diff --git a/www/mod_ruby/pkg-descr b/www/mod_ruby/pkg-descr index 260a1f7c4e36..3d6dd83558d2 100644 --- a/www/mod_ruby/pkg-descr +++ b/www/mod_ruby/pkg-descr @@ -2,5 +2,4 @@ mod_ruby embeds the Ruby interpreter into the Apache web server, 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 |