diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-09 14:09:58 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-09 14:09:58 +0800 |
commit | cf535bc329fafc7822386c36451578f66472e7b9 (patch) | |
tree | f71a006a1a8d450058cd7a466047000937644ac3 | |
parent | c38743558990a018340cfedde6e750a6604d41fc (diff) | |
download | freebsd-ports-gnome-cf535bc329fafc7822386c36451578f66472e7b9.tar.gz freebsd-ports-gnome-cf535bc329fafc7822386c36451578f66472e7b9.tar.zst freebsd-ports-gnome-cf535bc329fafc7822386c36451578f66472e7b9.zip |
Switched to MASTER_SITE_SOURCEFORGE.
Add WWW and Author to pkg-descr
PR: 40293
Submitted by: Tilman Linneweh <tilman@arved.de>
Approved by: maintainer
-rw-r--r-- | audio/mp3_check/Makefile | 3 | ||||
-rw-r--r-- | audio/mp3_check/pkg-descr | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile index dc8022a7f2f5..073c2ecdc681 100644 --- a/audio/mp3_check/Makefile +++ b/audio/mp3_check/Makefile @@ -8,7 +8,8 @@ PORTNAME= mp3_check PORTVERSION= 1.98 CATEGORIES= audio -MASTER_SITES= ftp://mp3check.sourceforge.net/pub/mp3check/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= mp3check MAINTAINER= ericb@thedeepsky.com diff --git a/audio/mp3_check/pkg-descr b/audio/mp3_check/pkg-descr index 4f1436489aca..c46879856d29 100644 --- a/audio/mp3_check/pkg-descr +++ b/audio/mp3_check/pkg-descr @@ -3,5 +3,8 @@ of mp3 audio files and prints useful statistics. This is handy for people who maintain libraries of mp3 files and need a way to verify their quality. +WWW: http://mp3check.sourceforge.net/ +Author: Eric Bullen <ericb@thedeepsky.com> + - Zach zach@pabst.bendnet.com |