Straightforward update to mpd-0.16.5.

Cheers,
David

Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile    16 Sep 2011 08:26:10 -0000      1.40
+++ Makefile    13 Oct 2011 14:53:47 -0000
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.40 2011/09/16 08:26:10 espie Exp $
 
 COMMENT =              Music Player Daemon
-DISTNAME =             mpd-0.16.2
+DISTNAME =             mpd-0.16.5
 CATEGORIES =           audio
 HOMEPAGE =             http://www.musicpd.org/
 MAINTAINER =           Tobias Ulmer <tobi...@tmux.org>
-REVISION =             1
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mpd/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    5 Apr 2011 19:55:38 -0000       1.11
+++ distinfo    13 Oct 2011 14:53:47 -0000
@@ -1,5 +1,5 @@
-MD5 (mpd-0.16.2.tar.gz) = p1rXFcw4HcXv7/bb8xOpVA==
-RMD160 (mpd-0.16.2.tar.gz) = ma4X2KyatcMiNwiLrjp0EZ4ksd8=
-SHA1 (mpd-0.16.2.tar.gz) = kL9F9FZ+XW+C0nn3jaGIFLD0OsQ=
-SHA256 (mpd-0.16.2.tar.gz) = RWec8xqZ3Fuv0lMcrVrK6QTFy0xsuaLiUyfglLjotkE=
-SIZE (mpd-0.16.2.tar.gz) = 619586
+MD5 (mpd-0.16.5.tar.gz) = X7TJdiPsom0ti5aIaOLxPw==
+RMD160 (mpd-0.16.5.tar.gz) = reTqWhiFa1rVXSgh+WiOkzrMalU=
+SHA1 (mpd-0.16.5.tar.gz) = a0sHXkFw0HPD/AAq4Uu15TSuKwg=
+SHA256 (mpd-0.16.5.tar.gz) = KPYhXkXM5ZA7ab3BpU0t/R+fJC5SQto8EfAlv+tcTKA=
+SIZE (mpd-0.16.5.tar.gz) = 658239
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   5 Apr 2011 19:55:38 -0000       1.3
+++ patches/patch-Makefile_in   13 Oct 2011 14:53:47 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-Makefile_in,v 1.3 2011/04/05 19:55:38 landry Exp $
---- Makefile.in        Mon Apr  4 22:31:44 2011
-+++ Makefile.in        Mon Apr  4 22:31:30 2011
-@@ -2254,7 +2254,7 @@
+$OpenBSD$
+--- Makefile.in.orig   Sun Oct  9 13:44:12 2011
++++ Makefile.in        Thu Oct 13 16:42:40 2011
+@@ -2268,7 +2268,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC) 
  # Documentation
  #
  man_MANS = doc/mpd.1 doc/mpd.conf.5
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-configure,v
retrieving revision 1.13
diff -u -p -r1.13 patch-configure
--- patches/patch-configure     5 Apr 2011 19:55:38 -0000       1.13
+++ patches/patch-configure     13 Oct 2011 14:53:47 -0000
@@ -1,19 +1,16 @@
-$OpenBSD: patch-configure,v 1.13 2011/04/05 19:55:38 landry Exp $
-
-Don't reset CPPFLAGS...stupid configure.
-
---- configure  Mon Apr  4 22:34:06 2011
-+++ configure  Mon Apr  4 22:35:15 2011
-@@ -8759,7 +8759,7 @@
+$OpenBSD$
+--- configure.orig     Sun Oct  9 13:44:12 2011
++++ configure  Thu Oct 13 16:42:40 2011
+@@ -8830,7 +8830,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -I."
        LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
 -      CPPFLAGS=$CFLAGS
 +      CPPFLAGS="$CPPFLAGS $CFLAGS"
        ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" 
"$ac_includes_default"
- if test "x$ac_cv_header_faad_h" = x""yes; then :
+ if test "x$ac_cv_header_faad_h" = xyes; then :
  
-@@ -9013,7 +9013,7 @@
+@@ -9084,7 +9084,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -Werror"
        LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
@@ -22,7 +19,7 @@ Don't reset CPPFLAGS...stupid configure.
  
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libfaad 
headers" >&5
  $as_echo_n "checking for broken libfaad headers... " >&6; }
-@@ -9059,7 +9059,7 @@
+@@ -9130,7 +9130,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $FAAD_CFLAGS"
        LIBS="$LIBS $FAAD_LIBS $MP4FF_LIBS"
@@ -30,13 +27,13 @@ Don't reset CPPFLAGS...stupid configure.
 +      CPPFLAGS="$CPPFLAGS $CFLAGS"
  
        ac_fn_c_check_header_mongrel "$LINENO" "mp4ff.h" "ac_cv_header_mp4ff_h" 
"$ac_includes_default"
- if test "x$ac_cv_header_mp4ff_h" = x""yes; then :
-@@ -10370,7 +10370,7 @@
+ if test "x$ac_cv_header_mp4ff_h" = xyes; then :
+@@ -10637,7 +10637,7 @@ if test x$enable_mpc = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $MPCDEC_CFLAGS -I."
        LIBS="$LIBS $MPD_LIBS $MPCDEC_LIBS"
 -      CPPFLAGS=$CFLAGS
 +      CPPFLAGS="$CPPFLAGS $CFLAGS"
        ac_fn_c_check_header_mongrel "$LINENO" "mpc/mpcdec.h" 
"ac_cv_header_mpc_mpcdec_h" "$ac_includes_default"
- if test "x$ac_cv_header_mpc_mpcdec_h" = x""yes; then :
+ if test "x$ac_cv_header_mpc_mpcdec_h" = xyes; then :
    old_mpcdec=no
Index: patches/patch-doc_mpdconf_example
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-doc_mpdconf_example,v
retrieving revision 1.7
diff -u -p -r1.7 patch-doc_mpdconf_example
--- patches/patch-doc_mpdconf_example   5 Apr 2011 19:55:38 -0000       1.7
+++ patches/patch-doc_mpdconf_example   13 Oct 2011 14:53:47 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-doc_mpdconf_example,v 1.7 2011/04/05 19:55:38 landry Exp $
---- doc/mpdconf.example.orig   Sat Mar 19 06:11:52 2011
-+++ doc/mpdconf.example        Mon Apr  4 22:43:42 2011
+--- doc/mpdconf.example.orig   Sun Oct  9 13:43:52 2011
++++ doc/mpdconf.example        Thu Oct 13 16:42:40 2011
 @@ -10,14 +10,14 @@
  # be disabled and audio files will only be accepted over ipc socket (using
  # file:// protocol) or streaming files over an accepted protocol.
@@ -69,7 +69,7 @@ $OpenBSD: patch-doc_mpdconf_example,v 1.
  # This setting is the TCP port that is desired for the daemon to get assigned
  # to.
  #
-@@ -296,6 +298,14 @@
+@@ -296,6 +298,14 @@ input {
  #     name            "My Null Output"
  #     mixer_type      "none"                  # optional
  #}
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile    16 Sep 2011 08:26:10 -0000      1.40
+++ Makefile    13 Oct 2011 14:53:47 -0000
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.40 2011/09/16 08:26:10 espie Exp $
 
 COMMENT =              Music Player Daemon
-DISTNAME =             mpd-0.16.2
+DISTNAME =             mpd-0.16.5
 CATEGORIES =           audio
 HOMEPAGE =             http://www.musicpd.org/
 MAINTAINER =           Tobias Ulmer <tobi...@tmux.org>
-REVISION =             1
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/audio/mpd/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    5 Apr 2011 19:55:38 -0000       1.11
+++ distinfo    13 Oct 2011 14:53:47 -0000
@@ -1,5 +1,5 @@
-MD5 (mpd-0.16.2.tar.gz) = p1rXFcw4HcXv7/bb8xOpVA==
-RMD160 (mpd-0.16.2.tar.gz) = ma4X2KyatcMiNwiLrjp0EZ4ksd8=
-SHA1 (mpd-0.16.2.tar.gz) = kL9F9FZ+XW+C0nn3jaGIFLD0OsQ=
-SHA256 (mpd-0.16.2.tar.gz) = RWec8xqZ3Fuv0lMcrVrK6QTFy0xsuaLiUyfglLjotkE=
-SIZE (mpd-0.16.2.tar.gz) = 619586
+MD5 (mpd-0.16.5.tar.gz) = X7TJdiPsom0ti5aIaOLxPw==
+RMD160 (mpd-0.16.5.tar.gz) = reTqWhiFa1rVXSgh+WiOkzrMalU=
+SHA1 (mpd-0.16.5.tar.gz) = a0sHXkFw0HPD/AAq4Uu15TSuKwg=
+SHA256 (mpd-0.16.5.tar.gz) = KPYhXkXM5ZA7ab3BpU0t/R+fJC5SQto8EfAlv+tcTKA=
+SIZE (mpd-0.16.5.tar.gz) = 658239
Index: patches/patch-Makefile_in
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   5 Apr 2011 19:55:38 -0000       1.3
+++ patches/patch-Makefile_in   13 Oct 2011 14:53:47 -0000
@@ -1,7 +1,7 @@
-$OpenBSD: patch-Makefile_in,v 1.3 2011/04/05 19:55:38 landry Exp $
---- Makefile.in        Mon Apr  4 22:31:44 2011
-+++ Makefile.in        Mon Apr  4 22:31:30 2011
-@@ -2254,7 +2254,7 @@
+$OpenBSD$
+--- Makefile.in.orig   Sun Oct  9 13:44:12 2011
++++ Makefile.in        Thu Oct 13 16:42:40 2011
+@@ -2268,7 +2268,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC) 
  # Documentation
  #
  man_MANS = doc/mpd.1 doc/mpd.conf.5
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-configure,v
retrieving revision 1.13
diff -u -p -r1.13 patch-configure
--- patches/patch-configure     5 Apr 2011 19:55:38 -0000       1.13
+++ patches/patch-configure     13 Oct 2011 14:53:47 -0000
@@ -1,19 +1,16 @@
-$OpenBSD: patch-configure,v 1.13 2011/04/05 19:55:38 landry Exp $
-
-Don't reset CPPFLAGS...stupid configure.
-
---- configure  Mon Apr  4 22:34:06 2011
-+++ configure  Mon Apr  4 22:35:15 2011
-@@ -8759,7 +8759,7 @@
+$OpenBSD$
+--- configure.orig     Sun Oct  9 13:44:12 2011
++++ configure  Thu Oct 13 16:42:40 2011
+@@ -8830,7 +8830,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -I."
        LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
 -      CPPFLAGS=$CFLAGS
 +      CPPFLAGS="$CPPFLAGS $CFLAGS"
        ac_fn_c_check_header_mongrel "$LINENO" "faad.h" "ac_cv_header_faad_h" 
"$ac_includes_default"
- if test "x$ac_cv_header_faad_h" = x""yes; then :
+ if test "x$ac_cv_header_faad_h" = xyes; then :
  
-@@ -9013,7 +9013,7 @@
+@@ -9084,7 +9084,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -Werror"
        LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
@@ -22,7 +19,7 @@ Don't reset CPPFLAGS...stupid configure.
  
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for broken libfaad 
headers" >&5
  $as_echo_n "checking for broken libfaad headers... " >&6; }
-@@ -9059,7 +9059,7 @@
+@@ -9130,7 +9130,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $FAAD_CFLAGS"
        LIBS="$LIBS $FAAD_LIBS $MP4FF_LIBS"
@@ -30,13 +27,13 @@ Don't reset CPPFLAGS...stupid configure.
 +      CPPFLAGS="$CPPFLAGS $CFLAGS"
  
        ac_fn_c_check_header_mongrel "$LINENO" "mp4ff.h" "ac_cv_header_mp4ff_h" 
"$ac_includes_default"
- if test "x$ac_cv_header_mp4ff_h" = x""yes; then :
-@@ -10370,7 +10370,7 @@
+ if test "x$ac_cv_header_mp4ff_h" = xyes; then :
+@@ -10637,7 +10637,7 @@ if test x$enable_mpc = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $MPCDEC_CFLAGS -I."
        LIBS="$LIBS $MPD_LIBS $MPCDEC_LIBS"
 -      CPPFLAGS=$CFLAGS
 +      CPPFLAGS="$CPPFLAGS $CFLAGS"
        ac_fn_c_check_header_mongrel "$LINENO" "mpc/mpcdec.h" 
"ac_cv_header_mpc_mpcdec_h" "$ac_includes_default"
- if test "x$ac_cv_header_mpc_mpcdec_h" = x""yes; then :
+ if test "x$ac_cv_header_mpc_mpcdec_h" = xyes; then :
    old_mpcdec=no
Index: patches/patch-doc_mpdconf_example
===================================================================
RCS file: /cvs/ports/audio/mpd/patches/patch-doc_mpdconf_example,v
retrieving revision 1.7
diff -u -p -r1.7 patch-doc_mpdconf_example
--- patches/patch-doc_mpdconf_example   5 Apr 2011 19:55:38 -0000       1.7
+++ patches/patch-doc_mpdconf_example   13 Oct 2011 14:53:47 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-doc_mpdconf_example,v 1.7 2011/04/05 19:55:38 landry Exp $
---- doc/mpdconf.example.orig   Sat Mar 19 06:11:52 2011
-+++ doc/mpdconf.example        Mon Apr  4 22:43:42 2011
+--- doc/mpdconf.example.orig   Sun Oct  9 13:43:52 2011
++++ doc/mpdconf.example        Thu Oct 13 16:42:40 2011
 @@ -10,14 +10,14 @@
  # be disabled and audio files will only be accepted over ipc socket (using
  # file:// protocol) or streaming files over an accepted protocol.
@@ -69,7 +69,7 @@ $OpenBSD: patch-doc_mpdconf_example,v 1.
  # This setting is the TCP port that is desired for the daemon to get assigned
  # to.
  #
-@@ -296,6 +298,14 @@
+@@ -296,6 +298,14 @@ input {
  #     name            "My Null Output"
  #     mixer_type      "none"                  # optional
  #}

Reply via email to