Enclosed a simple diff for updating mpc to the latest release. Changes
between the version in ports and this update [0]:
- fix off-by-one bug in "prio" command
- reduce network transfer for "playlist", "ls", "listall"
Tested in combination with mpd-0.21.18 (update send to ports@).
Comments/OK?
[0] https://raw.githubusercontent.com/MusicPlayerDaemon/mpc/v0.33/NEWS
diff --git Makefile Makefile
index 9e4629fb04d..9064d0e84df 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
COMMENT= command line client for mpd
-VER= 0.32
+VER= 0.33
DISTNAME= mpc-${VER}
CATEGORIES= audio
EXTRACT_SUFX= .tar.xz
diff --git distinfo distinfo
index c6140d0cb12..15b99f7caf6 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (mpc-0.32.tar.xz) = eWHZW3zgGZlr6rKBz5V+kFZnyYnFP//ROt5eYv6jMcc=
-SIZE (mpc-0.32.tar.xz) = 44716
+SHA256 (mpc-0.33.tar.xz) = T0DMvhj1CVQ3KDz8UlqXgV6YPL/Top5I/2EPpPG/EpY=
+SIZE (mpc-0.33.tar.xz) = 45044
No comments:
Post a Comment