Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2011 08:08:07 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160325: [PATCH] multimedia/playd update to v1.22.1
Message-ID:  <201108310808.p7V887Yc006630@red.freebsd.org>
Resent-Message-ID: <201108310810.p7V8AAJG064178@freefall.freebsd.org>

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

>Number:         160325
>Category:       ports
>Synopsis:       [PATCH] multimedia/playd update to v1.22.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 31 08:10:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Attached patch update playd port to v1.22.1

Also make portlint happier
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN playd.bak/Makefile playd/Makefile
--- playd.bak/Makefile	2011-08-31 10:57:27.159556901 +0300
+++ playd/Makefile	2011-08-31 11:07:12.936074854 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	playd
-PORTVERSION=	1.22.0
+PORTVERSION=	1.22.1
 CATEGORIES=	multimedia
 MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
 DISTNAME=	playd.sh-${PORTVERSION}
@@ -14,16 +14,16 @@
 MAINTAINER=	aldis@bsdroot.lv
 COMMENT=	Very easy to use mplayer sh wrapper script (supports playlists)
 
-RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
-
 LICENSE=	BSD
 
+RUN_DEPENDS=	mplayer:${PORTSDIR}/multimedia/mplayer
+
 PLIST_FILES=	bin/playd
 MAN1=		playd.1
 
 NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/playd-sh-${REV}
-REV=		6eed8f88bb8a
+REV=		e2fef77c9592
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
diff -ruN playd.bak/distinfo playd/distinfo
--- playd.bak/distinfo	2011-08-31 10:57:27.151556084 +0300
+++ playd/distinfo	2011-08-31 11:01:17.189924284 +0300
@@ -1,2 +1,2 @@
-SHA256 (playd.sh-1.22.0.tar.gz) = 710eb8226daee1336be6c5d7536928219ba3adf3eadb7e124394549ddbf26227
-SIZE (playd.sh-1.22.0.tar.gz) = 12326
+SHA256 (playd.sh-1.22.1.tar.gz) = c279d70df32a0b53a8447a8bb59dfe3fe0ef94ac38762da54867034236fbbe05
+SIZE (playd.sh-1.22.1.tar.gz) = 12829


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



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