From owner-cvs-ports@FreeBSD.ORG Mon Jun 4 14:55:02 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 566281065672; Mon, 4 Jun 2012 14:55:02 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id BAFF68FC15; Mon, 4 Jun 2012 14:55:01 +0000 (UTC) Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward15.mail.yandex.net (Yandex) with ESMTP id A73EE9E0EFE; Mon, 4 Jun 2012 18:55:00 +0400 (MSK) Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 4FEC77E0318; Mon, 4 Jun 2012 18:55:00 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTP id sx6KAOmZ-sx6WDJXe; Mon, 4 Jun 2012 18:55:00 +0400 X-Yandex-Rcpt-Suid: se@FreeBSD.org X-Yandex-Rcpt-Suid: ports-committers@FreeBSD.org X-Yandex-Rcpt-Suid: cvs-ports@FreeBSD.org X-Yandex-Rcpt-Suid: cvs-all@FreeBSD.org Message-ID: <4FCCCC43.3080906@passap.ru> Date: Mon, 04 Jun 2012 18:54:59 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:12.0) Gecko/20120428 Thunderbird/12.0 MIME-Version: 1.0 To: Stefan Esser References: <201206041206.q54C6Hvu036160@repoman.freebsd.org> In-Reply-To: <201206041206.q54C6Hvu036160@repoman.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Mon, 04 Jun 2012 15:39:51 +0000 Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/dvbcut Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2012 14:55:02 -0000 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