From nobody@FreeBSD.org  Thu Nov 25 00:28:12 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 56D8E106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Nov 2010 00:28:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 461538FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Nov 2010 00:28:12 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oAP0SBq6034226
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 25 Nov 2010 00:28:11 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oAP0SBFT034225;
	Thu, 25 Nov 2010 00:28:11 GMT
	(envelope-from nobody)
Message-Id: <201011250028.oAP0SBFT034225@red.freebsd.org>
Date: Thu, 25 Nov 2010 00:28:11 GMT
From: Aldis Berjoza <aldis@bsdroot.lv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] multimedia/playd update to v1.15.0
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         152560
>Category:       ports
>Synopsis:       [PATCH] multimedia/playd update to v1.15.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bapt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 25 00:30:11 UTC 2010
>Closed-Date:    Thu Nov 25 10:04:09 UTC 2010
>Last-Modified:  Thu Nov 25 10:10:03 UTC 2010
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:
Update playd to v1.15.0

Major Changes:
* Visible position in playlist
* Added previous command (Yup, now you can play previous song)
* playd hell now calls man playd
* Added command to jump to position in playlist
* Removed commands with "--" and removed all 1 char switches....
* Added basic support for favourite songs
Minor changes:
* Playlist items numbers are now padded
* New commands
* Many bugfixes
* Code cleaup
* Fixes in manual

========
Port committer: Please include message above in commit log
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: Aldis Berjoza <aldis@bsdroot.lv>
To: bug-followup@FreeBSD.org, aldis@bsdroot.lv
Cc:  
Subject: Re: ports/152560: [PATCH] multimedia/playd update to v1.15.0
Date: Thu, 25 Nov 2010 02:36:55 +0200

 --ZPt4rx8FFjLCG7dd
 Content-Type: text/plain; charset=utf-8
 Content-Disposition: inline
 Content-Transfer-Encoding: 8bit
 
 Wooooops... 
 attached patch
 -- 
 Aldis Berjoza
 
 “Give a man a fish and you feed him for a day.
 Teach a man to fish and you feed him for a lifetime.”
 
 --ZPt4rx8FFjLCG7dd
 Content-Type: text/x-diff; charset=utf-8
 Content-Disposition: attachment; filename="playd.patch"
 
 diff -u playd.bak/Makefile playd/Makefile
 --- playd.bak/Makefile	2010-11-25 02:10:14.080805024 +0200
 +++ playd/Makefile	2010-11-25 02:11:09.774499638 +0200
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	playd
 -PORTVERSION=	1.9.10
 +PORTVERSION=	1.15.0
  CATEGORIES=	multimedia
  MASTER_SITES=	http://files.bsdroot.lv/my/FreeBSD/distfiles/
  DISTNAME=	playd.sh-${PORTVERSION}
 @@ -18,13 +18,12 @@
  
  LICENSE=	BSD
  
 -CONFLICTS=	playd2-2.[0-9]*
  PLIST_FILES=	bin/playd
  MAN1=		playd.1
  
  NO_BUILD=	yes
  WRKSRC=		${WRKDIR}/playd-sh-${REV}
 -REV=		022e7357faeb
 +REV=		1e6a3af2e611
  
  do-install:
  	${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
 diff -u playd.bak/distinfo playd/distinfo
 --- playd.bak/distinfo	2010-11-25 02:10:14.080805024 +0200
 +++ playd/distinfo	2010-11-25 02:11:16.964227864 +0200
 @@ -1,2 +1,2 @@
 -SHA256 (playd.sh-1.9.10.tar.gz) = 744ae79d11fce2c87bf4568d407b00c0e26ddfe693946eba86fe1818a5bd4e75
 -SIZE (playd.sh-1.9.10.tar.gz) = 9639
 +SHA256 (playd.sh-1.15.0.tar.gz) = ef615ca110699241de09ad072c779232efae2d95120759be80ae553e567369b8
 +SIZE (playd.sh-1.15.0.tar.gz) = 10331
 
 --ZPt4rx8FFjLCG7dd--
Responsible-Changed-From-To: freebsd-ports-bugs->bapt 
Responsible-Changed-By: bapt 
Responsible-Changed-When: Thu Nov 25 09:59:01 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152560 
State-Changed-From-To: open->closed 
State-Changed-By: bapt 
State-Changed-When: Thu Nov 25 10:04:08 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=152560 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/152560: commit references a PR
Date: Thu, 25 Nov 2010 10:03:57 +0000 (UTC)

 bapt        2010-11-25 10:03:52 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/playd     Makefile distinfo 
   Log:
   - update to 1.15.0
   - changelog:
   
   Major Changes:
   * Visible position in playlist
   * Added previous command (Yup, now you can play previous song)
   * playd hell now calls man playd
   * Added command to jump to position in playlist
   * Removed commands with "--" and removed all 1 char switches....
   * Added basic support for favourite songs
   Minor changes:
   * Playlist items numbers are now padded
   * New commands
   * Many bugfixes
   * Code cleanup
   * Fixes in manual
   
   PR:             ports/152560
   Submitted by:   Aldis Berjoza <aldis _at_ bsdroot.lv> (maintainer)
   
   Revision  Changes    Path
   1.16      +2 -3      ports/multimedia/playd/Makefile
   1.13      +2 -2      ports/multimedia/playd/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
