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=      s...@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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to