Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Nov 2010 17:48:07 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/152575: [PATCH] multimedia/playd bugfix v1.15.1
Message-ID:  <201011251748.oAPHm7aP057839@red.freebsd.org>
Resent-Message-ID: <201011251750.oAPHoAYO061759@freefall.freebsd.org>

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

>Number:         152575
>Category:       ports
>Synopsis:       [PATCH] multimedia/playd bugfix v1.15.1
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 25 17:50:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Noticed and fixed one very annoying bug, when starting playd with directory as argument to play
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -u playd.bak/Makefile playd/Makefile
--- playd.bak/Makefile	2010-11-25 19:43:08.816685797 +0200
+++ playd/Makefile	2010-11-25 19:43:32.326098878 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	playd
-PORTVERSION=	1.15.0
+PORTVERSION=	1.15.1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
 DISTNAME=	playd.sh-${PORTVERSION}
@@ -23,7 +23,7 @@
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/playd-sh-${REV}
-REV=		1e6a3af2e611
+REV=		077e32214de7
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
diff -u playd.bak/distinfo playd/distinfo
--- playd.bak/distinfo	2010-11-25 19:43:08.816685797 +0200
+++ playd/distinfo	2010-11-25 19:43:37.813653919 +0200
@@ -1,2 +1,2 @@
-SHA256 (playd.sh-1.15.0.tar.gz) = ef615ca110699241de09ad072c779232efae2d95120759be80ae553e567369b8
-SIZE (playd.sh-1.15.0.tar.gz) = 10331
+SHA256 (playd.sh-1.15.1.tar.gz) = b1f5c135cfde3ae119e33345a272dae69df4037d50504101451d4752fc4f570e
+SIZE (playd.sh-1.15.1.tar.gz) = 10376


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



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