Index: Makefile =================================================================== RCS file: /home/pcvs/ports/audio/lash/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 19 May 2007 19:59:20 -0000 1.4 +++ Makefile 22 May 2007 17:53:29 -0000 @@ -6,8 +6,7 @@ # PORTNAME= lash -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.5.3 CATEGORIES= audio MASTER_SITES= http://download.savannah.gnu.org/releases/lash/ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/audio/lash/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 13 Jan 2007 21:41:40 -0000 1.1 +++ distinfo 22 May 2007 17:53:51 -0000 @@ -1,3 +1,3 @@ -MD5 (lash-0.5.2.tar.gz) = 75ab0c28ce294543e8e0f636c3a209a1 -SHA256 (lash-0.5.2.tar.gz) = ebc9f1b5b551cacf261299977068ce1547c13174fb6258d1ef8d2bfeb346794c -SIZE (lash-0.5.2.tar.gz) = 534176 +MD5 (lash-0.5.3.tar.gz) = a9ed9f839a191ba7fd4b376b9cb24f31 +SHA256 (lash-0.5.3.tar.gz) = de6b1a76e79f2e1d8b6aefe33432ff2914940bab467a2fa127f7993753e182ce +SIZE (lash-0.5.3.tar.gz) = 618942 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/audio/lash/pkg-plist,v retrieving revision 1.1 diff -u -r1.1 pkg-plist --- pkg-plist 13 Jan 2007 21:41:40 -0000 1.1 +++ pkg-plist 22 May 2007 18:28:30 -0000 @@ -4,15 +4,10 @@ bin/lash_panel include/lash-1.0/lash/lash.h include/lash-1.0/lash/types.h -include/lash-1.0/lash/xmalloc.h include/lash-1.0/lash/config.h include/lash-1.0/lash/event.h -include/lash-1.0/lash/list.h -include/lash-1.0/lash/file.h include/lash-1.0/lash/client_interface.h include/lash-1.0/lash/protocol.h -include/lash-1.0/lash/loader.h -include/lash-1.0/lash/exec_params.h lib/liblash.so.2 lib/liblash.so lib/liblash.la Index: files/patch-clients-panel-project.c =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-clients-panel-project.c,v retrieving revision 1.1 diff -u -r1.1 patch-clients-panel-project.c --- files/patch-clients-panel-project.c 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-clients-panel-project.c 27 May 2007 09:12:38 -0000 @@ -1,11 +0,0 @@ ---- clients/panel/project.c.orig Sat Jan 13 15:45:57 2007 -+++ clients/panel/project.c Sat Jan 13 15:46:17 2007 -@@ -18,7 +18,7 @@ - - #include "project.h" - #include "config.h" --#include -+#include - #include - #include - #include Index: files/patch-lash-1.0.pc.in =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-lash-1.0.pc.in,v retrieving revision 1.1 diff -u -r1.1 patch-lash-1.0.pc.in --- files/patch-lash-1.0.pc.in 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-lash-1.0.pc.in 27 May 2007 09:12:38 -0000 @@ -1,11 +0,0 @@ ---- lash-1.0.pc.in.orig Sat Jan 13 16:25:45 2007 -+++ lash-1.0.pc.in Sat Jan 13 16:25:50 2007 -@@ -5,7 +5,7 @@ - - Name: LASH - Description: Audio session management --Requires: jack alsa -+Requires: jack - Version: @PACKAGE_VERSION@ - Libs: -llash - Libs.static: -lpthread -luuid Index: files/patch-lashd-conn_mgr.c =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-lashd-conn_mgr.c,v retrieving revision 1.1 diff -u -r1.1 patch-lashd-conn_mgr.c --- files/patch-lashd-conn_mgr.c 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-lashd-conn_mgr.c 27 May 2007 09:12:38 -0000 @@ -1,10 +0,0 @@ ---- lashd/conn_mgr.c.orig Sat Jan 13 15:20:55 2007 -+++ lashd/conn_mgr.c Sat Jan 13 15:21:07 2007 -@@ -27,6 +27,7 @@ - #include - #include - #include -+#include - - #include - #include Index: files/patch-lashd-main.c =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-lashd-main.c,v retrieving revision 1.1 diff -u -r1.1 patch-lashd-main.c --- files/patch-lashd-main.c 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-lashd-main.c 27 May 2007 09:12:38 -0000 @@ -1,19 +0,0 @@ ---- lashd/main.c.orig Sat Jan 13 15:15:39 2007 -+++ lashd/main.c Sat Jan 13 15:20:07 2007 -@@ -24,7 +24,6 @@ - #include - #include - #include --#include - #include - - #include -@@ -96,7 +95,7 @@ - {0, 0, 0, 0} - }; - char *default_dir = NULL; -- sighandler_t sigh; -+ sig_t sigh; - - #ifdef LASH_DEBUG - mtrace(); Index: files/patch-lashd-project.c =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-lashd-project.c,v retrieving revision 1.1 diff -u -r1.1 patch-lashd-project.c --- files/patch-lashd-project.c 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-lashd-project.c 27 May 2007 09:12:38 -0000 @@ -1,10 +0,0 @@ ---- lashd/project.c.orig Sat Jan 13 15:21:41 2007 -+++ lashd/project.c Sat Jan 13 15:23:06 2007 -@@ -33,6 +33,7 @@ - #include - #include - #include -+#include - - #include - #include Index: files/patch-lashd-server.c =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-lashd-server.c,v retrieving revision 1.1 diff -u -r1.1 patch-lashd-server.c --- files/patch-lashd-server.c 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-lashd-server.c 27 May 2007 09:12:38 -0000 @@ -1,10 +0,0 @@ ---- lashd/server.c.orig Sat Jan 13 15:23:38 2007 -+++ lashd/server.c Sat Jan 13 15:23:47 2007 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - - #include - #include Index: files/patch-liblash-loader.c =================================================================== RCS file: /home/pcvs/ports/audio/lash/files/patch-liblash-loader.c,v retrieving revision 1.1 diff -u -r1.1 patch-liblash-loader.c --- files/patch-liblash-loader.c 13 Jan 2007 21:41:41 -0000 1.1 +++ files/patch-liblash-loader.c 27 May 2007 09:12:38 -0000 @@ -1,10 +0,0 @@ ---- liblash/loader.c.orig Sat Jan 13 15:13:46 2007 -+++ liblash/loader.c Sat Jan 13 15:14:43 2007 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - - #include - #include