NetBSD Problem Report #49887

From iamleot@gmail.com  Fri May  8 19:17:06 2015
Return-Path: <iamleot@gmail.com>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 644D0A654C
	for <gnats-bugs@gnats.NetBSD.org>; Fri,  8 May 2015 19:17:06 +0000 (UTC)
Message-Id: <554d0bae.6586c20a.6a78.6ca6@mx.google.com>
Date: Fri, 08 May 2015 21:16:59 +0200
From: Leonardo Taccari <iamleot@gmail.com>
Reply-To: Leonardo Taccari <iamleot@gmail.com>
To: gnats-bugs@NetBSD.org
Subject: Update net/youtube-dl to 2015.05.04
X-Send-Pr-Version: 3.95

>Number:         49887
>Category:       pkg
>Synopsis:       Update net/youtube-dl to 2015.05.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bsiegert
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri May 08 19:20:00 +0000 2015
>Closed-Date:    Sun May 10 08:15:43 +0000 2015
>Last-Modified:  Sun May 10 08:15:43 +0000 2015
>Originator:     Leonardo Taccari
>Release:        NetBSD 7.99.15
>Organization:
Università Politecnica delle Marche
>Environment:


System: NetBSD boh 7.99.15 NetBSD 7.99.15 (GENERIC) #21: Mon May 4 05:10:05 CEST 2015 leot@boh:/usr/obj/sys/arch/amd64/compile/GENERIC amd64
Architecture: x86_64
Machine: amd64
>Description:
	net/youtube-dl (2015.04.17) is not the latest stable version
	(2015.05.04).
>How-To-Repeat:
	$ cd pkgsrc/net/youtube-dl
	$ make show-var VARNAME=VERSION_DATE
>Fix:
	Please apply the attached very trivial patches. I have also filled a
	possible commit message. I also would like to thanks qjsgkem on #pkgsrc
	who noted that youtube-dl-2015.04.17 did not work with some youtube
	videos (the one that has a syntax of youtube.com/user/foo_bar/videos).


-------------------8<-----------------8<-----------------8<-------------------
Update youtube-dl to 2015.05.04.

Changes:
2015.05.04:
 o Various fixes for existing extractors.

2015.05.03:
 o Add extractor to [foxsports]
 o Remove [Grooveshark] extractor (grooveshark.com was shut down on 2015/04/30)
 o Add new extractor [baiduvideo]

2015.04.28:
 o Various fixes for existing extractors.

2015.04.26:
 o Add support for [gfycat]
 o Add extractor to [Senate]
 o Various fixes for existing extractors.
-------------------8<-----------------8<-----------------8<-------------------


-------------------8<-----------------8<-----------------8<-------------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/youtube-dl/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile	17 Apr 2015 18:22:41 -0000	1.62
+++ Makefile	8 May 2015 18:45:36 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.62 2015/04/17 18:22:41 wiz Exp $

-VERSION_DATE=	2015.04.17
+VERSION_DATE=	2015.05.04
 DISTNAME=	youtube-dl-${VERSION_DATE}
 PKGNAME=	youtube-dl-${VERSION_DATE:S/.//S/.//}
 CATEGORIES=	net
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/youtube-dl/distinfo,v
retrieving revision 1.50
diff -u -r1.50 distinfo
--- distinfo	17 Apr 2015 18:22:41 -0000	1.50
+++ distinfo	8 May 2015 18:45:36 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.50 2015/04/17 18:22:41 wiz Exp $

-SHA1 (youtube-dl-2015.04.17.tar.gz) = ae22e3d0a0b58d621d42ba6ed5cb1a198fe6b7f2
-RMD160 (youtube-dl-2015.04.17.tar.gz) = 977241be1eb8bbca90cbdf9d480009e683d26156
-Size (youtube-dl-2015.04.17.tar.gz) = 1496887 bytes
+SHA1 (youtube-dl-2015.05.04.tar.gz) = 653aa9c8bb863fffa91ce60b917a30ce9abd2700
+RMD160 (youtube-dl-2015.05.04.tar.gz) = 34493004cdb2b67cf94397186b7523563832be0d
+Size (youtube-dl-2015.05.04.tar.gz) = 1518117 bytes
 SHA1 (patch-Makefile) = 94556225641b6cd614bb0c28c4e7d9421550e49b

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->bsiegert
Responsible-Changed-By: bsiegert@NetBSD.org
Responsible-Changed-When: Sun, 10 May 2015 08:13:34 +0000
Responsible-Changed-Why:


From: "Benny Siegert" <bsiegert@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49887 CVS commit: pkgsrc/net/youtube-dl
Date: Sun, 10 May 2015 08:10:07 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Sun May 10 08:10:07 UTC 2015

 Modified Files:
 	pkgsrc/net/youtube-dl: Makefile distinfo

 Log Message:
 Update youtube-dl to 2015.05.04. Patch from Leonardo Taccari in PR pkg/49887.

 Changes:
 2015.05.04:
  o Various fixes for existing extractors.

 2015.05.03:
  o Add extractor to [foxsports]
  o Remove [Grooveshark] extractor (grooveshark.com was shut down on 2015/04/30)
  o Add new extractor [baiduvideo]

 2015.04.28:
  o Various fixes for existing extractors.

 2015.04.26:
  o Add support for [gfycat]
  o Add extractor to [Senate]
  o Various fixes for existing extractors.


 To generate a diff of this commit:
 cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/youtube-dl/Makefile
 cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/youtube-dl/distinfo

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Benny Siegert" <bsiegert@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49887 CVS commit: pkgsrc/doc
Date: Sun, 10 May 2015 08:12:11 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Sun May 10 08:12:11 UTC 2015

 Modified Files:
 	pkgsrc/doc: CHANGES-2015

 Log Message:
 net/youtube-dl update, PR pkg/49887.


 To generate a diff of this commit:
 cvs rdiff -u -r1.2199 -r1.2200 pkgsrc/doc/CHANGES-2015

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

State-Changed-From-To: open->closed
State-Changed-By: bsiegert@NetBSD.org
State-Changed-When: Sun, 10 May 2015 08:15:43 +0000
State-Changed-Why:
Patch committed, thanks!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.