FreeBSD Bugzilla – Attachment 94261 Details for
Bug 132375
[PATCH] www/youtube_dl: update to 2009.02.07
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
youtube_dl-2009.02.07.patch
youtube_dl-2009.02.07.patch (text/plain), 3.67 KB, created by
Sunpoet Po-Chuan Hsieh
on 2009-03-06 21:40:02 UTC
(
hide
)
Description:
youtube_dl-2009.02.07.patch
Filename:
MIME Type:
Creator:
Sunpoet Po-Chuan Hsieh
Created:
2009-03-06 21:40:02 UTC
Size:
3.67 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/Makefile /usr/ports/sunpoet/youtube_dl/Makefile >--- /usr/ports/www/youtube_dl/Makefile 2008-12-10 02:27:42.130526000 +0800 >+++ /usr/ports/sunpoet/youtube_dl/Makefile 2009-02-18 15:26:01.000000000 +0800 >@@ -6,10 +6,10 @@ > # > > PORTNAME= youtube_dl >-PORTVERSION= 2008.11.01 >+PORTVERSION= 2009.02.07 > CATEGORIES= www > MASTER_SITES= http://www.arrakis.es/~rggi3/youtube-dl/ >-DISTNAME= youtube-dl-${PORTVERSION} >+DISTNAME= youtube-dl > EXTRACT_SUFX= > EXTRACT_ONLY= > >@@ -44,7 +44,7 @@ > .endif > > post-extract: >- @${CP} ${DISTDIR}/youtube-dl-${PORTVERSION} ${WRKSRC}/youtube-dl >+ @${CP} ${DISTDIR}/youtube-dl ${WRKSRC}/youtube-dl > > post-patch: > @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' ${WRKSRC}/youtube-dl >diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/distinfo /usr/ports/sunpoet/youtube_dl/distinfo >--- /usr/ports/www/youtube_dl/distinfo 2008-12-10 02:27:42.131546000 +0800 >+++ /usr/ports/sunpoet/youtube_dl/distinfo 2009-02-18 15:15:18.000000000 +0800 >@@ -1,3 +1,3 @@ >-MD5 (youtube-dl-2008.11.01) = 078560634b18fb15bc8806d5d4c6778c >-SHA256 (youtube-dl-2008.11.01) = c7cb295e33d557f5c0f09dfbd5f111b1b210ed3af366f125b1c5c29450ad1a99 >-SIZE (youtube-dl-2008.11.01) = 31797 >+MD5 (youtube-dl) = edfcf49117782e554cfecfd3d1c73bf0 >+SHA256 (youtube-dl) = b30930d194f47de35c780169002bce4aeedd65c9d4e4750d5d51f17f745c87f9 >+SIZE (youtube-dl) = 36013 >diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/files/conv2avi.patch /usr/ports/sunpoet/youtube_dl/files/conv2avi.patch >--- /usr/ports/www/youtube_dl/files/conv2avi.patch 2008-10-12 21:14:35.000000000 +0800 >+++ /usr/ports/sunpoet/youtube_dl/files/conv2avi.patch 2009-02-18 15:20:43.000000000 +0800 >@@ -1,6 +1,6 @@ >---- youtube-dl.orig 2008-10-12 16:49:43.000000000 +0400 >-+++ youtube-dl 2008-10-12 16:54:22.000000000 +0400 >-@@ -309,6 +309,20 @@ >+--- youtube-dl.orig 2009-02-18 15:18:40.981138312 +0800 >++++ youtube-dl 2009-02-18 15:20:30.904521591 +0800 >+@@ -315,6 +315,20 @@ > retcode = self.trouble('ERROR: postprocessing: %s' % str(err)) > continue > >@@ -21,7 +21,7 @@ > break > if not suitable_found: > retcode = self.trouble('ERROR: no suitable InfoExtractor: %s' % url) >-@@ -859,6 +873,8 @@ >+@@ -964,6 +978,8 @@ > action='store_true', dest='useliteral', help='use literal title in file name', default=False) > parser.add_option('-n', '--netrc', > action='store_true', dest='usenetrc', help='use .netrc authentication data', default=False) >@@ -30,11 +30,11 @@ > parser.add_option('-g', '--get-url', > action='store_true', dest='geturl', help='simulate, quiet but print URL', default=False) > parser.add_option('-e', '--get-title', >-@@ -915,6 +931,7 @@ >+@@ -1037,6 +1053,7 @@ > or u'%(id)s.%(ext)s'), > 'ignoreerrors': opts.ignoreerrors, > 'ratelimit': opts.ratelimit, > + 'useavi': opts.useavi, >+ 'nooverwrites': opts.nooverwrites, > }) >- fd.add_info_extractor(youtube_pl_ie) >- fd.add_info_extractor(metacafe_ie) >+ fd.add_info_extractor(youtube_search_ie) >diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/files/patch-youtube-dl /usr/ports/sunpoet/youtube_dl/files/patch-youtube-dl >--- /usr/ports/www/youtube_dl/files/patch-youtube-dl 2008-07-28 04:16:39.000000000 +0800 >+++ /usr/ports/sunpoet/youtube_dl/files/patch-youtube-dl 2009-02-18 15:18:13.000000000 +0800 >@@ -1,8 +1,8 @@ >---- youtube-dl-orig 2008-07-24 07:42:53.000000000 +0400 >-+++ youtube-dl 2008-07-24 07:45:30.000000000 +0400 >+--- youtube-dl.orig 2009-02-18 15:17:26.576520965 +0800 >++++ youtube-dl 2009-02-18 15:17:42.870252710 +0800 > @@ -1,4 +1,4 @@ > -#!/usr/bin/env python > +#!%%PYTHON_CMD%% > # -*- coding: utf-8 -*- > # Author: Ricardo Garcia Gonzalez >- # License: Public domain code >+ # Author: Danny Colligan
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132375
: 94261