Minor update from 0.15.9 to 0.15.12

Works for me on i386 and amd64. More tests welcome...

Index: Makefile
===================================================================
RCS file: /vcs/cvs/openbsd/ports/audio/mpd/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    3 Jun 2010 16:06:07 -0000       1.23
+++ Makefile    22 Aug 2010 22:17:17 -0000
@@ -1,8 +1,7 @@
 # $OpenBSD: Makefile,v 1.23 2010/06/03 16:06:07 pea Exp $
 
 COMMENT =              Music Player Daemon
-DISTNAME =             mpd-0.15.9
-PKGNAME =              ${DISTNAME}p1
+DISTNAME =             mpd-0.15.12
 CATEGORIES =           audio
 HOMEPAGE =             http://www.musicpd.org/
 MAINTAINER =           Tobias Ulmer <tobi...@tmux.org>
@@ -28,7 +27,7 @@ LIB_DEPENDS =         audiofile::devel/libaudio
                        mad::audio/libmad \
                        mikmod::audio/libmikmod \
                        curl::net/curl \
-                       glib-2.0,gthread-2.0::devel/glib2 \
+                       glib-2.0,gthread-2.0::devel/glib2
 
 FLAVORS =              tremor
 FLAVOR ?=
Index: distinfo
===================================================================
RCS file: /vcs/cvs/openbsd/ports/audio/mpd/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo    9 Apr 2010 11:39:33 -0000       1.9
+++ distinfo    22 Aug 2010 16:54:43 -0000
@@ -1,5 +1,5 @@
-MD5 (mpd-0.15.9.tar.gz) = LL0ieicmUv3qzkKhoivwyw==
-RMD160 (mpd-0.15.9.tar.gz) = Nf36W4HDq6I6KvTVi26cX5ep+Mo=
-SHA1 (mpd-0.15.9.tar.gz) = 5RGDouU/68bBXbGTlHfBJezoD8k=
-SHA256 (mpd-0.15.9.tar.gz) = /jmP7yP0l8SS0vLJoSDrvCHMFfOAjGfT8XIoFOzV0pY=
-SIZE (mpd-0.15.9.tar.gz) = 482909
+MD5 (mpd-0.15.12.tar.gz) = W9YcISTUOIsTmLMvLHFDig==
+RMD160 (mpd-0.15.12.tar.gz) = QUgnNCADCYPdKuKiN6qiOc9kO9M=
+SHA1 (mpd-0.15.12.tar.gz) = fZObgk2YmjG+NmA/jVA+N3RJxj8=
+SHA256 (mpd-0.15.12.tar.gz) = p2oa1OAxLL2EwJ9S0/eLpcEvLrmRRSSJsEsXlkrftBc=
+SIZE (mpd-0.15.12.tar.gz) = 483928
Index: patches/patch-Makefile_in
===================================================================
RCS file: /vcs/cvs/openbsd/ports/audio/mpd/patches/patch-Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Makefile_in
--- patches/patch-Makefile_in   12 Jan 2010 18:58:26 -0000      1.1
+++ patches/patch-Makefile_in   22 Aug 2010 16:54:43 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.1 2010/01/12 18:58:26 wcmaier Exp $
---- Makefile.in.orig   Wed Nov 18 20:48:14 2009
-+++ Makefile.in        Thu Dec 17 16:11:52 2009
-@@ -1525,7 +1525,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC) 
+--- Makefile.in.orig   Wed Jul 21 02:42:27 2010
++++ Makefile.in        Sun Aug 22 18:45:03 2010
+@@ -1447,7 +1447,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC) 
  # Documentation
  #
  man_MANS = doc/mpd.1 doc/mpd.conf.5
Index: patches/patch-configure
===================================================================
RCS file: /vcs/cvs/openbsd/ports/audio/mpd/patches/patch-configure,v
retrieving revision 1.11
diff -u -p -r1.11 patch-configure
--- patches/patch-configure     22 May 2010 11:10:09 -0000      1.11
+++ patches/patch-configure     22 Aug 2010 16:54:43 -0000
@@ -2,9 +2,9 @@ $OpenBSD: patch-configure,v 1.11 2010/05
 
 Don't reset CPPFLAGS...stupid configure.
 
---- configure.orig     Mon Mar 22 01:24:53 2010
-+++ configure  Fri May 21 16:51:51 2010
-@@ -8979,7 +8979,7 @@ if test x$enable_mpc = xyes; then
+--- configure.orig     Wed Jul 21 02:42:27 2010
++++ configure  Sun Aug 22 18:45:03 2010
+@@ -8990,7 +8990,7 @@ if test x$enable_mpc = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $MPCDEC_CFLAGS -I."
        LIBS="$LIBS $MPD_LIBS $MPCDEC_LIBS"
@@ -13,7 +13,7 @@ Don't reset CPPFLAGS...stupid configure.
        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 :
    old_mpcdec=no
-@@ -9203,7 +9203,7 @@ if test x$enable_aac = xyes; then
+@@ -9214,7 +9214,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -I."
        LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
@@ -22,7 +22,7 @@ Don't reset CPPFLAGS...stupid configure.
        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 :
  
-@@ -9457,7 +9457,7 @@ if test x$enable_aac = xyes; then
+@@ -9468,7 +9468,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -Werror"
        LIBS="$LIBS $MPD_LIBS $FAAD_LIBS"
@@ -31,7 +31,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; }
-@@ -9503,7 +9503,7 @@ if test x$enable_aac = xyes; then
+@@ -9514,7 +9514,7 @@ if test x$enable_aac = xyes; then
        oldcppflags=$CPPFLAGS
        CFLAGS="$CFLAGS $FAAD_CFLAGS"
        LIBS="$LIBS $FAAD_LIBS $MP4FF_LIBS"

Reply via email to