Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Sep 2013 19:27:49 GMT
From:      John Hixson <john@ixsystems.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182331: Update pianobar from 2013.05.19 to 2013.09.15
Message-ID:  <201309231927.r8NJRnMo001112@oldred.freebsd.org>
Resent-Message-ID: <201309231930.r8NJU0Xp082058@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182331
>Category:       ports
>Synopsis:       Update pianobar from 2013.05.19 to 2013.09.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 23 19:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Hixson
>Release:        10.0-CURRENT
>Organization:
iXsystems, Inc.
>Environment:
FreeBSD thinkbsd 9.9-CURRENT FreeBSD 10.0-CURRENT #15 r252775:255283M: Thu Sep  5 23:15:44 PDT 2013     john@thinkbsd:/usr/obj/usr/src/sys/THINKBSD  amd64
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/audio/pianobar/Makefile pianobar/Makefile
--- audio/pianobar/Makefile	2013-09-02 03:06:03.000000000 -0700
+++ audio/pianobar/Makefile	2013-09-23 12:18:25.190332231 -0700
@@ -2,7 +2,7 @@
 # $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}/
 
diff -urN /usr/ports/audio/pianobar/distinfo pianobar/distinfo
--- audio/pianobar/distinfo	2013-06-06 13:30:57.000000000 -0700
+++ audio/pianobar/distinfo	2013-09-23 12:15:27.068797020 -0700
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2013.05.19.tar.bz2) = cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046
-SIZE (pianobar-2013.05.19.tar.bz2) = 50942
+SHA256 (pianobar-2013.09.15.tar.bz2) = 3f8cf25ef054acf46e519d02453a6e214cfa09661b3adc03da99ace1c6f10066
+SIZE (pianobar-2013.09.15.tar.bz2) = 52553
diff -urN /usr/ports/audio/pianobar/files/patch-Makefile pianobar/files/patch-Makefile
--- audio/pianobar/files/patch-Makefile	2013-06-06 13:30:57.000000000 -0700
+++ audio/pianobar/files/patch-Makefile	2013-09-23 12:20:48.558789579 -0700
@@ -1,5 +1,6 @@
---- Makefile.orig	2013-06-06 11:12:53.077684094 -0700
-+++ Makefile	2013-06-06 11:25:07.697666849 -0700
+diff -urN pianobar-2013.09.15.orig/Makefile pianobar-2013.09.15/Makefile
+--- 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
diff -urN /usr/ports/audio/pianobar/files/patch-crypt.c pianobar/files/patch-crypt.c
--- audio/pianobar/files/patch-crypt.c	2012-07-14 05:56:14.000000000 -0700
+++ audio/pianobar/files/patch-crypt.c	1969-12-31 16:00:00.000000000 -0800
@@ -1,10 +0,0 @@
---- 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 /usr/ports/audio/pianobar/files/patch-crypt.h pianobar/files/patch-crypt.h
--- audio/pianobar/files/patch-crypt.h	2012-07-14 05:56:14.000000000 -0700
+++ audio/pianobar/files/patch-crypt.h	1969-12-31 16:00:00.000000000 -0800
@@ -1,10 +0,0 @@
---- 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 /usr/ports/audio/pianobar/files/patch-piano.h pianobar/files/patch-piano.h
--- audio/pianobar/files/patch-piano.h	2012-07-14 05:56:14.000000000 -0700
+++ audio/pianobar/files/patch-piano.h	1969-12-31 16:00:00.000000000 -0800
@@ -1,10 +0,0 @@
---- 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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309231927.r8NJRnMo001112>