aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorjpaetzel <jpaetzel@FreeBSD.org>2011-09-26 11:33:07 +0800
committerjpaetzel <jpaetzel@FreeBSD.org>2011-09-26 11:33:07 +0800
commit7ec3b962fd508d49dbba4ef9bb1bc989d3d7d46c (patch)
treefe04b8c739459b4f95e30f1d240c0ccde2981743 /audio
parent04bbf7b8ada2e5f576ca4460616db575e124cf81 (diff)
downloadfreebsd-ports-gnome-7ec3b962fd508d49dbba4ef9bb1bc989d3d7d46c.tar.gz
freebsd-ports-gnome-7ec3b962fd508d49dbba4ef9bb1bc989d3d7d46c.tar.zst
freebsd-ports-gnome-7ec3b962fd508d49dbba4ef9bb1bc989d3d7d46c.zip
Update to 2011.09.22
PR: ports/160932 Submitted by: John Hixson <john@ixsystems.com> Sponsored by: iXsystems
Diffstat (limited to 'audio')
-rw-r--r--audio/pianobar/Makefile2
-rw-r--r--audio/pianobar/distinfo4
-rw-r--r--audio/pianobar/files/patch-Makefile4
-rw-r--r--audio/pianobar/files/patch-main.c10
-rw-r--r--audio/pianobar/files/patch-terminal.c10
-rw-r--r--audio/pianobar/files/patch-ui.c10
-rw-r--r--audio/pianobar/files/patch-waitress.c10
7 files changed, 5 insertions, 45 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile
index afb623319b13..54e14d08c8f1 100644
--- a/audio/pianobar/Makefile
+++ b/audio/pianobar/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pianobar
-PORTVERSION= 2011.07.09
+PORTVERSION= 2011.09.22
CATEGORIES= audio
MASTER_SITES= http://6xq.net/static/projects/${PORTNAME}/
diff --git a/audio/pianobar/distinfo b/audio/pianobar/distinfo
index 8b36818ee992..bc2b47ca7400 100644
--- a/audio/pianobar/distinfo
+++ b/audio/pianobar/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pianobar-2011.07.09.tar.bz2) = e8ecc60637b57a807e3db35242e968fa8ce60b0db8a3268acd52a16c027e89b4
-SIZE (pianobar-2011.07.09.tar.bz2) = 64497
+SHA256 (pianobar-2011.09.22.tar.bz2) = 6e54d4881e7ada6b0443611b0853215e9e54253667a58310d96dfe38be258ed3
+SIZE (pianobar-2011.09.22.tar.bz2) = 65436
diff --git a/audio/pianobar/files/patch-Makefile b/audio/pianobar/files/patch-Makefile
index f0fd105835fe..0cdbf37c3444 100644
--- a/audio/pianobar/files/patch-Makefile
+++ b/audio/pianobar/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2011-07-09 03:40:54.000000000 -0500
-+++ Makefile 2011-07-18 09:00:04.740569788 -0500
+--- Makefile.orig 2011-09-22 03:34:19.000000000 -0700
++++ Makefile 2011-09-22 22:58:18.000000000 -0700
@@ -4,12 +4,12 @@
BINDIR:=${PREFIX}/bin
LIBDIR:=${PREFIX}/lib
diff --git a/audio/pianobar/files/patch-main.c b/audio/pianobar/files/patch-main.c
deleted file mode 100644
index 4a000ad4772a..000000000000
--- a/audio/pianobar/files/patch-main.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.c.orig 2011-07-09 01:40:54.000000000 -0700
-+++ src/main.c 2011-07-14 12:01:40.000000000 -0700
-@@ -21,7 +21,6 @@
- THE SOFTWARE.
- */
-
--#define _POSIX_C_SOURCE 1 /* fileno() */
- #define _BSD_SOURCE /* strdup() */
-
- /* system includes */
diff --git a/audio/pianobar/files/patch-terminal.c b/audio/pianobar/files/patch-terminal.c
deleted file mode 100644
index 659fdbce55e4..000000000000
--- a/audio/pianobar/files/patch-terminal.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/terminal.c.orig 2011-07-09 01:40:54.000000000 -0700
-+++ src/terminal.c 2011-07-14 12:07:01.000000000 -0700
-@@ -21,7 +21,6 @@
- THE SOFTWARE.
- */
-
--#define _POSIX_C_SOURCE 1 /* fileno() */
- #define _BSD_SOURCE /* setlinebuf() */
-
- #include <termios.h>
diff --git a/audio/pianobar/files/patch-ui.c b/audio/pianobar/files/patch-ui.c
deleted file mode 100644
index 6a537d4d8ad5..000000000000
--- a/audio/pianobar/files/patch-ui.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/ui.c.orig 2011-07-09 01:40:54.000000000 -0700
-+++ src/ui.c 2011-07-14 12:02:04.000000000 -0700
-@@ -23,7 +23,6 @@
-
- /* everything that interacts with the user */
-
--#define _POSIX_C_SOURCE 1 /* fileno() */
- #define _BSD_SOURCE /* strdup() */
-
- #include <stdio.h>
diff --git a/audio/pianobar/files/patch-waitress.c b/audio/pianobar/files/patch-waitress.c
deleted file mode 100644
index accaf257fdaa..000000000000
--- a/audio/pianobar/files/patch-waitress.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/libwaitress/waitress.c.orig 2011-07-09 01:40:54.000000000 -0700
-+++ src/libwaitress/waitress.c 2011-07-14 12:02:14.000000000 -0700
-@@ -21,7 +21,6 @@
- THE SOFTWARE.
- */
-
--#define _POSIX_C_SOURCE 1 /* required by getaddrinfo() */
- #define _BSD_SOURCE /* snprintf() */
-
- #include <sys/types.h>