diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp32ogg/Makefile | 5 | ||||
-rw-r--r-- | audio/mp3wrap/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index 990981557839..4a650ac0c7e8 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -10,10 +10,11 @@ PORTNAME= mp32ogg PORTVERSION= 0.11 PORTREVISION= 2 CATEGORIES= audio perl5 -MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ +MASTER_SITES= ftp://ftp.faceprint.com/pub/software/scripts/ \ + http://people.freebsd.org/~uqs/distfiles/ EXTRACT_SUFX= # empty -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Convert MP3 files to Ogg Vorbis files RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 \ diff --git a/audio/mp3wrap/Makefile b/audio/mp3wrap/Makefile index 2ae5b640bbd9..ccf0e450c55f 100644 --- a/audio/mp3wrap/Makefile +++ b/audio/mp3wrap/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: audio/mp3wrap # Date created: 30.05.2003 -# Whom: Ulrich Spoerlein <q@uni.de> +# Whom: Ulrich Spoerlein <uspoerlein@gmail.com> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= uspoerlein@gmail.com +MAINTAINER= uqs@FreeBSD.org COMMENT= Utility to merge mp3 files (and other formats) GNU_CONFIGURE= yes |