diff options
author | mat <mat@FreeBSD.org> | 2009-02-28 15:03:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2009-02-28 15:03:57 +0800 |
commit | 6be3dc25e5c908879603057de19a789d109b6ed0 (patch) | |
tree | 8c85d2f4e80c6a207c565cc532b5efcef4b9ab01 | |
parent | 24fddb047e9c9f58fc584f2581f28bde08643ed5 (diff) | |
download | freebsd-ports-gnome-6be3dc25e5c908879603057de19a789d109b6ed0.tar.gz freebsd-ports-gnome-6be3dc25e5c908879603057de19a789d109b6ed0.tar.zst freebsd-ports-gnome-6be3dc25e5c908879603057de19a789d109b6ed0.zip |
Update to 0.98.10
-rw-r--r-- | multimedia/dvdrip/Makefile | 4 | ||||
-rw-r--r-- | multimedia/dvdrip/distinfo | 6 | ||||
-rw-r--r-- | multimedia/dvdrip/files/patch-Makefile.PL | 55 | ||||
-rw-r--r-- | multimedia/dvdrip/files/patch-lib__Video__DVDRip__Cluster__Title.pm | 15 | ||||
-rw-r--r-- | multimedia/dvdrip/pkg-plist | 5 |
5 files changed, 10 insertions, 75 deletions
diff --git a/multimedia/dvdrip/Makefile b/multimedia/dvdrip/Makefile index 79a8f00c297f..69eaef180a17 100644 --- a/multimedia/dvdrip/Makefile +++ b/multimedia/dvdrip/Makefile @@ -6,11 +6,11 @@ # PORTNAME= dvdrip -PORTVERSION= 0.98.8 -PORTREVISION= 1 +PORTVERSION= 0.98.10 CATEGORIES= multimedia MASTER_SITES= http://www.exit1.org/dvdrip/dist/ \ CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/J/JR/JRED MAINTAINER= ports@FreeBSD.org COMMENT= A Perl Gtk+ based dvd-ripper diff --git a/multimedia/dvdrip/distinfo b/multimedia/dvdrip/distinfo index 51c476017464..2d929e41c9ba 100644 --- a/multimedia/dvdrip/distinfo +++ b/multimedia/dvdrip/distinfo @@ -1,3 +1,3 @@ -MD5 (dvdrip-0.98.8.tar.gz) = 61b77b298b14c6bde83713e93e9ea4d8 -SHA256 (dvdrip-0.98.8.tar.gz) = 3340272caff3fdf26c90d004f88499d3a975982b5e6e9a4962f5c9cc2d9a9895 -SIZE (dvdrip-0.98.8.tar.gz) = 1756312 +MD5 (dvdrip-0.98.10.tar.gz) = 368ce6bc8d6c641d41e126d447ca76b2 +SHA256 (dvdrip-0.98.10.tar.gz) = 8b48abdddfd728ff59394354ac8a236de614213c860e143e8de4cadbae6daea0 +SIZE (dvdrip-0.98.10.tar.gz) = 1928073 diff --git a/multimedia/dvdrip/files/patch-Makefile.PL b/multimedia/dvdrip/files/patch-Makefile.PL deleted file mode 100644 index 15d5efe7be24..000000000000 --- a/multimedia/dvdrip/files/patch-Makefile.PL +++ /dev/null @@ -1,55 +0,0 @@ ---- Makefile.PL.orig Sat Sep 23 14:08:26 2006 -+++ Makefile.PL Sat Sep 23 14:14:33 2006 -@@ -14,7 +14,7 @@ - 'Event' => 1.06, - 'Gtk2::Ex::FormFactory' => 0.65, - 'Event::ExecFlow' => 0.62, -- 'Event::RPC' => 0.89, -+# 'Event::RPC' => 0.89, - 'AnyEvent' => 1.02, - ); - -@@ -66,8 +66,8 @@ - next unless $module_dist_file; - - #-- now check if this module is already installed -- my $out = qx[ perl -M$module -e1 2>&1 >/dev/null && echo PERL_MODULE_OK 2>&1 ]; -- next if $out =~ /PERL_MODULE_OK/; -+ my $out = qx[ perl -M$module -e1 2>&1 >/dev/null && echo PERL_MODULE_OK 2>&1 ]; -+ # next if $out =~ /PERL_MODULE_OK/; - - #-- Ok, module is missing and will be installed during - #-- dvd::rip install -@@ -104,19 +104,19 @@ - - if ( @modules ) { - @modules = sort @modules; -- print "\n"; -- print "Note:\n"; -- print "-----\n"; -- print "The following modules are required for dvd::rip but not found on your\n"; -- print "system. They're shipped with dvd::rip for your convenience and will be\n"; -- print "installed automatically when you run 'make install':\n\n"; -- print " @modules\n"; -- print "\n"; -- print "You can ignore the 'prerequisite not found' warnings beyond for them.\n\n"; -- print "If you don't like this and want to install these modules manually\n"; -- print "just set SKIP_UNPACK_REQUIRED_MODULES before executing Makefile.PL,\n"; -- print "e.g. this way:\n\n"; -- print " SKIP_UNPACK_REQUIRED_MODULES=1 perl Makefile.PL\n\n"; -+# print "\n"; -+# print "Note:\n"; -+# print "-----\n"; -+# print "The following modules are required for dvd::rip but not found on your\n"; -+# print "system. They're shipped with dvd::rip for your convenience and will be\n"; -+# print "installed automatically when you run 'make install':\n\n"; -+# print " @modules\n"; -+# print "\n"; -+# print "You can ignore the 'prerequisite not found' warnings beyond for them.\n\n"; -+# print "If you don't like this and want to install these modules manually\n"; -+# print "just set SKIP_UNPACK_REQUIRED_MODULES before executing Makefile.PL,\n"; -+# print "e.g. this way:\n\n"; -+# print " SKIP_UNPACK_REQUIRED_MODULES=1 perl Makefile.PL\n\n"; - } - - return join(" ", @files); diff --git a/multimedia/dvdrip/files/patch-lib__Video__DVDRip__Cluster__Title.pm b/multimedia/dvdrip/files/patch-lib__Video__DVDRip__Cluster__Title.pm deleted file mode 100644 index d5e7d100aa86..000000000000 --- a/multimedia/dvdrip/files/patch-lib__Video__DVDRip__Cluster__Title.pm +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/Video/DVDRip/Cluster/Title.pm.orig Fri Sep 22 15:35:37 2006 -+++ lib/Video/DVDRip/Cluster/Title.pm Fri Sep 22 15:38:24 2006 -@@ -300,10 +300,10 @@ - if $self->tc_nice =~ /\S/; - - my $command = "mkdir -m 0775 -p '$audio_video_psu_dir' && " -- . "${nice}execflow avimerge -i $avi_chunks_dir/*" -- . " -o $audio_video_psu_file "; -+ . "${nice}execflow avimerge -o $audio_video_psu_file"; - - $command .= " -p $audio_psu_file " if !$self->is_ogg; -+ $command .= " -i $avi_chunks_dir/*"; - - $command .= " && rm $avi_chunks_dir/*" - if $self->with_cleanup; diff --git a/multimedia/dvdrip/pkg-plist b/multimedia/dvdrip/pkg-plist index 7880527c985a..f02d2fb37b6e 100644 --- a/multimedia/dvdrip/pkg-plist +++ b/multimedia/dvdrip/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/dvdrip bin/dvdrip-exec bin/dvdrip-master @@ -9,6 +10,7 @@ bin/dvdrip-splitpipe bin/dvdrip-subpng bin/dvdrip-thumb %%SITE_PERL%%/LocaleData/cs/LC_MESSAGES/video.dvdrip.mo +%%SITE_PERL%%/LocaleData/da/LC_MESSAGES/video.dvdrip.mo %%SITE_PERL%%/LocaleData/de/LC_MESSAGES/video.dvdrip.mo %%SITE_PERL%%/LocaleData/es/LC_MESSAGES/video.dvdrip.mo %%SITE_PERL%%/LocaleData/fr/LC_MESSAGES/video.dvdrip.mo @@ -84,6 +86,7 @@ bin/dvdrip-thumb %%SITE_PERL%%/Video/DVDRip/icon.xpm %%SITE_PERL%%/Video/DVDRip/license.txt %%SITE_PERL%%/Video/DVDRip/splash.ca.png +%%SITE_PERL%%/Video/DVDRip/splash.da.png %%SITE_PERL%%/Video/DVDRip/splash.de.png %%SITE_PERL%%/Video/DVDRip/splash.en.png %%SITE_PERL%%/Video/DVDRip/splash.es.png @@ -116,6 +119,8 @@ bin/dvdrip-thumb @dirrmtry %%SITE_PERL%%/LocaleData/es @dirrmtry %%SITE_PERL%%/LocaleData/de/LC_MESSAGES @dirrmtry %%SITE_PERL%%/LocaleData/de +@dirrmtry %%SITE_PERL%%/LocaleData/da/LC_MESSAGES +@dirrmtry %%SITE_PERL%%/LocaleData/da @dirrmtry %%SITE_PERL%%/LocaleData/cs/LC_MESSAGES @dirrmtry %%SITE_PERL%%/LocaleData/cs @dirrmtry %%SITE_PERL%%/LocaleData |