Index: head/multimedia/musikcube/files/patch-boost-1.70 =================================================================== --- head/multimedia/musikcube/files/patch-boost-1.70 (revision 504607) +++ head/multimedia/musikcube/files/patch-boost-1.70 (nonexistent) @@ -1,62 +0,0 @@ -https://github.com/zaphoyd/websocketpp/issues/794 - ---- src/plugins/server/3rdparty/include/websocketpp/transport/asio/connection.hpp.orig 2019-02-18 23:04:38 UTC -+++ src/plugins/server/3rdparty/include/websocketpp/transport/asio/connection.hpp -@@ -312,7 +312,7 @@ class connection : public config::socket_type::socket_ - */ - timer_ptr set_timer(long duration, timer_handler callback) { - timer_ptr new_timer = lib::make_shared( -- lib::ref(*m_io_service), -+ *m_io_service, - lib::asio::milliseconds(duration) - ); - -@@ -462,7 +462,7 @@ class connection : public config::socket_type::socket_ - - if (config::enable_multithreading) { - m_strand = lib::make_shared( -- lib::ref(*io_service)); -+ *io_service); - } - - lib::error_code ec = socket_con_type::init_asio(io_service, m_strand, ---- src/plugins/server/3rdparty/include/websocketpp/transport/asio/endpoint.hpp.orig 2019-02-18 23:04:38 UTC -+++ src/plugins/server/3rdparty/include/websocketpp/transport/asio/endpoint.hpp -@@ -192,7 +192,7 @@ class endpoint : public config::socket_type { (public) - m_io_service = ptr; - m_external_io_service = true; - m_acceptor = lib::make_shared( -- lib::ref(*m_io_service)); -+ *m_io_service); - - m_state = READY; - ec = lib::error_code(); -@@ -661,7 +661,7 @@ class endpoint : public config::socket_type { (public) - */ - void start_perpetual() { - m_work = lib::make_shared( -- lib::ref(*m_io_service) -+ *m_io_service - ); - } - -@@ -827,7 +827,7 @@ class endpoint : public config::socket_type { (public) - // Create a resolver - if (!m_resolver) { - m_resolver = lib::make_shared( -- lib::ref(*m_io_service)); -+ *m_io_service); - } - - tcon->set_uri(u); ---- src/plugins/server/3rdparty/include/websocketpp/transport/asio/security/none.hpp.orig 2019-02-18 23:04:38 UTC -+++ src/plugins/server/3rdparty/include/websocketpp/transport/asio/security/none.hpp -@@ -169,7 +169,7 @@ class connection : public lib::enable_shared_from_this - } - - m_socket = lib::make_shared( -- lib::ref(*service)); -+ *service); - - m_state = READY; - Property changes on: head/multimedia/musikcube/files/patch-boost-1.70 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/multimedia/musikcube/Makefile =================================================================== --- head/multimedia/musikcube/Makefile (revision 504607) +++ head/multimedia/musikcube/Makefile (revision 504608) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= musikcube -DISTVERSION= 0.65.0 +DISTVERSION= 0.65.1 CATEGORIES= multimedia audio MAINTAINER= yuri@FreeBSD.org COMMENT= Terminal-based music player, audio engine, metadata indexer, server LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE.txt LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libboost_system.so:devel/boost-libs \ libcurl.so:ftp/curl \ libev.so:devel/libev \ libfaad.so:audio/faad \ libFLAC.so:audio/flac \ libmicrohttpd.so:www/libmicrohttpd \ libmp3lame.so:audio/lame \ libogg.so:audio/libogg \ libsndio.so:audio/sndio \ libtag.so:audio/taglib \ libvorbis.so:audio/libvorbis USES= cmake:noninja compiler:c++14-lang ncurses ssl USE_GITHUB= yes GH_ACCOUNT= clangen USE_LDCONFIG= yes .include Index: head/multimedia/musikcube/distinfo =================================================================== --- head/multimedia/musikcube/distinfo (revision 504607) +++ head/multimedia/musikcube/distinfo (revision 504608) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556951214 -SHA256 (clangen-musikcube-0.65.0_GH0.tar.gz) = 2c86400eeee38ecb9642e93cf043408c651466bf5859d70d831d27a962ac7006 -SIZE (clangen-musikcube-0.65.0_GH0.tar.gz) = 9043109 +TIMESTAMP = 1560994892 +SHA256 (clangen-musikcube-0.65.1_GH0.tar.gz) = e847bd71d3852e83a50b6b0a796e88386f61f09f3fb6379c866616edba4c8b72 +SIZE (clangen-musikcube-0.65.1_GH0.tar.gz) = 9042709