FreeBSD Bugzilla – Attachment 128248 Details for
Bug 172125
[patch] upgrade www/youtube_dl to latest
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.30 KB, created by
4721@hushmail.com
on 2012-09-27 23:40:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
4721@hushmail.com
Created:
2012-09-27 23:40:05 UTC
Size:
2.30 KB
patch
obsolete
>Index: www/youtube_dl/distinfo >=================================================================== >--- www/youtube_dl/distinfo (revision 304731) >+++ www/youtube_dl/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (youtube_dl/2012.02.27/youtube-dl) = 98146a510fed3d39a34a686e1100d6df4efa2b9b9e194649e615afc1ff646834 >-SIZE (youtube_dl/2012.02.27/youtube-dl) = 159848 >+SHA256 (youtube_dl-2012.09.27) = 45e88c1a5b81e633bddd43d5363e7ade92af2eeb534c37a5170f4b68d73605ea >+SIZE (youtube_dl-2012.09.27) = 2874838 >Index: www/youtube_dl/pkg-plist >=================================================================== >--- www/youtube_dl/pkg-plist (revision 0) >+++ www/youtube_dl/pkg-plist (working copy) >@@ -0,0 +1,8 @@ >+bin/youtube-dl >+%%PYTHON_SITELIBDIR%%/youtube_dl/FileDownloader.py >+%%PYTHON_SITELIBDIR%%/youtube_dl/InfoExtractors.py >+%%PYTHON_SITELIBDIR%%/youtube_dl/PostProcessor.py >+%%PYTHON_SITELIBDIR%%/youtube_dl/__init__.py >+%%PYTHON_SITELIBDIR%%/youtube_dl/__main__.py >+%%PYTHON_SITELIBDIR%%/youtube_dl/utils.py >+@dirrm %%PYTHON_SITELIBDIR%%/youtube_dl >Index: www/youtube_dl/Makefile >=================================================================== >--- www/youtube_dl/Makefile (revision 304731) >+++ www/youtube_dl/Makefile (working copy) >@@ -6,26 +6,25 @@ > # > > PORTNAME= youtube_dl >-PORTVERSION= 2012.02.27 >+PORTVERSION= 2012.09.27 > CATEGORIES= www >-MASTER_SITES= https://raw.github.com/rg3/youtube-dl/${PORTVERSION}/ \ >+MASTER_SITES= GH \ > CRITICAL >-DISTNAME= youtube-dl > EXTRACT_SUFX= # empty >-DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} >-EXTRACT_ONLY= # empty > > MAINTAINER= araujo@FreeBSD.org > COMMENT= A program for downloading videos from YouTube.com > > LICENSE= GPLv2 > >+USE_GITHUB= yes >+GH_ACCOUNT= rg3 >+GH_PROJECT= youtube-dl >+GH_COMMIT= b5de8af >+GH_TAGNAME= master > NO_BUILD= yes >-NO_WRKSUBDIR= yes > USE_PYTHON_RUN= 2.5-2.7 > >-PLIST_FILES= bin/youtube-dl >- > OPTIONS= RTMPDUMP "Use RTMPDUMP to download rtmp video streams" on \ > FFMPEG "Use ffmpeg (required for audio conversion)" off > >@@ -44,10 +43,9 @@ > . endif > .endif > >-post-extract: >- @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${WRKSRC}/youtube-dl >- > do-install: >+ @${MKDIR} ${PYTHON_SITELIBDIR}/${PORTNAME} >+ @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/*.py ${PYTHON_SITELIBDIR}/${PORTNAME} > @${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${PREFIX}/bin/youtube-dl > > .if defined(WITH_FFMPEG)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 172125
: 128248