From owner-cvs-all@FreeBSD.ORG Tue Jan 11 22:40:47 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57C8E16A4CE; Tue, 11 Jan 2005 22:40:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F5E343D39; Tue, 11 Jan 2005 22:40:47 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0BMelUS012687; Tue, 11 Jan 2005 22:40:47 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0BMel1B012686; Tue, 11 Jan 2005 22:40:47 GMT (envelope-from lofi) Message-Id: <200501112240.j0BMel1B012686@repoman.freebsd.org> From: Michael Nottebrock Date: Tue, 11 Jan 2005 22:40:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/dvdrip Makefileports/multimedia/dvdrip/files patch-lib::Video::DVDRip::Title.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 22:40:47 -0000 lofi 2005-01-11 22:40:47 UTC FreeBSD ports repository Modified files: multimedia/dvdrip Makefile Added files: multimedia/dvdrip/files patch-lib::Video::DVDRip::Cluster::Title.pm patch-lib::Video::DVDRip::Subtitle.pm patch-lib::Video::DVDRip::Title.pm Log: - Change order of arguments fed to transcode to work around a transcode commandline parsing bug. - Work around imagemagick's identify not recognising the '-ping' switch anymore. PR: ports/75985 Submitted by: Stephan van Maris Identify bug reported by: h , Stephan van Maris Revision Changes Path 1.21 +1 -1 ports/multimedia/dvdrip/Makefile 1.1 +28 -0 ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Cluster::Title.pm (new) 1.1 +11 -0 ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Subtitle.pm (new) 1.1 +33 -0 ports/multimedia/dvdrip/files/patch-lib::Video::DVDRip::Title.pm (new)