- Update to 2013.01.13 - Update the MASTER_SITES, DISTNAME and WWW page - Change LICENSE to "The Unlicense" - The tarball provide bash-completion file itself, so no need to make the target again
Responsible Changed From-To: freebsd-ports-bugs->araujo Over to maintainer (via the GNATS Auto Assign Tool)
Author: araujo Date: Mon Jan 21 03:59:18 2013 New Revision: 310749 URL: http://svnweb.freebsd.org/changeset/ports/310749 Log: - Update to 2013.01.13. - Update MASTER_SITES and WWW line. - Change the LICENSE from GPL2v to 'The Unlicense'. PR: ports/175436 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Modified: head/www/youtube_dl/Makefile head/www/youtube_dl/distinfo head/www/youtube_dl/pkg-descr (contents, props changed) Modified: head/www/youtube_dl/Makefile ============================================================================== --- head/www/youtube_dl/Makefile Mon Jan 21 03:50:22 2013 (r310748) +++ head/www/youtube_dl/Makefile Mon Jan 21 03:59:18 2013 (r310749) @@ -1,16 +1,19 @@ # $FreeBSD$ PORTNAME= youtube_dl -PORTVERSION= 2012.12.11 +PORTVERSION= 2013.01.13 CATEGORIES= www -MASTER_SITES= https://cloud.github.com/downloads/rg3/youtube-dl/ \ - CRITICAL -DISTNAME= youtube-dl.${PORTVERSION} +MASTER_SITES= http://youtube-dl.org/downloads/${PORTVERSION}/ \ + http://ftp.de.netbsd.org/pub/unix/Linux/MIRROR.gentoo/distfiles/ +DISTNAME= youtube-dl-${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= A program for downloading videos from YouTube.com -LICENSE= GPLv2 +LICENSE= UNLICENSE +LICENSE_NAME= The Unlicense +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip @@ -35,7 +38,6 @@ RUN_DEPENDS+= rtmpdump:${PORTSDIR}/multi .endif .if ${PORT_OPTIONS:MBASH} -ALL_TARGET+= youtube-dl.bash-completion PLIST_FILES+= etc/bash_completion.d/youtube-dl.sh .endif Modified: head/www/youtube_dl/distinfo ============================================================================== --- head/www/youtube_dl/distinfo Mon Jan 21 03:50:22 2013 (r310748) +++ head/www/youtube_dl/distinfo Mon Jan 21 03:59:18 2013 (r310749) @@ -1,2 +1,2 @@ -SHA256 (youtube-dl.2012.12.11.tar.gz) = b6d259c60fefba76701ea0ea7b34c99169fc2644ce1d89ad10213a70d11ffb0f -SIZE (youtube-dl.2012.12.11.tar.gz) = 120301 +SHA256 (youtube-dl-2013.01.13.tar.gz) = 13cc8cffb4206a63be033dfbebcfa637bd489d58d9f54858d9552021aa8f0dd5 +SIZE (youtube-dl-2013.01.13.tar.gz) = 136575 Modified: head/www/youtube_dl/pkg-descr ============================================================================== --- head/www/youtube_dl/pkg-descr Mon Jan 21 03:50:22 2013 (r310748) +++ head/www/youtube_dl/pkg-descr Mon Jan 21 03:59:18 2013 (r310749) @@ -2,4 +2,4 @@ youtube-dl is a small command-line progr from YouTube.com, metacafe.com, google video, photobucket videos, yahoo videos, dailymotion and others -WWW: https://github.com/rg3/youtube-dl +WWW: http://rg3.github.com/youtube-dl/ _______________________________________________ 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: open->closed Committed. Thanks!