diff options
author | taca <taca@pkgsrc.org> | 2005-04-12 14:49:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-04-12 14:49:46 +0000 |
commit | 0ca7a9c955f392233c319bfe4e157c02948ef752 (patch) | |
tree | b4a08bbf6255182cf902387e96390551fbcfa2aa /databases | |
parent | ca005507b383d39813d4deb55f5c495adc6bb4c5 (diff) | |
download | pkgsrc-0ca7a9c955f392233c319bfe4e157c02948ef752.tar.gz |
- Update HOMEPAGE.
- Add a few sites to MASTER_SITES.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-postgresql/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/ruby-postgresql/Makefile b/databases/ruby-postgresql/Makefile index 1322f134a1a..8fc66648e08 100644 --- a/databases/ruby-postgresql/Makefile +++ b/databases/ruby-postgresql/Makefile @@ -1,13 +1,15 @@ -# $NetBSD: Makefile,v 1.23 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.24 2005/04/12 14:49:46 taca Exp $ DISTNAME= ruby-postgres-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-postgresql-${VERSION} PKGREVISION= 3 CATEGORIES= databases ruby -MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/ +MASTER_SITES= http://raa.ruby-lang.org/cache/postgres/ \ + http://ruby.scripting.ca/postgres/archive/ \ + http://www.postgresql.jp/interfaces/ruby/archive/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.postgresql.jp/interfaces/ruby/ +HOMEPAGE= http://ruby.scripting.ca/postgres/ COMMENT= Ruby extension for postgresql RUBY_HAS_ARCHLIB= yes |