Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 2015 18:46:26 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396924 - in head/audio/musicpd: . files
Message-ID:  <201509141846.t8EIkQaA013252@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Mon Sep 14 18:46:25 2015
New Revision: 396924
URL: https://svnweb.freebsd.org/changeset/ports/396924

Log:
  Update to 0.19.10
  
  Add "desc" to rc, to make rclint happy.

Modified:
  head/audio/musicpd/Makefile
  head/audio/musicpd/distinfo
  head/audio/musicpd/files/musicpd.in

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Mon Sep 14 18:39:15 2015	(r396923)
+++ head/audio/musicpd/Makefile	Mon Sep 14 18:46:25 2015	(r396924)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.18.23
-PORTREVISION=	1
+PORTVERSION=	0.19.10
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -16,13 +15,15 @@ USES=		gmake pkgconfig compiler:c++11-li
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 
+LIB_DEPENDS=	libboost_iostreams.so:${PORTSDIR}/devel/boost-libs
+
 USE_RC_SUBR=	${PORTNAME}
 CONFIGURE_ARGS+=--disable-alsa --disable-systemd-daemon --disable-roar
 CFLAGS+=	-I${PREFIX}/include
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders
 
-PORTDOCS=	AUTHORS README COPYING NEWS UPGRADING
+PORTDOCS=	AUTHORS README COPYING NEWS
 
 SUB_FILES=	pkg-message
 

Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo	Mon Sep 14 18:39:15 2015	(r396923)
+++ head/audio/musicpd/distinfo	Mon Sep 14 18:46:25 2015	(r396924)
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.18.23.tar.xz) = 647cf5a27ca68307ab4b28b0c58a3f7461d1f8dad1ab4d3e2ac9a2c380d92e70
-SIZE (mpd-0.18.23.tar.xz) = 584160
+SHA256 (mpd-0.19.10.tar.xz) = c386eb3d22f98dc993b5ae3c272f969aa7763713483c6800040ebf1791b15851
+SIZE (mpd-0.19.10.tar.xz) = 701668

Modified: head/audio/musicpd/files/musicpd.in
==============================================================================
--- head/audio/musicpd/files/musicpd.in	Mon Sep 14 18:39:15 2015	(r396923)
+++ head/audio/musicpd/files/musicpd.in	Mon Sep 14 18:46:25 2015	(r396924)
@@ -14,6 +14,7 @@
 
 name=musicpd
 rcvar=musicpd_enable
+desc="Music Player Daemon"
 
 load_rc_config $name
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509141846.t8EIkQaA013252>