diff options
author | crees <crees@FreeBSD.org> | 2015-09-15 02:46:25 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2015-09-15 02:46:25 +0800 |
commit | e783989d96f8995fb5421e9db4cc0bb401b1dc32 (patch) | |
tree | 4468ccee3d5da4441ae5e01c9e4727834e7db0ca /audio | |
parent | 2dd4bc5a18deb8ae8ea460963a5d58f53cc961e8 (diff) | |
download | freebsd-ports-gnome-e783989d96f8995fb5421e9db4cc0bb401b1dc32.tar.gz freebsd-ports-gnome-e783989d96f8995fb5421e9db4cc0bb401b1dc32.tar.zst freebsd-ports-gnome-e783989d96f8995fb5421e9db4cc0bb401b1dc32.zip |
Update to 0.19.10
Add "desc" to rc, to make rclint happy.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 7 | ||||
-rw-r--r-- | audio/musicpd/distinfo | 4 | ||||
-rw-r--r-- | audio/musicpd/files/musicpd.in | 1 |
3 files changed, 7 insertions, 5 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index d3a079de1f10..87b484abe6b1 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -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-lib tar:xz 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 diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index df3f35c7f33b..a36ed11934c4 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -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 diff --git a/audio/musicpd/files/musicpd.in b/audio/musicpd/files/musicpd.in index 7b4b8ad127c0..e87babd3c669 100644 --- a/audio/musicpd/files/musicpd.in +++ b/audio/musicpd/files/musicpd.in @@ -14,6 +14,7 @@ name=musicpd rcvar=musicpd_enable +desc="Music Player Daemon" load_rc_config $name |