From nobody@FreeBSD.org  Sat Apr 30 14:15:59 2011
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 2A51B106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Apr 2011 14:15:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0C4368FC17
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Apr 2011 14:15:59 +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 p3UEFwKG056885
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 30 Apr 2011 14:15:58 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3UEFwIf056884;
	Sat, 30 Apr 2011 14:15:58 GMT
	(envelope-from nobody)
Message-Id: <201104301415.p3UEFwIf056884@red.freebsd.org>
Date: Sat, 30 Apr 2011 14:15:58 GMT
From: Josh Paetzel <jpaetzel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] update audio/pianobar to latest version
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: john@pcbsd.org

>Number:         156736
>Category:       ports
>Synopsis:       [PATCH] update audio/pianobar to latest version
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jpaetzel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 30 14:20:04 UTC 2011
>Closed-Date:    Mon May 02 15:35:02 UTC 2011
>Last-Modified:  Mon May  2 15:40:06 UTC 2011
>Originator:     Josh Paetzel
>Release:        8.2-RELEASE-p1
>Organization:
>Environment:
N/A
>Description:
Update audio/pianobar to 2011.04.10

Tinderbox and run tested
>How-To-Repeat:
N/A
>Fix:
Apply attached patch 

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/pianobar/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	8 Apr 2011 12:36:57 -0000	1.3
+++ Makefile	30 Apr 2011 14:07:54 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pianobar
-PORTVERSION=	2011.01.24
+PORTVERSION=	2011.04.27
 CATEGORIES=	audio
 MASTER_SITES=	http://6xq.net/media/00/16/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/pianobar/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	8 Apr 2011 12:36:57 -0000	1.3
+++ distinfo	30 Apr 2011 14:08:09 -0000
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2011.01.24.tar.bz2) = d81c93c1d6facf6c35fa42b3569df6442f275686f872220b26bfff4d1f3fe19e
-SIZE (pianobar-2011.01.24.tar.bz2) = 57710
+SHA256 (pianobar-2011.04.27.tar.bz2) = e4b1354974af36d32dc34b3329bd09f3e0437127539024cf7add61facbb621dc
+SIZE (pianobar-2011.04.27.tar.bz2) = 61317
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/pianobar/files/patch-Makefile,v
retrieving revision 1.2
diff -u -r1.2 patch-Makefile
--- files/patch-Makefile	8 Apr 2011 12:36:57 -0000	1.2
+++ files/patch-Makefile	30 Apr 2011 14:08:47 -0000
@@ -1,46 +1,16 @@
---- Makefile.orig	2011-01-24 04:00:25.000000000 -0800
-+++ Makefile	2011-04-07 14:26:46.000000000 -0700
-@@ -3,8 +3,8 @@
- PREFIX:=/usr/local
+--- Makefile.orig	2011-04-27 14:11:06.000000000 -0500
++++ Makefile	2011-04-30 09:03:16.000000000 -0500
+@@ -4,11 +4,10 @@
  BINDIR:=${PREFIX}/bin
  LIBDIR:=${PREFIX}/lib
+ INCDIR:=${PREFIX}/include
 -MANDIR:=${PREFIX}/share/man
--CFLAGS:=-std=c99 -O2 -DNDEBUG
 +MANDIR:=${PREFIX}/man
-+CFLAGS:=-Wall -std=c99 -O2 -DNDEBUG -pedantic -I/usr/local/include
+ DYNLINK:=0
+-CFLAGS:=-O2 -DNDEBUG
++CFLAGS:=-Wall -std=c99 -O2 -DNDEBUG -pedantic -I/usr/local/include -L/usr/local/lib -lao
+ LDFLAGS:=
+-CC:=c99
  
  PIANOBAR_DIR=src
  PIANOBAR_SRC=\
-@@ -59,8 +59,8 @@
- LIBEZXML_RELOBJ=${LIBEZXML_SRC:.c=.lo}
- LIBEZXML_INCLUDE=${LIBEZXML_DIR}
- 
--LIBAO_INCLUDE=/usr/include
--LIBAO_LIB=-lao
-+LIBAO_INCLUDE=/usr/local/include
-+LIBAO_LIB=-L/usr/local/lib -lao
- 
- LIBM_LIB=-lm
- 
-@@ -68,8 +68,8 @@
- 	LIBFAAD_CFLAGS=
- 	LIBFAAD_LDFLAGS=
- else
--	LIBFAAD_INCLUDE:=/usr/include
--	LIBFAAD_LIB:=-lfaad
-+	LIBFAAD_INCLUDE:=/usr/local/include
-+	LIBFAAD_LIB:=-L/usr/local/lib -lfaad
- 	LIBFAAD_CFLAGS=-I ${LIBFAAD_INCLUDE} -DENABLE_FAAD
- 	LIBFAAD_LDFLAGS=${LIBFAAD_LIB}
- endif
-@@ -78,8 +78,8 @@
- 	LIBMAD_CFLAGS=
- 	LIBMAD_LDFLAGS=
- else
--	LIBMAD_INCLUDE:=/usr/include
--	LIBMAD_LIB:=-lmad
-+	LIBMAD_INCLUDE:=/usr/local/include
-+	LIBMAD_LIB:=-L/usr/local/lib -lmad
- 	LIBMAD_CFLAGS=-I ${LIBMAD_INCLUDE} -DENABLE_MAD
- 	LIBMAD_LDFLAGS=${LIBMAD_LIB}
- endif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Apr 30 14:20:14 UTC 2011 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156736 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Apr 30 14:20:19 UTC 2011 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: john@pcbsd.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/156736: [PATCH] update audio/pianobar to latest version
Date: Sat, 30 Apr 2011 14:20:17 UT

 Maintainer of audio/pianobar,
 
 Please note that PR ports/156736 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/156736
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: John Hixson <john@pcbsd.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156736: [PATCH] update audio/pianobar to latest version
Date: Mon, 2 May 2011 07:41:19 -0700

 On Sat, Apr 30, 2011 at 02:20:17PM +0000, Edwin Groothuis wrote:
 > Maintainer of audio/pianobar,
 > 
 > Please note that PR ports/156736 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/156736
 > 
 > -- 
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 Yup yup, I approve ;-)
 
 - John
State-Changed-From-To: feedback->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Mon May 2 15:34:37 UTC 2011 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/156736: commit references a PR
Date: Mon,  2 May 2011 15:34:28 +0000 (UTC)

 jpaetzel    2011-05-02 15:34:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/pianobar       Makefile distinfo 
     audio/pianobar/files patch-Makefile 
   Log:
   Update pianobar to latest version.
   
   PR:     ports/156736
   Approved by:    John Hixson <john@pcbsd.org>
   
   Revision  Changes    Path
   1.4       +1 -1      ports/audio/pianobar/Makefile
   1.4       +2 -2      ports/audio/pianobar/distinfo
   1.3       +9 -39     ports/audio/pianobar/files/patch-Makefile
 _______________________________________________
 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:
