Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 03:18:06 +0800 (CST)
From:      Po-Chien Lin <linpc@cs.nctu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        araujo@FreeBSD.org
Subject:   ports/175436: [PATCH] www/youtube_dl: update to 2013.01.13
Message-ID:  <20130119191806.62F11308EE@dev.linpc.org>
Resent-Message-ID: <201301191920.r0JJK1Af082636@freefall.freebsd.org>

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

>Number:         175436
>Category:       ports
>Synopsis:       [PATCH] www/youtube_dl: update to 2013.01.13
>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:   Sat Jan 19 19: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.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

>How-To-Repeat:
>Fix:

--- youtube_dl-2013.01.13.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/Makefile ./Makefile
--- /usr/ports/www/youtube_dl/Makefile	2013-01-05 15:04:11.002800181 +0800
+++ ./Makefile	2013-01-20 03:07:23.264268451 +0800
@@ -1,16 +1,19 @@
 # $FreeBSD: head/www/youtube_dl/Makefile 309073 2012-12-17 09:34:32Z araujo $
 
 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 @@
 .endif
 
 .if ${PORT_OPTIONS:MBASH}
-ALL_TARGET+=	youtube-dl.bash-completion
 PLIST_FILES+=	etc/bash_completion.d/youtube-dl.sh
 .endif
 
diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/distinfo ./distinfo
--- /usr/ports/www/youtube_dl/distinfo	2013-01-05 15:04:11.002800181 +0800
+++ ./distinfo	2013-01-20 02:37:13.811473222 +0800
@@ -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
diff -ruN --exclude=CVS /usr/ports/www/youtube_dl/pkg-descr ./pkg-descr
--- /usr/ports/www/youtube_dl/pkg-descr	2013-01-05 15:04:11.002800181 +0800
+++ ./pkg-descr	2013-01-20 02:39:32.917421015 +0800
@@ -2,4 +2,4 @@
 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/
--- youtube_dl-2013.01.13.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?20130119191806.62F11308EE>