Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2010 14:56:24 GMT
From:      Aldis Berjoza <aldis@bsdroot.lv>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149329: [PATCH] update multimedia/playd to v1.8.0
Message-ID:  <201008051456.o75EuOV9025268@www.freebsd.org>
Resent-Message-ID: <201008051500.o75F0IEW004561@freefall.freebsd.org>

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

>Number:         149329
>Category:       ports
>Synopsis:       [PATCH] update multimedia/playd to v1.8.0
>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:   Thu Aug 05 15:00:17 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Update playd to v1.8.0

What's new:
* now --seek understands human readable time (for example playd --seek -1m5s)
* imporved --help
* fixed bug in man
* imporved few lines of code

NOTES: human readable time is same as in zfsnap port (except m is of rminutes and M for months)


>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ur playd.old/Makefile playd/Makefile
--- playd.old/Makefile	2010-08-05 17:49:37.772683334 +0300
+++ playd/Makefile	2010-08-05 17:50:27.340182696 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	playd
-PORTVERSION=	1.7.12
+PORTVERSION=	1.8.0
 CATEGORIES=	multimedia
 MASTER_SITES=	http://files.bsdroot.lv/FreeBSD/distfiles/
 DISTNAME=	playd.sh-${PORTVERSION}
@@ -28,4 +28,5 @@
 	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
 	${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/
 
+# vim: set ts=8 sw=8:
 .include <bsd.port.mk>
diff -ur playd.old/distinfo playd/distinfo
--- playd.old/distinfo	2010-08-05 17:49:37.794934164 +0300
+++ playd/distinfo	2010-08-05 17:49:50.639740017 +0300
@@ -1,3 +1,3 @@
-MD5 (playd.sh-1.7.12.tar.gz) = 1710cad5a17845aff53d3dd7f6c61db0
-SHA256 (playd.sh-1.7.12.tar.gz) = 018a8573a37a4b69b1690c46729f84bbb4a193398e38eafda2c36233f33b1e53
-SIZE (playd.sh-1.7.12.tar.gz) = 7799
+MD5 (playd.sh-1.8.0.tar.gz) = 6d21d0b9afff8ccf7892ea9c78cb2989
+SHA256 (playd.sh-1.8.0.tar.gz) = 4504d66320c32b567948ee5e92be33a6c2649c076809bf62c9b890ce9f865828
+SIZE (playd.sh-1.8.0.tar.gz) = 8272


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



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