Bug 175436 - [PATCH] www/youtube_dl: update to 2013.01.13
Summary: [PATCH] www/youtube_dl: update to 2013.01.13
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: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-19 19:20 UTC by Po-Chien Lin
Modified: 2013-01-21 04:00 UTC (History)
1 user (show)

See Also:


Attachments
youtube_dl-2013.01.13.patch (2.01 KB, patch)
2013-01-19 19: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-01-19 19:20:00 UTC
- 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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-19 19:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-21 03:59:26 UTC
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"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-21 03:59:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!