# $FreeBSD: audio/pianobar/Makefile 325966 2013-09-02 10:06:03Z bapt $
PORTNAME= pianobar
PORTVERSION= 2013.05.19
PORTVERSION= 2013.09.15
CATEGORIES= audio
MASTER_SITES= http://6xq.net/projects/${PORTNAME}/
SHA256 (pianobar-2013.05.19.tar.bz2) = cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046
SHA256 (pianobar-2013.09.15.tar.bz2) = 3f8cf25ef054acf46e519d02453a6e214cfa09661b3adc03da99ace1c6f10066
SIZE (pianobar-2013.05.19.tar.bz2) = 50942
SIZE (pianobar-2013.09.15.tar.bz2) = 52553
--- Makefile.orig 2013-06-06 11:12:53.077684094 -0700
diff -urN pianobar-2013.09.15.orig/Makefile pianobar-2013.09.15/Makefile
+++ Makefile 2013-06-06 11:25:07.697666849 -0700
--- Makefile 2013-09-15 06:54:04.000000000 -0700
+++ Makefile 2013-09-23 12:20:05.869414665 -0700
@@ -4,7 +4,7 @@
BINDIR:=${PREFIX}/bin
LIBDIR:=${PREFIX}/lib
--- 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>
--- 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
char *PianoDecryptString (gcry_cipher_hd_t, const char * const,
--- 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>
/* this is our public API; don't expect this api to be stable as long as