diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-18 12:02:57 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-04-18 12:02:57 +0000 |
commit | 917cbef8f36e5a3e8d9754b8a51e93ecfab73249 (patch) | |
tree | fdd4df865288a4955d93ea2c4d75445d296971ee /databases/ruby-postgres | |
parent | 51bbf3bf87dcf52d10b2d66719ec39262bd5163f (diff) | |
download | ports-917cbef8f36e5a3e8d9754b8a51e93ecfab73249.tar.gz ports-917cbef8f36e5a3e8d9754b8a51e93ecfab73249.zip |
Notes
Diffstat (limited to 'databases/ruby-postgres')
-rw-r--r-- | databases/ruby-postgres/Makefile | 2 | ||||
-rw-r--r-- | databases/ruby-postgres/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 63e589a193ec..a48759ebac9b 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -8,7 +8,7 @@ PORTNAME= postgres PORTVERSION= 0.6.2 CATEGORIES= databases ruby -MASTER_SITES= http://www.jp.postgresql.org/interfaces/ruby/archive/ +MASTER_SITES= http://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby diff --git a/databases/ruby-postgres/pkg-descr b/databases/ruby-postgres/pkg-descr index a59a06b0015f..61c7591ddf18 100644 --- a/databases/ruby-postgres/pkg-descr +++ b/databases/ruby-postgres/pkg-descr @@ -4,4 +4,4 @@ This library works with PostgreSQL 6.4/6.5 and 7.0. Authors: Yukihiro Matsumoto <matz@ruby-lang.org> Eiji Matsumoto <usagi@ruby.club.or.jp> Noboru Saitou <noborus@mb.kcom.ne.jp> (current maintainer) -WWW: http://www.jp.postgresql.org/interfaces/ruby/index.html +WWW: http://webclub.kcom.ne.jp/mb/noborus/ruby/index.html |