diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-13 03:02:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-13 03:02:49 +0000 |
commit | 817eb476e906fdad15d6e413a3c8b5654d637865 (patch) | |
tree | a99140d8d224583f805d0f88ed8ffe6870727e65 /multimedia/dvd-slideshow | |
parent | a1afbb05f2cf072b801dcce2e6b724f1bae1b0f1 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=364750
Diffstat (limited to 'multimedia/dvd-slideshow')
-rw-r--r-- | multimedia/dvd-slideshow/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/dvd-slideshow/Makefile b/multimedia/dvd-slideshow/Makefile index d1371154cd14..9a3a91cbdf20 100644 --- a/multimedia/dvd-slideshow/Makefile +++ b/multimedia/dvd-slideshow/Makefile @@ -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/bash \ 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 |