From nobody@FreeBSD.org  Tue Aug 24 08:18:09 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 CA87C1065695
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Aug 2010 08:18:09 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BA25A8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Aug 2010 08:18:09 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7O8I9gM031904
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 24 Aug 2010 08:18:09 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o7O8I9Jh031903;
	Tue, 24 Aug 2010 08:18:09 GMT
	(envelope-from nobody)
Message-Id: <201008240818.o7O8I9Jh031903@www.freebsd.org>
Date: Tue, 24 Aug 2010 08:18:09 GMT
From: David Demelier <markand@malikania.fr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] audio/mpc: update to 0.19
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: ports@mark.reidel.info

>Number:         149931
>Category:       ports
>Synopsis:       [PATCH] audio/mpc: update to 0.19
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    avl
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 24 08:20:04 UTC 2010
>Closed-Date:    Sun Sep 12 01:27:26 UTC 2010
>Last-Modified:  Sun Sep 12 01:30:08 UTC 2010
>Originator:     David Demelier
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Sun Aug 22 11:56:47 CEST 2010     root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
I updated mpc to 0.19.

http://mpd.wikia.com/wiki/Client:Mpc
>How-To-Repeat:

>Fix:
--- Makefile.orig       2010-08-24 10:06:32.000000000 +0200
+++ Makefile    2010-08-24 10:09:23.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      mpc
-PORTVERSION=   0.17
+PORTVERSION=   0.19
 CATEGORIES=    audio ipv6
 MASTER_SITES=  SF/musicpd/${PORTNAME}/${PORTVERSION}
 
@@ -47,7 +47,7 @@
 .endif
 .ifndef(NOPORTEXAMPLES)
        @${MKDIR} ${EXAMPLESDIR}
-       ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-bashrc ${EXAMPLESDIR}
+       ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash ${EXAMPLESDIR}
 .endif
        ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
 
--- distinfo.orig       2010-08-24 10:06:47.000000000 +0200
+++ distinfo    2010-08-24 10:07:05.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (mpc-0.17.tar.bz2) = 3f642c2c2ad7a57a9be7a03351c8c558
-SHA256 (mpc-0.17.tar.bz2) = 24e9ef0f0fcfb776cfe802aa2b49469c552018516062c17620cf0af2687911a7
-SIZE (mpc-0.17.tar.bz2) = 104465
+MD5 (mpc-0.19.tar.bz2) = 9ab2967d9ec719b06a86f3b4121be654
+SHA256 (mpc-0.19.tar.bz2) = 8fe9e1ce16f5a66653fa85706d22ceb9472827c28a56e2f7cf4c41a0a4931d17
+SIZE (mpc-0.19.tar.bz2) = 98036


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Tue Aug 24 08:20:22 UTC 2010 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: ports@mark.reidel.info
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/149931: [PATCH] audio/mpc: update to 0.19
Date: Tue, 24 Aug 2010 08:20:19 UT

 Maintainer of audio/mpc,
 
 Please note that PR ports/149931 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149931
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: David Demelier <markand@malikania.fr>
To: edwin@FreeBSD.org
Cc:  
Subject: Re: ports/149931: [PATCH] audio/mpc: update to 0.19
Date: Tue, 24 Aug 2010 11:56:30 +0200

   Please use this patch instead :
 
 --- Makefile.orig    2010-08-24 10:06:32.000000000 +0200
 +++ Makefile    2010-08-24 10:46:32.000000000 +0200
 @@ -6,13 +6,15 @@
   #
 
   PORTNAME=    mpc
 -PORTVERSION=    0.17
 +PORTVERSION=    0.19
   CATEGORIES=    audio ipv6
   MASTER_SITES=    SF/musicpd/${PORTNAME}/${PORTVERSION}
 
   MAINTAINER=    ports@mark.reidel.info
   COMMENT=    Command line client for the musicpd
 
 +LIB_DEPENDS=    mpdclient:${PORTSDIR}/audio/libmpdclient
 +
   OPTIONS=    ICONV "Support for international characters" on
 
   USE_BZIP2=    yes
 @@ -47,7 +49,7 @@
   .endif
   .ifndef(NOPORTEXAMPLES)
       @${MKDIR} ${EXAMPLESDIR}
 -    ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-bashrc ${EXAMPLESDIR}
 +    ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash 
 ${EXAMPLESDIR}
   .endif
       ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
 
 --- distinfo.orig    2010-08-24 10:06:47.000000000 +0200
 +++ distinfo    2010-08-24 10:07:05.000000000 +0200
 @@ -1,3 +1,3 @@
 -MD5 (mpc-0.17.tar.bz2) = 3f642c2c2ad7a57a9be7a03351c8c558
 -SHA256 (mpc-0.17.tar.bz2) = 
 24e9ef0f0fcfb776cfe802aa2b49469c552018516062c17620cf0af2687911a7
 -SIZE (mpc-0.17.tar.bz2) = 104465
 +MD5 (mpc-0.19.tar.bz2) = 9ab2967d9ec719b06a86f3b4121be654
 +SHA256 (mpc-0.19.tar.bz2) = 
 8fe9e1ce16f5a66653fa85706d22ceb9472827c28a56e2f7cf4c41a0a4931d17
 +SIZE (mpc-0.19.tar.bz2) = 98036
 
 
Responsible-Changed-From-To: freebsd-ports-bugs->avl 
Responsible-Changed-By: avl 
Responsible-Changed-When: Sat Aug 28 15:06:46 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149931 
State-Changed-From-To: feedback->closed 
State-Changed-By: avl 
State-Changed-When: Sun Sep 12 01:27:25 UTC 2010 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149931: commit references a PR
Date: Sun, 12 Sep 2010 01:25:53 +0000 (UTC)

 avl         2010-09-12 01:25:48 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/mpc            Makefile distinfo 
   Log:
   - Update to 0.19
   
   PR:             ports/149931
   Submitted by:   David Demelier <markand at malikania.fr>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.18      +17 -4     ports/audio/mpc/Makefile
   1.12      +3 -3      ports/audio/mpc/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:
