[142353] trunk/dports/audio/mpd

rmstonecipher at macports.org rmstonecipher at macports.org
Sat Dec 12 05:24:01 PST 2015


Revision: 142353
          https://trac.macports.org/changeset/142353
Author:   rmstonecipher at macports.org
Date:     2015-11-10 07:00:53 -0800 (Tue, 10 Nov 2015)
Log Message:
-----------
audio/mpd upgrade version from 0.19.10 to 0.19.11, add temporary patch per upstream bug fix

Modified Paths:
--------------
    trunk/dports/audio/mpd/Portfile

Added Paths:
-----------
    trunk/dports/audio/mpd/files/patch_src_Main.cxx.diff

Modified: trunk/dports/audio/mpd/Portfile
===================================================================
--- trunk/dports/audio/mpd/Portfile	2015-11-10 14:34:18 UTC (rev 142352)
+++ trunk/dports/audio/mpd/Portfile	2015-11-10 15:00:53 UTC (rev 142353)
@@ -5,7 +5,7 @@
 PortGroup           compiler_blacklist_versions 1.0
 
 name                mpd
-version             0.19.10
+version             0.19.11
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          audio
 maintainers         rmstonecipher openmaintainer
@@ -21,8 +21,8 @@
 master_sites        http://www.musicpd.org/download/${name}/${branch}/
 license             GPL-2+ LGPL-2.1
 use_xz              yes
-checksums           rmd160  0cdde355667547b236471d9c75f2c3925f56df81 \
-                    sha256  c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851
+checksums           rmd160  36ba7ac37ab233be042287a7461b66f90cbce057 \
+                    sha256  7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6
 depends_build \
     port:pkgconfig \
     port:boost
@@ -41,6 +41,9 @@
     port:zlib \
     port:libao
 
+#   revise Main.cxx with patch in future version 0.19.12 to allow compilation without inotify
+patchfiles  patch_src_Main.cxx.diff
+
 configure.args \
     --mandir=${prefix}/share/man \
     --disable-ffmpeg \

Added: trunk/dports/audio/mpd/files/patch_src_Main.cxx.diff
===================================================================
--- trunk/dports/audio/mpd/files/patch_src_Main.cxx.diff	                        (rev 0)
+++ trunk/dports/audio/mpd/files/patch_src_Main.cxx.diff	2015-11-10 15:00:53 UTC (rev 142353)
@@ -0,0 +1,11 @@
+--- src/Main.cxx.old	2015-11-10 08:53:12.000000000 -0600
++++ src/Main.cxx	2015-11-10 08:54:00.000000000 -0600
+@@ -630,7 +630,7 @@
+ 					 config_get_unsigned(CONF_AUTO_UPDATE_DEPTH,
+ 							     INT_MAX));
+ #else
+-		FormatWarning(main_domain,
++		FormatWarning(config_domain,
+ 			      "inotify: auto_update was disabled. enable during compilation phase");
+ #endif
+ 	}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/42c43fad/attachment.html>


More information about the macports-changes mailing list