Date: Mon, 5 Apr 2010 12:25:43 +0200 (CEST) From: Christoph Moench-Tegeder <cmt@burggraben.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/145404: [PATCH] upgrade www/youtube_dl to 2010.04.04, unbreaks youtube support Message-ID: <20100405102543.885F9AC81F@elch.exwg.net> Resent-Message-ID: <201004051030.o35AU1X8091674@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 145404 >Category: ports >Synopsis: [PATCH] upgrade www/youtube_dl to 2010.04.04, unbreaks youtube support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Apr 05 10:30:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 8.0-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #8: Sat Feb 20 21:36:50 CET 2010 cmt@elch.exwg.net:/usr/obj/usr/src/sys/CMT amd64 youtube_dl-2010.03.13 A program for downloading videos from YouTube.com >Description: Youtube is in the process of changing their video pages, so downloading fails with "ERROR: YouTube said: Invalid parameters." on some videos. Using the current released version (2010.04.04) of youtube-dl works. >How-To-Repeat: >Fix: Trivial upgrade ;) diff -Nru www/youtube_dl.orig/Makefile www/youtube_dl/Makefile --- www/youtube_dl.orig/Makefile 2010-03-18 17:31:39.000000000 +0100 +++ www/youtube_dl/Makefile 2010-04-05 12:23:40.000000000 +0200 @@ -6,7 +6,7 @@ # PORTNAME= youtube_dl -PORTVERSION= 2010.03.13 +PORTVERSION= 2010.04.04 CATEGORIES= www MASTER_SITES= http://bitbucket.org/rg3/youtube-dl/raw/${PORTVERSION}/ DISTNAME= youtube-dl diff -Nru www/youtube_dl.orig/distinfo www/youtube_dl/distinfo --- www/youtube_dl.orig/distinfo 2010-03-18 17:31:39.000000000 +0100 +++ www/youtube_dl/distinfo 2010-04-05 12:23:53.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (youtube_dl/2010.03.13/youtube-dl) = b4e1d9801191853d399ea34c7a13e9ce -SHA256 (youtube_dl/2010.03.13/youtube-dl) = 5825ed9ff2c0cefcfcfe57872a22373fd95e836693a4ed14adea7ec583fef8e1 -SIZE (youtube_dl/2010.03.13/youtube-dl) = 57081 +MD5 (youtube_dl/2010.04.04/youtube-dl) = 6c3e2982b5a46ede4fd5d6e6ed280331 +SHA256 (youtube_dl/2010.04.04/youtube-dl) = 69aa7757feb01c5faf68414a0220bed1e9210900059b1a7d7c7f2c53e788ae26 +SIZE (youtube_dl/2010.04.04/youtube-dl) = 63576 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100405102543.885F9AC81F>