Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2007 22:09:16 +0200 (CEST)
From:      Roland Smith <rsmith@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/115792: [PATCH] www/youtube_dl doesn't work anymore; update to latest version
Message-ID:  <20070824200916.681E3B835@slackbox.xs4all.nl>
Resent-Message-ID: <200708242010.l7OKA18p001118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         115792
>Category:       ports
>Synopsis:       [PATCH] www/youtube_dl doesn't work anymore; update to latest version
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 20:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Roland Smith
>Release:        FreeBSD 6.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD slackbox.xs4all.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Thu Aug 9 01:39:44 CEST 2007 rsmith@slackbox.xs4all.nl:/usr/obj/usr/src/sys/RFS amd64


	
>Description:
	As of today, youtube-dl didn't work for me anymore. Downloading the
	latest version fixed it. The ffmpeg patch still applies cleanly,
	but I haven't tested it.
>How-To-Repeat:
	Try version 2007.06.22.
>Fix:
Apply the following patch;
----------- youtube_dl patch -----------
diff -urN youtube_dl.orig/Makefile youtube_dl/Makefile
--- youtube_dl.orig/Makefile	2007-08-04 13:41:30.000000000 +0200
+++ youtube_dl/Makefile	2007-08-24 21:53:09.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	youtube_dl
-PORTVERSION=	2007.06.22
+PORTVERSION=	2007.08.24
 CATEGORIES=	www
 MASTER_SITES=	http://www.arrakis.es/~rggi3/youtube-dl/
 DISTNAME=	youtube-dl-${PORTVERSION}
diff -urN youtube_dl.orig/distinfo youtube_dl/distinfo
--- youtube_dl.orig/distinfo	2007-06-25 15:09:01.000000000 +0200
+++ youtube_dl/distinfo	2007-08-24 21:55:32.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (youtube-dl-2007.06.22) = d6e0be51d5a565408dc3e003660ac875
-SHA256 (youtube-dl-2007.06.22) = f69844e077d67518c95cf661229016cd3e93bc3d5d4f9fb31208e17786ffc1ff
-SIZE (youtube-dl-2007.06.22) = 15191
+MD5 (youtube-dl-2007.08.24) = 9c92da44ca3d3d9af39b573769b8e79c
+SHA256 (youtube-dl-2007.08.24) = 181c8383462d5bff0cd9b4b9b2f086307447c801094965eff2e83b8444785e5b
+SIZE (youtube-dl-2007.08.24) = 15203
diff -urN youtube_dl.orig/files/patch-youtube-dl youtube_dl/files/patch-youtube-dl
--- youtube_dl.orig/files/patch-youtube-dl	2006-08-16 14:51:40.000000000 +0200
+++ youtube_dl/files/patch-youtube-dl	2007-08-24 21:56:42.000000000 +0200
@@ -4,5 +4,5 @@
 -#!/usr/bin/env python
 +#!%%PYTHON_CMD%%
  #
- # Copyright (c) 2006 Ricardo Garcia Gonzalez
+ # Copyright (c) 2006-2007 Ricardo Garcia Gonzalez
  #
----------- youtube_dl patch -----------


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070824200916.681E3B835>