summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-08-08 18:21:52 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-08-08 18:21:52 +0000
commit7efb2739f2dd143ea855e5a54a296969277a1fc0 (patch)
treefe28a91d67061b4e19079fb6cc4e6fa1b0980962
parentUpdate MASTER_SITES and WWW. (diff)
Update MASTER_SITES, WWW, and Author.
Notes
Notes: svn path=/head/; revision=86602
-rw-r--r--net/ruby-nis/Makefile3
-rw-r--r--net/ruby-nis/pkg-descr4
-rw-r--r--sysutils/ruby-quota/Makefile3
-rw-r--r--sysutils/ruby-quota/pkg-descr4
4 files changed, 8 insertions, 6 deletions
diff --git a/net/ruby-nis/Makefile b/net/ruby-nis/Makefile
index c399479b87ac..77aa65c7c376 100644
--- a/net/ruby-nis/Makefile
+++ b/net/ruby-nis/Makefile
@@ -9,7 +9,8 @@ PORTNAME= nis
PORTVERSION= 0.1.1
PORTREVISION= 1
CATEGORIES= net ruby
-MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ruby-${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
diff --git a/net/ruby-nis/pkg-descr b/net/ruby-nis/pkg-descr
index 4dffe8d5863f..04d888bc3b25 100644
--- a/net/ruby-nis/pkg-descr
+++ b/net/ruby-nis/pkg-descr
@@ -1,4 +1,4 @@
Ruby-nis is a ruby library to use the NIS/YP API.
-WWW: http://kt-www.jaist.ac.jp/~ttate/ruby/ruby-ext.html
-Author: Takaaki Tateishi <ttate@jaist.ac.jp>
+WWW: http://sourceforge.net/projects/ruby-nis/
+Author: Takaaki Tateishi <ttate@users.sourceforge.net>
diff --git a/sysutils/ruby-quota/Makefile b/sysutils/ruby-quota/Makefile
index ebf9a4aaa502..9ea1a269acc2 100644
--- a/sysutils/ruby-quota/Makefile
+++ b/sysutils/ruby-quota/Makefile
@@ -8,7 +8,8 @@
PORTNAME= quota
PORTVERSION= 0.5.1
CATEGORIES= sysutils ruby
-MASTER_SITES= http://kt-www.jaist.ac.jp/~ttate/ftp/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ruby-${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
diff --git a/sysutils/ruby-quota/pkg-descr b/sysutils/ruby-quota/pkg-descr
index ba4aa7031b04..c4c355e964af 100644
--- a/sysutils/ruby-quota/pkg-descr
+++ b/sysutils/ruby-quota/pkg-descr
@@ -1,4 +1,4 @@
Ruby-quota is a ruby library to manipulate filesystem quotas.
-WWW: http://kt-www.jaist.ac.jp/~ttate/ruby/ruby-ext.html
-Author: Takaaki Tateishi <ttate@jaist.ac.jp>
+WWW: http://sourceforge.net/projects/ruby-quota/
+Author: Takaaki Tateishi <ttate@users.sourceforge.net>