summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-06-11 12:54:55 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-06-11 12:54:55 +0000
commited16649ab304c5d091c00a33f2a27e399ec49619 (patch)
treea15cf8550a515d4ef2c7d981af12c5cb9404273f /devel
parentUpdate to 1.7.11. (diff)
Update MASTER_SITES and WWW.
Notes
Notes: svn path=/head/; revision=61107
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-avl/Makefile2
-rw-r--r--devel/ruby-avl/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/ruby-avl/Makefile b/devel/ruby-avl/Makefile
index 926a184ae659..a12dc2bf1655 100644
--- a/devel/ruby-avl/Makefile
+++ b/devel/ruby-avl/Makefile
@@ -9,7 +9,7 @@ PORTNAME= avl
PORTVERSION= 0.1
PORTREVISION= 1
CATEGORIES+= devel ruby
-MASTER_SITES= http://bocks.dhs.org/~pizman/avl/
+MASTER_SITES= http://bocks.psych.purdue.edu/~pizman/avl/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby${PORTNAME}
DIST_SUBDIR= ruby
diff --git a/devel/ruby-avl/pkg-descr b/devel/ruby-avl/pkg-descr
index d5e2f86773f0..3684853de0f9 100644
--- a/devel/ruby-avl/pkg-descr
+++ b/devel/ruby-avl/pkg-descr
@@ -2,4 +2,4 @@ This is the AVL tree class for Ruby which works like a Hash,
implemented as a wrapper for libavl.
Author: Filip Pizlo <pizlo@purdue.edu>
-WWW: http://bocks.dhs.org/~pizman/avl/
+WWW: http://bocks.psych.purdue.edu/~pizman/avl/