diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-22 04:50:10 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-22 04:50:10 +0800 |
commit | 02a14d50a196f11f047bfd1aaf1b11e5067277f0 (patch) | |
tree | 34c0d7e93b6965cb122865d15a56c1687d7d3b52 /audio/mp3stat | |
parent | 9e45edc2d8ca190b9fd488036cee5a5181a48fa7 (diff) | |
download | freebsd-ports-gnome-02a14d50a196f11f047bfd1aaf1b11e5067277f0.tar.gz freebsd-ports-gnome-02a14d50a196f11f047bfd1aaf1b11e5067277f0.tar.zst freebsd-ports-gnome-02a14d50a196f11f047bfd1aaf1b11e5067277f0.zip |
- Added mirror (unreliable master site)
- pass maintainership to submitter
PR: ports/108186
Submitted by: Beech Rintoul
Diffstat (limited to 'audio/mp3stat')
-rw-r--r-- | audio/mp3stat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index b14ee2689f1a..c0b15fb48fea 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -10,10 +10,11 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= https://signal-lost.homeip.net/files/ +MASTER_SITES= https://signal-lost.homeip.net/files/ \ + http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Read information about mp3s and oggs bitstream WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |