Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  4 Feb 2013 21:15:55 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        araujo@FreeBSD.org
Subject:   ports/175827: [PATCH] www/youtube_dl: update to 2013.02.02
Message-ID:  <20130204131555.029992F2FF@dev.linpc.org>
Resent-Message-ID: <201302041320.r14DK3Fw056653@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         175827
>Category:       ports
>Synopsis:       [PATCH] www/youtube_dl: update to 2013.02.02
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 04 13:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Po-Chien Lin
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD dev.linpc.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan  5 22:32:49 CST
>Description:
- Update to 2013.02.02

Changelog:
https://raw.github.com/rg3/youtube-dl/085c8b75a6a809fb0ff151d661e7822c276be9b3/CHANGELOG

>How-To-Repeat:
>Fix:

--- youtube_dl-2013.02.02.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/Makefile ./Makefile
--- /usr/ports/www/youtube_dl/Makefile	2013-01-29 12:14:19.873265329 +0800
+++ ./Makefile	2013-02-04 21:08:43.233236037 +0800
@@ -1,7 +1,7 @@
 # $FreeBSD: head/www/youtube_dl/Makefile 311145 2013-01-29 02:40:21Z araujo $
 
 PORTNAME=	youtube_dl
-PORTVERSION=	2013.01.28
+PORTVERSION=	2013.02.02
 CATEGORIES=	www
 MASTER_SITES=	http://youtube-dl.org/downloads/${PORTVERSION}/ \
 		http://ftp.de.netbsd.org/pub/unix/Linux/MIRROR.gentoo/distfiles/
@@ -50,6 +50,10 @@
 . endif
 .endif
 
+post-extract:
+	@# remove tarball provided version, build our own
+	@${RM} -f ${WRKSRC}/youtube-dl
+
 do-install:
 	@${INSTALL_SCRIPT} ${WRKSRC}/youtube-dl ${PREFIX}/bin/youtube-dl
 	@${INSTALL_DATA} ${WRKSRC}/youtube-dl.1 ${PREFIX}/man/man1
diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/distinfo ./distinfo
--- /usr/ports/www/youtube_dl/distinfo	2013-01-29 12:14:19.893254257 +0800
+++ ./distinfo	2013-02-04 21:00:59.153298603 +0800
@@ -1,2 +1,2 @@
-SHA256 (youtube-dl-2013.01.28.tar.gz) = 92298669ebf5337987735a1b44c20d3a022f8424321487ac3c72891003f34cf9
-SIZE (youtube-dl-2013.01.28.tar.gz) = 136498
+SHA256 (youtube-dl-2013.02.02.tar.gz) = c062ab5636f443c776d617dd9aa3c9045926f16954fc333660b5aae45f15686f
+SIZE (youtube-dl-2013.02.02.tar.gz) = 137547
--- youtube_dl-2013.02.02.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130204131555.029992F2FF>