From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 14 19:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550C1106564A for ; Mon, 14 May 2012 19:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2DF708FC12 for ; Mon, 14 May 2012 19:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4EJUA6q029284 for ; Mon, 14 May 2012 19:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4EJUAh7029283; Mon, 14 May 2012 19:30:10 GMT (envelope-from gnats) Resent-Date: Mon, 14 May 2012 19:30:10 GMT Resent-Message-Id: <201205141930.q4EJUAh7029283@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Hixson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9289D1065670 for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/167889: update pianobar to 2012.05.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 19:30:10 -0000 >Number: 167889 >Category: ports >Synopsis: update pianobar to 2012.05.06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 14 19:30:09 UTC 2012 >Closed-Date: >Last-Modified: >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 + #include ++#define _GCRYPT_IN_LIBGCRYPT + #include + #include + #include 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 + + 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 ++#define _GCRYPT_IN_LIBGCRYPT + #include + + /* this is our public API; don't expect this api to be stable as long as >Release-Note: >Audit-Trail: >Unformatted: