From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 24 20:10:02 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 250DB16A419 for ; Fri, 24 Aug 2007 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 03E1D13C45A for ; Fri, 24 Aug 2007 20:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7OKA1XO001119 for ; Fri, 24 Aug 2007 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7OKA18p001118; Fri, 24 Aug 2007 20:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 24 Aug 2007 20:10:01 GMT Resent-Message-Id: <200708242010.l7OKA18p001118@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roland Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5A8616A417 for ; Fri, 24 Aug 2007 20:09:18 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.freebsd.org (Postfix) with ESMTP id 676C413C46A for ; Fri, 24 Aug 2007 20:09:18 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr15.xs4all.nl (8.13.8/8.13.8) with ESMTP id l7OK9GvL046511 for ; Fri, 24 Aug 2007 22:09:17 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id 681E3B835; Fri, 24 Aug 2007 22:09:16 +0200 (CEST) Message-Id: <20070824200916.681E3B835@slackbox.xs4all.nl> Date: Fri, 24 Aug 2007 22:09:16 +0200 (CEST) From: Roland Smith To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/115792: [PATCH] www/youtube_dl doesn't work anymore; update to latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Roland Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2007 20:10:02 -0000 >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: