diff options
author | knu <knu@FreeBSD.org> | 2001-03-14 21:59:41 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-14 21:59:41 +0800 |
commit | 5023359a9f11bb7a58c3a81b0be1fc5a93be6962 (patch) | |
tree | c9622e462a9c955381e3bc0b8df2ebda191b5933 /databases/rubygem-postgres | |
parent | 4afef36119bb149a07c5b709a14455cf370a27da (diff) | |
download | freebsd-ports-gnome-5023359a9f11bb7a58c3a81b0be1fc5a93be6962.tar.gz freebsd-ports-gnome-5023359a9f11bb7a58c3a81b0be1fc5a93be6962.tar.zst freebsd-ports-gnome-5023359a9f11bb7a58c3a81b0be1fc5a93be6962.zip |
Update MASTER_SITES and WWW.
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 a48759ebac9b..63e589a193ec 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://webclub.kcom.ne.jp/mb/noborus/ruby/archive/ +MASTER_SITES= http://www.jp.postgresql.org/interfaces/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 61c7591ddf18..a59a06b0015f 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://webclub.kcom.ne.jp/mb/noborus/ruby/index.html +WWW: http://www.jp.postgresql.org/interfaces/ruby/index.html |