Summary: | [PATCH] www/youtube_dl: update to 2013.02.02 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Po-Chien Lin <linpc> | ||||
Component: | Individual Port(s) | Assignee: | Po-Chien Lin <pclin> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | araujo | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Po-Chien Lin
2013-02-04 13:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback I approve this patch! Go ahead and commit it. Responsible Changed From-To: araujo->pclin Please, commit it! 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" State Changed From-To: feedback->closed Committed. (Approved by: araujo (mentor)) |