Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jun 2012 18:54:59 +0400
From:      Boris Samorodov <bsam@passap.ru>
To:        Stefan Esser <se@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/multimedia/dvbcut Makefile
Message-ID:  <4FCCCC43.3080906@passap.ru>
In-Reply-To: <201206041206.q54C6Hvu036160@repoman.freebsd.org>
References:  <201206041206.q54C6Hvu036160@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

04.06.2012 16:06, Stefan Esser написал:
> se          2012-06-04 12:06:17 UTC
>
>    FreeBSD ports repository (src committer)
>
>    Modified files:
>      multimedia/dvbcut    Makefile
>    Log:
>    Convert to use new options framework.
>
>    Revision  Changes    Path
>    1.36      +16 -15    ports/multimedia/dvbcut/Makefile

I'm not sure that this is "Convert to use new options framework":
-----
 > Index: ports/multimedia/dvbcut/Makefile
 > diff -u ports/multimedia/dvbcut/Makefile:1.35 
ports/multimedia/dvbcut/Makefile:1.36
 > --- ports/multimedia/dvbcut/Makefile:1.35	Fri Jun  1 05:22:26 2012
 > +++ ports/multimedia/dvbcut/Makefile	Mon Jun  4 12:06:17 2012
 > @@ -14,28 +14,29 @@
 >   MAINTAINER=	se@FreeBSD.org
 >   COMMENT=	Qt application for cutting of MPEG PS and MPEG TS streams 
(DVB)
 >
 > +LICENSE=	GPLv2
 > +
 >   BUILD_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
 > -LIB_DEPENDS=	a52.0:${PORTSDIR}/audio/liba52 \
 > -		ao.4:${PORTSDIR}/audio/libao \
 > -		mad.2:${PORTSDIR}/audio/libmad \
 > -		avutil.1:${PORTSDIR}/multimedia/ffmpeg
 > +LIB_DEPENDS=	a52:${PORTSDIR}/audio/liba52 \
 > +		ao:${PORTSDIR}/audio/libao \
 > +		mad:${PORTSDIR}/audio/libmad \
 > +		avutil:${PORTSDIR}/multimedia/ffmpeg
 >
 >   RUN_DEPENDS:=	${BUILD_DEPENDS}
 >
 > -LICENSE=	GPLv2
-----

Please... (no, that's: PLEASE) create a log that really reflect
the commit.

-- 
WBR, Boris Samorodov (bsam)
FreeBSD Committer, http://www.FreeBSD.org The Power To Serve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FCCCC43.3080906>