diff options
-rw-r--r-- | devel/ruby-metaruby/Makefile | 2 | ||||
-rw-r--r-- | devel/ruby-metaruby/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-metaruby/Makefile b/devel/ruby-metaruby/Makefile index bff9cdbde28e..90397217c75e 100644 --- a/devel/ruby-metaruby/Makefile +++ b/devel/ruby-metaruby/Makefile @@ -8,7 +8,7 @@ PORTNAME= metaruby PORTVERSION= 0.7 CATEGORIES= devel ruby -MASTER_SITES= http://hostname.2y.net/~matju/MetaRuby/ +MASTER_SITES= http://artengine.ca/matju/MetaRuby/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= MetaRuby-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/devel/ruby-metaruby/pkg-descr b/devel/ruby-metaruby/pkg-descr index ff8ac8bd676e..07043c57b70d 100644 --- a/devel/ruby-metaruby/pkg-descr +++ b/devel/ruby-metaruby/pkg-descr @@ -1,5 +1,5 @@ MetaRuby is a reimplementations of some Ruby parts in Ruby; equivalent of Perl's tie command. -Author: matju (Mathieu Bouchard) <matju@cam.org> +Author: matju (Mathieu Bouchard) <matju@sympatico.ca> WWW: http://hostname.2y.net/~matju/MetaRuby/ |