From nobody@FreeBSD.org  Mon May 14 19:22:06 2012
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 9289D1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 May 2012 19:22:06 +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 73E4F8FC0C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 May 2012 19:22:06 +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 q4EJM6xn098125
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 May 2012 19:22:06 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q4EJM6v3098113;
	Mon, 14 May 2012 19:22:06 GMT
	(envelope-from nobody)
Message-Id: <201205141922.q4EJM6v3098113@red.freebsd.org>
Date: Mon, 14 May 2012 19:22:06 GMT
From: John Hixson <john@pcbsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update pianobar to 2012.05.06
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         167889
>Category:       ports
>Synopsis:       update audio/pianobar to 2012.05.06
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jpaetzel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 14 19:30:09 UTC 2012
>Closed-Date:    Mon May 14 23:43:48 UTC 2012
>Last-Modified:  Mon May 14 23:50:02 UTC 2012
>Originator:     John Hixson
>Release:        10.0-CURRENT
>Organization:
iXsystems, Inc
>Environment:
FreeBSD thinkbsd 9.9-CURRENT FreeBSD 10.0-CURRENT #2: Sat May 12 12:57:16 PDT 2012     root@thinkbsd:/usr/obj/usr/src/sys/THINKBSD  amd64

>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN audio/pianobar/Makefile audio/pianobar/Makefile
--- audio/pianobar/Makefile	2012-01-11 21:43:46.000000000 -0800
+++ audio/pianobar/Makefile	2012-05-12 19:37:15.000000000 -0700
@@ -6,19 +6,21 @@
 #
 
 PORTNAME=	pianobar
-PORTVERSION=	2012.01.10
+PORTVERSION=	2012.05.06
 CATEGORIES=	audio
-MASTER_SITES=	http://6xq.net/static/projects/${PORTNAME}/
+MASTER_SITES=	http://6xq.net/projects/${PORTNAME}/
 
 MAINTAINER=	john@pcbsd.org
 COMMENT=	Command line Pandora player
 
-LICENSE=	MIT
-
 LIB_DEPENDS=	ao:${PORTSDIR}/audio/libao \
 		faad:${PORTSDIR}/audio/faad \
 		mad:${PORTSDIR}/audio/libmad \
-		gnutls.47:${PORTSDIR}/security/gnutls
+		gnutls.47:${PORTSDIR}/security/gnutls \
+		json.0:${PORTSDIR}/devel/json-c \
+		gcrypt:${PORTSDIR}/security/libgcrypt
+
+LICENSE=	MIT
 
 MAN1=		pianobar.1
 MAN_COMPRESSED=	no
diff -urN audio/pianobar/distinfo audio/pianobar/distinfo
--- audio/pianobar/distinfo	2012-01-11 21:43:46.000000000 -0800
+++ audio/pianobar/distinfo	2012-05-12 19:37:24.000000000 -0700
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2012.01.10.tar.bz2) = 6d19e5abde542bcdf8b9cfa50448fbe95c1e113f59e54065c9f4e0fbf78690f9
-SIZE (pianobar-2012.01.10.tar.bz2) = 68839
+SHA256 (pianobar-2012.05.06.tar.bz2) = b143882ca50303d560f49567d1a508ca4b48208db4eb8aa67f369fcaae708d7a
+SIZE (pianobar-2012.05.06.tar.bz2) = 47052
diff -urN audio/pianobar/files/patch-crypt.c audio/pianobar/files/patch-crypt.c
--- audio/pianobar/files/patch-crypt.c	1969-12-31 16:00:00.000000000 -0800
+++ audio/pianobar/files/patch-crypt.c	2012-05-12 19:46:05.000000000 -0700
@@ -0,0 +1,10 @@
+--- src/libpiano/crypt.c.orig	2012-05-06 07:33:54.000000000 -0700
++++ src/libpiano/crypt.c	2012-05-12 19:42:13.000000000 -0700
+@@ -23,6 +23,7 @@
+ 
+ #include <string.h>
+ #include <assert.h>
++#define _GCRYPT_IN_LIBGCRYPT
+ #include <gcrypt.h>
+ #include <stdio.h>
+ #include <stdlib.h>
diff -urN audio/pianobar/files/patch-crypt.h audio/pianobar/files/patch-crypt.h
--- audio/pianobar/files/patch-crypt.h	1969-12-31 16:00:00.000000000 -0800
+++ audio/pianobar/files/patch-crypt.h	2012-05-12 19:46:34.000000000 -0700
@@ -0,0 +1,10 @@
+--- src/libpiano/crypt.h.orig	2012-05-06 07:33:54.000000000 -0700
++++ src/libpiano/crypt.h	2012-05-12 19:42:29.000000000 -0700
+@@ -24,6 +24,7 @@
+ #ifndef _CRYPH_H
+ #define _CRYPT_H
+ 
++#define _GCRYPT_IN_LIBGCRYPT
+ #include <gcrypt.h>
+ 
+ char *PianoDecryptString (gcry_cipher_hd_t, const char * const,
diff -urN audio/pianobar/files/patch-piano.h audio/pianobar/files/patch-piano.h
--- audio/pianobar/files/patch-piano.h	1969-12-31 16:00:00.000000000 -0800
+++ audio/pianobar/files/patch-piano.h	2012-05-12 19:47:02.000000000 -0700
@@ -0,0 +1,10 @@
+--- src/libpiano/piano.h.orig	2012-05-06 07:33:54.000000000 -0700
++++ src/libpiano/piano.h	2012-05-12 19:42:41.000000000 -0700
+@@ -25,6 +25,7 @@
+ #define _PIANO_H
+ 
+ #include <stdbool.h>
++#define _GCRYPT_IN_LIBGCRYPT
+ #include <gcrypt.h>
+ 
+ /* this is our public API; don't expect this api to be stable as long as


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jpaetzel 
Responsible-Changed-By: jpaetzel 
Responsible-Changed-When: Mon May 14 22:09:36 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167889 
State-Changed-From-To: open->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Mon May 14 23:43:28 UTC 2012 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167889: commit references a PR
Date: Mon, 14 May 2012 23:43:26 +0000 (UTC)

 jpaetzel    2012-05-14 23:43:18 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/pianobar       Makefile distinfo 
     audio/pianobar/files patch-main.c patch-piano.c 
   Added files:
     audio/pianobar/files patch-crypt.c patch-crypt.h patch-piano.h 
   Log:
   Update to 2012.05.06
   
   PR:     ports/167889
   Submitted by:   John Hixson
   Sponsored by:   iXsystems
   
   Revision  Changes    Path
   1.11      +4 -2      ports/audio/pianobar/Makefile
   1.11      +2 -2      ports/audio/pianobar/distinfo
   1.1       +10 -0     ports/audio/pianobar/files/patch-crypt.c (new)
   1.1       +10 -0     ports/audio/pianobar/files/patch-crypt.h (new)
   1.6       +0 -36     ports/audio/pianobar/files/patch-main.c
   1.2       +0 -19     ports/audio/pianobar/files/patch-piano.c
   1.1       +10 -0     ports/audio/pianobar/files/patch-piano.h (new)
 _______________________________________________
 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:
