Index: Makefile =================================================================== RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 27 May 2008 05:56:16 -0000 1.1 +++ Makefile 27 May 2008 06:50:13 -0000 @@ -6,7 +6,7 @@ # PORTNAME= akode-plugins-${PORTNAMESUFX} -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR=distfiles Index: distinfo =================================================================== RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/distinfo,v retrieving revision 1.1 diff -u -r1.1 distinfo --- distinfo 27 May 2008 05:56:16 -0000 1.1 +++ distinfo 27 May 2008 06:50:22 -0000 @@ -1,3 +1,3 @@ -MD5 (30375-akode-2.0.1.tar.bz2) = 94a10e7729b20b669bc5c7721f62e162 -SHA256 (30375-akode-2.0.1.tar.bz2) = a1a31d3ea59e151ff1ff51e9f2be0db84fc9fcb40f590abb1c46494d6ff1c08e -SIZE (30375-akode-2.0.1.tar.bz2) = 460964 +MD5 (30375-akode-2.0.2.tar.bz2) = 659ced0c9c735cb3e55b9138ff02342c +SHA256 (30375-akode-2.0.2.tar.bz2) = ad689f7b3531cc3c42fda07c264873360bc0f4a94b90c1a4c91c92a22333a7a6 +SIZE (30375-akode-2.0.2.tar.bz2) = 472605 Index: files/patch-configure =================================================================== RCS file: /home/ncvs/ports/audio/akode-plugins-pulseaudio/files/patch-configure,v retrieving revision 1.1 diff -u -r1.1 patch-configure --- files/patch-configure 27 May 2008 05:56:16 -0000 1.1 +++ files/patch-configure 27 May 2008 07:25:29 -0000 @@ -1,21 +1,21 @@ ---- configure.orig Sun Jun 10 13:15:44 2007 -+++ configure Sun Jun 10 13:18:48 2007 -@@ -23036,12 +23036,12 @@ - fi; +--- configure.orig Fri Apr 6 08:23:22 2007 ++++ configure Tue May 27 02:12:49 2008 +@@ -25506,12 +25506,12 @@ + if test "x$polypaudio_test" = "xyes" ; then --echo "$as_me:$LINENO: checking for Polypaudio 0.7 or later" >&5 --echo $ECHO_N "checking for Polypaudio 0.7 or later... $ECHO_C" >&6 +-{ echo "$as_me:$LINENO: checking for Polypaudio 0.7 or later" >&5 +-echo $ECHO_N "checking for Polypaudio 0.7 or later... $ECHO_C" >&6; } -if $PKG_CONFIG --atleast-version 0.7 polyplib-simple >/dev/null 2>&1 ; then - POLYP_CFLAGS="`$PKG_CONFIG --cflags polyplib-simple`" - POLYP_LIBADD="`$PKG_CONFIG --libs-only-l polyplib-simple`" - POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L polyplib-simple`" -+echo "$as_me:$LINENO: checking for Pulseaudio 0.9.2 or later" >&5 -+echo $ECHO_N "checking for Pulseaudio 0.9.2 or later... $ECHO_C" >&6 ++{ echo "$as_me:$LINENO: checking for Pulseaudio 0.9.2 or later" >&5 ++echo $ECHO_N "checking for Pulseaudio 0.9.2 or later... $ECHO_C" >&6; } +if $PKG_CONFIG --atleast-version 0.9.2 libpulse-simple >/dev/null 2>&1 ; then + POLYP_CFLAGS="`$PKG_CONFIG --cflags libpulse-simple`" + POLYP_LIBADD="`$PKG_CONFIG --libs-only-l libpulse-simple`" + POLYP_LDFLAGS="`$PKG_CONFIG --libs-only-L libpulse-simple`" have_polyp=yes - echo "$as_me:$LINENO: result: yes" >&5 - echo "${ECHO_T}yes" >&6 + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; }