pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/musicpd



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sat Jan  5 12:43:47 UTC 2019

Modified Files:
        pkgsrc/audio/musicpd: Makefile PLIST distinfo
Removed Files:
        pkgsrc/audio/musicpd/patches: patch-src_client_ClientNew.cxx

Log Message:
musicpd: update to 0.21.4

Now GCC6 is required

Upstream changes:
ver 0.21.4 (2019/01/04)
* database
  - inotify: fix crash bug "terminate called after throwing ..."
  - upnp: implement "list ... group"
* output
  - httpd: declare protocol "HTTP/1.1" instead of "ICY"
* remove libwrap support
* Windows
  - fix "Failed to accept connection: unknown error"
* fix Haiku build


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 pkgsrc/audio/musicpd/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/musicpd/PLIST
cvs rdiff -u -r1.92 -r1.93 pkgsrc/audio/musicpd/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/audio/musicpd/patches/patch-src_client_ClientNew.cxx

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/musicpd/Makefile
diff -u pkgsrc/audio/musicpd/Makefile:1.178 pkgsrc/audio/musicpd/Makefile:1.179
--- pkgsrc/audio/musicpd/Makefile:1.178 Thu Dec 13 19:51:41 2018
+++ pkgsrc/audio/musicpd/Makefile       Sat Jan  5 12:43:46 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.178 2018/12/13 19:51:41 adam Exp $
+# $NetBSD: Makefile,v 1.179 2019/01/05 12:43:46 triaxx Exp $
 
-DISTNAME=              mpd-0.21.3
+DISTNAME=              mpd-0.21.4
 PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          http://www.musicpd.org/download/mpd/0.21/
 #MASTER_SITES=         ${MASTER_SITE_SOURCEFORGE:=musicpd/}
@@ -22,7 +21,7 @@ USE_LANGUAGES=                c c++
 MESON_ARGS+=           -Ddocumentation=true
 
 # c++14
-GCC_REQD+=             4.9
+GCC_REQD+=             6
 
 CPPFLAGS.SunOS+=       -std=gnu99 -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 

Index: pkgsrc/audio/musicpd/PLIST
diff -u pkgsrc/audio/musicpd/PLIST:1.10 pkgsrc/audio/musicpd/PLIST:1.11
--- pkgsrc/audio/musicpd/PLIST:1.10     Tue Dec 11 10:37:20 2018
+++ pkgsrc/audio/musicpd/PLIST  Sat Jan  5 12:43:46 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/12/11 10:37:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2019/01/05 12:43:46 triaxx Exp $
 bin/mpd
 man/man1/mpd.1
 man/man5/mpd.conf.5
@@ -25,6 +25,7 @@ share/doc/mpd/html/_static/down.png
 share/doc/mpd/html/_static/file.png
 share/doc/mpd/html/_static/jquery-3.2.1.js
 share/doc/mpd/html/_static/jquery.js
+share/doc/mpd/html/_static/language_data.js
 share/doc/mpd/html/_static/minus.png
 share/doc/mpd/html/_static/plus.png
 share/doc/mpd/html/_static/pygments.css

Index: pkgsrc/audio/musicpd/distinfo
diff -u pkgsrc/audio/musicpd/distinfo:1.92 pkgsrc/audio/musicpd/distinfo:1.93
--- pkgsrc/audio/musicpd/distinfo:1.92  Tue Dec 11 10:37:20 2018
+++ pkgsrc/audio/musicpd/distinfo       Sat Jan  5 12:43:46 2019
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.92 2018/12/11 10:37:20 wiz Exp $
+$NetBSD: distinfo,v 1.93 2019/01/05 12:43:46 triaxx Exp $
 
-SHA1 (mpd-0.21.3.tar.xz) = 271cb468f2a1dd63b2daa2db19a03ad19b4ad425
-RMD160 (mpd-0.21.3.tar.xz) = cf95848b219733726e38ab945965b3236185b2a7
-SHA512 (mpd-0.21.3.tar.xz) = c6ce513ea641d026594cd7ae6e9051bd0060e45f5839d89b350ba144cc9094a8e1490052df4d024cbc92d88680ee8e8bae14fc8037431394771018a75c3ee3d7
-Size (mpd-0.21.3.tar.xz) = 664992 bytes
-SHA1 (patch-src_client_ClientNew.cxx) = 8f42af7515fc81f00647b3b4b2e5749a852ff699
+SHA1 (mpd-0.21.4.tar.xz) = ae5370bc90209e0f5d955094a83cee37d9ca15d9
+RMD160 (mpd-0.21.4.tar.xz) = 0af583f0f79d70d7eb39bf61baebae8120a173c2
+SHA512 (mpd-0.21.4.tar.xz) = 454fde206f98f89a58ac773037963ac895ee6ce3e7d1032c49b980a3bfbbb69782a62900a5c09e4b39f24b2d1bcd380d7b520935563dd3b8d02f701389389ca7
+Size (mpd-0.21.4.tar.xz) = 663648 bytes
 SHA1 (patch-src_net_IPv6Address.hxx) = c9e9a5676451e6834fcef359266d37fc15f079e6



Home | Main Index | Thread Index | Old Index