ports/170579: [PATCH] multimedia/youtube-viewer: update to 2.5.9

nemysis nemysis at gmx.ch
Mon Aug 13 00:50:04 UTC 2012


>Number:         170579
>Category:       ports
>Synopsis:       [PATCH] multimedia/youtube-viewer: update to 2.5.9
>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:   Mon Aug 13 00:50:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
- Update to 2.5.9

Makefile simplified

PORTNAME and MASTER_SITES changed

PORTNAME=	youtube-viewer

MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE:S|youtube-viewer|trizen|g} \
		${MASTER_SITE_GENTOO} \
		${MASTER_SITE_LOCAL}

Removed

-PKGNAMESUFFIX=	-viewer

LICENSE added accordingly

http://gpo.zugaina.org/AJAX/Ebuild/2512925/View
https://aur.archlinux.org/packages.php?ID=37779

LICENSE=	GPLv3

Changed  pkg-descr accordingly WWW site

Port maintainer (dhn at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- youtube-viewer-2.5.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/youtube-viewer/Makefile ./Makefile
--- /usr/ports/multimedia/youtube-viewer/Makefile	2012-06-29 18:27:41.000000000 +0200
+++ ./Makefile	2012-08-13 00:40:31.000000000 +0200
@@ -5,19 +5,19 @@
 # $FreeBSD: ports/multimedia/youtube-viewer/Makefile,v 1.11 2012/06/29 16:27:41 az Exp $
 #
 
-PORTNAME=	youtube
-PORTVERSION=	2.5.5
-PORTREVISION=	1
+PORTNAME=	youtube-viewer
+PORTVERSION=	2.5.9
 CATEGORIES=	multimedia
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE:S|youtube|trizen|g} \
+MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE:S|youtube-viewer|trizen|g} \
+		${MASTER_SITE_GENTOO} \
 		${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	dhn
-PKGNAMESUFFIX=	-viewer
-DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
 
 MAINTAINER=	dhn at FreeBSD.org
 COMMENT=	Search and play YouTube videos streaming in MPlayer
 
+LICENSE=	GPLv3
+
 RUN_DEPENDS=	p5-XML-Fast>=0:${PORTSDIR}/net/p5-XML-Fast \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
 		p5-Term-ANSIColor>=0:${PORTSDIR}/devel/p5-Term-ANSIColor \
diff -ruN --exclude=CVS /usr/ports/multimedia/youtube-viewer/distinfo ./distinfo
--- /usr/ports/multimedia/youtube-viewer/distinfo	2012-02-04 11:33:33.000000000 +0100
+++ ./distinfo	2012-08-13 00:18:05.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (youtube-viewer-2.5.5.tar.gz) = 180a8c060d3e7966df25248e822c962a978257055d80fd3eb642cb1ea9b377b4
-SIZE (youtube-viewer-2.5.5.tar.gz) = 16213
+SHA256 (youtube-viewer-2.5.9.tar.gz) = 35bd5afb24ed61ef13773321cc8a3555c6421f92051483f52fdf58cf45ef0591
+SIZE (youtube-viewer-2.5.9.tar.gz) = 19041
diff -ruN --exclude=CVS /usr/ports/multimedia/youtube-viewer/pkg-descr ./pkg-descr
--- /usr/ports/multimedia/youtube-viewer/pkg-descr	2010-08-18 18:56:10.000000000 +0200
+++ ./pkg-descr	2012-08-13 00:24:23.000000000 +0200
@@ -1,5 +1,6 @@
-Youtube Viewer
-
-This script plays a clip from YouTube with MPlayer, supports 720p and 1080p.
+Youtube Viewer is a CLI application dedicated for searching and streaming
+Youtube Videos with MPlayer. It has been written in Perl and plays videos
+from Youtube at the best quality available without using a flash player. 
 
+WWW:	https://code.google.com/p/trizen/
 WWW:	http://trizen.go.ro/
--- youtube-viewer-2.5.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list