diff options
author | knu <knu@FreeBSD.org> | 2004-05-25 19:11:36 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2004-05-25 19:11:36 +0000 |
commit | 527d4875d13e9143dee62792067095591b092860 (patch) | |
tree | 33e1f9955eb2c18ebf9f7ad4e95f8bce2ec0ea3b /audio/ruby-freedb | |
parent | ecec12ced85b83150dfef68468b1ed6ebefe86d7 (diff) | |
download | FreeBSD-ports-527d4875d13e9143dee62792067095591b092860.zip FreeBSD-ports-527d4875d13e9143dee62792067095591b092860.tar.gz |
Update MASTER_SITES and WWW.
PR: ports/67101
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'audio/ruby-freedb')
-rw-r--r-- | audio/ruby-freedb/Makefile | 2 | ||||
-rw-r--r-- | audio/ruby-freedb/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile index 093ae4f..db0038c 100644 --- a/audio/ruby-freedb/Makefile +++ b/audio/ruby-freedb/Makefile @@ -8,7 +8,7 @@ PORTNAME= freedb PORTVERSION= 0.5 CATEGORIES= audio net ruby -MASTER_SITES= http://davedd.free.fr/%SUBDIR%/download/ +MASTER_SITES= http://rubyforge.org/frs/download.php/69/ MASTER_SITE_SUBDIR= ruby-${PORTNAME} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} diff --git a/audio/ruby-freedb/pkg-descr b/audio/ruby-freedb/pkg-descr index 94b8c29..a889a4c 100644 --- a/audio/ruby-freedb/pkg-descr +++ b/audio/ruby-freedb/pkg-descr @@ -2,5 +2,5 @@ Ruby/Freedb is a library that provides access to Freedb/CDDB servers to find some useful CD-Audio informations (CD-title, tracks titles). This library includes low-level functions to access CD-ROM device. -Author: Guillaume Pierronnet <moumar@netcourrier.com> -WWW: http://davedd.free.fr/ruby-freedb/ +Author: Guillaume Pierronnet <moumar@rubyforge.org> +WWW: http://ruby-freedb.rubyforge.org/ |