Bug 175827 - [PATCH] www/youtube_dl: update to 2013.02.02
Summary: [PATCH] www/youtube_dl: update to 2013.02.02
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chien Lin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 13:20 UTC by Po-Chien Lin
Modified: 2013-02-19 06:50 UTC (History)
1 user (show)

See Also:


Attachments
youtube_dl-2013.02.02.patch (1.28 KB, patch)
2013-02-04 13:20 UTC, Po-Chien Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Po-Chien Lin 2013-02-04 13:20:00 UTC
- Update to 2013.02.02

Changelog:
https://raw.github.com/rg3/youtube-dl/085c8b75a6a809fb0ff151d661e7822c276be9b3/CHANGELOG
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-04 13:20:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2013-02-19 02:20:26 UTC
State Changed
From-To: open->feedback

I approve this patch! Go ahead and commit it.
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2013-02-19 02:20:58 UTC
Responsible Changed
From-To: araujo->pclin

Please, commit it!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-19 06:47:49 UTC
Author: pclin
Date: Tue Feb 19 06:47:41 2013
New Revision: 312544
URL: http://svnweb.freebsd.org/changeset/ports/312544

Log:
  - Update to 2013.02.02
  
  PR:		ports/175827
  Approved by:	araujo (mentor)

Modified:
  head/www/youtube_dl/Makefile
  head/www/youtube_dl/distinfo

Modified: head/www/youtube_dl/Makefile
==============================================================================
--- head/www/youtube_dl/Makefile	Tue Feb 19 06:18:42 2013	(r312543)
+++ head/www/youtube_dl/Makefile	Tue Feb 19 06:47:41 2013	(r312544)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 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 @@ RUN_DEPENDS+=	ffprobe:${PORTSDIR}/multim
 . 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

Modified: head/www/youtube_dl/distinfo
==============================================================================
--- head/www/youtube_dl/distinfo	Tue Feb 19 06:18:42 2013	(r312543)
+++ head/www/youtube_dl/distinfo	Tue Feb 19 06:47:41 2013	(r312544)
@@ -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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 5 Po-Chien Lin freebsd_committer freebsd_triage 2013-02-19 06:49:10 UTC
State Changed
From-To: feedback->closed

Committed. (Approved by: araujo (mentor))