Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2013 03:59:19 +0000 (UTC)
From:      Marcelo Araujo <araujo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310749 - head/www/youtube_dl
Message-ID:  <201301210359.r0L3xJYU044494@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



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