diff options
author | wiz <wiz@pkgsrc.org> | 2014-08-09 15:06:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-08-09 15:06:54 +0000 |
commit | 91ca65e24e646dd28631d09279c2c1afcd0adb0b (patch) | |
tree | 4b06538e8e9ffb59390126988f777100653e7742 /net/youtube-dl | |
parent | 353825252fdfe544c9bf60b1e613311a5c05ffba (diff) | |
download | pkgsrc-91ca65e24e646dd28631d09279c2c1afcd0adb0b.tar.gz |
Update to 2014.08.05, from Leonardo Taccari in PR 49093:
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)
Diffstat (limited to 'net/youtube-dl')
-rw-r--r-- | net/youtube-dl/Makefile | 10 | ||||
-rw-r--r-- | net/youtube-dl/distinfo | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index 20b5408a296..06a26703ef7 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2014/08/02 11:58:38 tron Exp $ +# $NetBSD: Makefile,v 1.55 2014/08/09 15:06:54 wiz 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 @@ HOMEPAGE= http://rg3.github.io/youtube-dl/ 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 diff --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo index 3c197837216..9bfe583b792 100644 --- a/net/youtube-dl/distinfo +++ b/net/youtube-dl/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.43 2014/08/02 11:58:38 tron Exp $ +$NetBSD: distinfo,v 1.44 2014/08/09 15:06:54 wiz 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 |