diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-10 03:53:34 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-10 03:53:34 +0800 |
commit | 98cc6e666b06877321e24c17b4d326ecdf2dbc9d (patch) | |
tree | adf00933298d54c4a98fa73e167cbefdba2b3cc5 /audio/ogg2mp3 | |
parent | 0f786a64c57d407c6ce357a2f6cea43036bcb782 (diff) | |
download | freebsd-ports-gnome-98cc6e666b06877321e24c17b4d326ecdf2dbc9d.tar.gz freebsd-ports-gnome-98cc6e666b06877321e24c17b4d326ecdf2dbc9d.tar.zst freebsd-ports-gnome-98cc6e666b06877321e24c17b4d326ecdf2dbc9d.zip |
- Remove references to the no longer existing website
Note:
The original website hosting the ogg2mp3 script is no longer existent.
The author of ogg2mp3 didn't respond to requests for an alternative
download site. Also thanks to wxs@ for hosting the distfile.
PR: 132478
Submitted by: maintainer
Diffstat (limited to 'audio/ogg2mp3')
-rw-r--r-- | audio/ogg2mp3/Makefile | 2 | ||||
-rw-r--r-- | audio/ogg2mp3/pkg-descr | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/audio/ogg2mp3/Makefile b/audio/ogg2mp3/Makefile index 646cc5f21eb7..04439d58ed00 100644 --- a/audio/ogg2mp3/Makefile +++ b/audio/ogg2mp3/Makefile @@ -8,7 +8,7 @@ PORTNAME= ogg2mp3 PORTVERSION= 0.5 PORTREVISION= 3 CATEGORIES= audio -MASTER_SITES= http://amor.cms.hu-berlin.de/~h0444y2j/pub/ +MASTER_SITES= http://www.atarininja.org/distfiles/ MAINTAINER= tobias.rehbein@web.de COMMENT= Perl script that converts Ogg Vorbis files to MP3 format diff --git a/audio/ogg2mp3/pkg-descr b/audio/ogg2mp3/pkg-descr index 97b580dd6b1b..2e7df17864c4 100644 --- a/audio/ogg2mp3/pkg-descr +++ b/audio/ogg2mp3/pkg-descr @@ -1,3 +1 @@ ogg2mp3 is a perl script that converts Ogg Vorbis files into MP3 format. - -WWW: http://amor.cms.hu-berlin.de/~h0444y2j/linux.html |