pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/49093: Update net/youtube-dl to 2014.08.05



        Note: There was a bad value `' for the field `Class'.
        It was set to the default value of `sw-bug'.

>Number:         49093
>Category:       pkg
>Synopsis:       Update net/youtube-dl to 2014.08.05
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 09 12:00:00 +0000 2014
>Originator:     Leonardo Taccari
>Release:        NetBSD 6.1.4
>Organization:
/dev/zero
>Environment:
        
        
System: NetBSD :) 6.1.4 NetBSD 6.1.4 (EEEPC900) #2: Sun Jun 29 02:00:06 CEST 
2014 leot@:):/usr/src/sys/arch/i386/compile/EEEPC900 i386
Architecture: i386
Machine: i386
>Description:
        net/youtube-dl in pkgsrc (2014.08.02) is not the latest stable version
        (2014.08.05).
>How-To-Repeat:
        $ cd pkgsrc/net/youtube-dl
        $ make show-var VARNAME=VERSION_DATE
>Fix:
Please apply the attached trivial patches.
While here I will also attach a possible commit message and I've also added a
comment on how to get a useful changelog (altough also complete because it
include all commit messages) for net/youtube-dl.


---------------8<-------------8<-------------8<-------------8<---------------
Update net/youtube-dl to 2014.08.05.

While here also add a comment to document how to get a useful changelog (altough
it is also very complete because it include all commit messages) for future
pkgsrc commits.

Changes:
2014.08.05:
 o [vimeo] various improvements

2014.08.02.1:
 o [ubu] better quality support (.mp4)
 o [pbs] various improvements (including frontline video support)
---------------8<-------------8<-------------8<-------------8<---------------


---------------8<-------------8<-------------8<-------------8<---------------
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/youtube-dl/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile    2 Aug 2014 11:58:38 -0000       1.54
+++ Makefile    9 Aug 2014 11:45:26 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.54 2014/08/02 11:58:38 tron Exp $
 
-VERSION_DATE=  2014.08.02
+VERSION_DATE=  2014.08.05
 DISTNAME=      youtube-dl-${VERSION_DATE}
 PKGNAME=       youtube-dl-${VERSION_DATE:S/.//S/.//}
 CATEGORIES=    net
@@ -11,6 +11,12 @@
 COMMENT=       Download videos from youtube.com
 LICENSE=       public-domain
 
+# Unfortunately at the moment upstream youtube-dl does not provide a changelog.
+# When updating net/youtube-dl you can find a complete list of changes here:
+#  
https://github.com/rg3/youtube-dl/compare/${OLD_VERSION_DATE}...${NEW_VERSION_DATE}
+# ...where OLD_VERSION_DATE is the previous VERSION_DATE and NEW_VERSION_DATE 
is
+# the version you are going to commit.
+
 USE_LANGUAGES= # none
 NO_BUILD=      yes
 WRKSRC=                ${WRKDIR}/youtube-dl
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/youtube-dl/distinfo,v
retrieving revision 1.43
diff -u -r1.43 distinfo
--- distinfo    2 Aug 2014 11:58:38 -0000       1.43
+++ distinfo    9 Aug 2014 11:45:26 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.43 2014/08/02 11:58:38 tron Exp $
 
-SHA1 (youtube-dl-2014.08.02.tar.gz) = 9dd0e8630ec543b17acdc2812a6899a7171d8741
-RMD160 (youtube-dl-2014.08.02.tar.gz) = 
c008022ec14127092e93c4823a37b463af9afbb8
-Size (youtube-dl-2014.08.02.tar.gz) = 926314 bytes
+SHA1 (youtube-dl-2014.08.05.tar.gz) = 4af2cc3e5b08751861dff83315751213fe09baa0
+RMD160 (youtube-dl-2014.08.05.tar.gz) = 
96787adb19d2342d5fde080dd937dfc47a221137
+Size (youtube-dl-2014.08.05.tar.gz) = 928071 bytes
 SHA1 (patch-Makefile) = 84f9104c8202e7c4f9e58158e20887d45cb4664c

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index