diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-09 06:09:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-09 06:09:58 +0000 |
commit | cf535bc329fafc7822386c36451578f66472e7b9 (patch) | |
tree | f71a006a1a8d450058cd7a466047000937644ac3 /audio/mp3_check | |
parent | c38743558990a018340cfedde6e750a6604d41fc (diff) | |
download | FreeBSD-ports-cf535bc329fafc7822386c36451578f66472e7b9.zip FreeBSD-ports-cf535bc329fafc7822386c36451578f66472e7b9.tar.gz |
Switched to MASTER_SITE_SOURCEFORGE.
Add WWW and Author to pkg-descr
PR: 40293
Submitted by: Tilman Linneweh <tilman@arved.de>
Approved by: maintainer
Diffstat (limited to 'audio/mp3_check')
-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 dc8022a..073c2ec 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 4f14364..c468798 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 |