From owner-svn-ports-head@FreeBSD.ORG Wed Aug 13 03:02:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0648DCA0; Wed, 13 Aug 2014 03:02:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E72E22CE2; Wed, 13 Aug 2014 03:02:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7D32nN6037275; Wed, 13 Aug 2014 03:02:49 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7D32n9n037273; Wed, 13 Aug 2014 03:02:49 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201408130302.s7D32n9n037273@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 13 Aug 2014 03:02:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364750 - head/multimedia/dvd-slideshow X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 03:02:50 -0000 Author: swills Date: Wed Aug 13 03:02:49 2014 New Revision: 364750 URL: http://svnweb.freebsd.org/changeset/ports/364750 QAT: https://qat.redports.org/buildarchive/r364750/ Log: multimedia/dvd-slideshow: switch to rubygem-flvtool2 switch to from multimedia/ruby-flvtool2 to multimedia/rubygem-flvtool2 as ruby-flvtool2 will soon be deprecated due to the death of RubyForge With hat: ruby@ Approved by: portmgr (since this port is not staged) Modified: head/multimedia/dvd-slideshow/Makefile Modified: head/multimedia/dvd-slideshow/Makefile ============================================================================== --- head/multimedia/dvd-slideshow/Makefile Wed Aug 13 02:14:30 2014 (r364749) +++ head/multimedia/dvd-slideshow/Makefile Wed Aug 13 03:02:49 2014 (r364750) @@ -3,6 +3,7 @@ PORTNAME= dvd-slideshow PORTVERSION= 0.8.4 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2:main \ SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes @@ -19,7 +20,7 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bas sox:${PORTSDIR}/audio/sox \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ jhead:${PORTSDIR}/graphics/jhead \ - flvtool2:${PORTSDIR}/multimedia/ruby-flvtool2 \ + flvtool2:${PORTSDIR}/multimedia/rubygem-flvtool2 \ ${LOCALBASE}/lib/X11/fonts/urwfonts-ttf/README:${PORTSDIR}/x11-fonts/urwfonts-ttf \ cdrecord:${PORTSDIR}/sysutils/cdrtools