diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-08 13:27:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-08 13:27:13 +0000 |
commit | 8f5432225b597a8e108b89955959259f6c65fc14 (patch) | |
tree | 8e29407a0678150a5c1a9215fb9a197803fc4ed2 /databases/rubygem-postgres | |
parent | 3599afd7f7ab89635043159b12da6a86355c59d0 (diff) | |
download | ports-8f5432225b597a8e108b89955959259f6c65fc14.tar.gz ports-8f5432225b597a8e108b89955959259f6c65fc14.zip |
Notes
Diffstat (limited to 'databases/rubygem-postgres')
-rw-r--r-- | databases/rubygem-postgres/Makefile | 2 | ||||
-rw-r--r-- | databases/rubygem-postgres/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 63e589a193ec..a48759ebac9b 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-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/rubygem-postgres/pkg-descr b/databases/rubygem-postgres/pkg-descr index a59a06b0015f..61c7591ddf18 100644 --- a/databases/rubygem-postgres/pkg-descr +++ b/databases/rubygem-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 |