Date: Wed, 28 Nov 2012 06:53:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307885 - head/audio/abcde Message-ID: <201211280653.qAS6r3ak060565@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Nov 28 06:53:03 2012 New Revision: 307885 URL: http://svnweb.freebsd.org/changeset/ports/307885 Log: Back to the pool as I have no time for it anymore While here remove useless quotes in some options descriptions Feature safe: yes Modified: head/audio/abcde/Makefile Modified: head/audio/abcde/Makefile ============================================================================== --- head/audio/abcde/Makefile Wed Nov 28 05:52:47 2012 (r307884) +++ head/audio/abcde/Makefile Wed Nov 28 06:53:03 2012 (r307885) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format LICENSE= GPLv2 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FL EJECT_DESC?= Enable auto-eject support NORMALIZE_DESC?= Enable normalize support -REPLAYGAIN_DESC?= "Enable (vorbis|mp3)gain support" +REPLAYGAIN_DESC?= Enable (vorbis|mp3)gain support .include <bsd.port.options.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211280653.qAS6r3ak060565>