svn commit: r337093 - in head/audio/musicpd: . files
Chris Rees
crees at FreeBSD.org
Fri Dec 20 21:49:31 UTC 2013
Author: crees
Date: Fri Dec 20 21:49:30 2013
New Revision: 337093
URL: http://svnweb.freebsd.org/changeset/ports/337093
Log:
Update to 0.18.5
Musicpd has been rewritten in c++, and now unfortunately requires a
modern gcc to build.
While here, remove duplicate LICENSE line pointed out by danfe...
Deleted:
head/audio/musicpd/files/patch-ffmpeg2
Modified:
head/audio/musicpd/Makefile
head/audio/musicpd/distinfo
Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile Fri Dec 20 21:48:14 2013 (r337092)
+++ head/audio/musicpd/Makefile Fri Dec 20 21:49:30 2013 (r337093)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= musicpd
-PORTVERSION= 0.17.6
+PORTVERSION= 0.18.5
CATEGORIES= audio ipv6
MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
DISTNAME= mpd-${PORTVERSION}
@@ -10,12 +10,12 @@ MAINTAINER= crees at FreeBSD.org
COMMENT= Remote-controllable music daemon
LICENSE= GPLv2
-LICENSE= GPLv2
LIB_DEPENDS+= libmad.so:${PORTSDIR}/audio/libmad \
libcurl.so:${PORTSDIR}/ftp/curl
USES= gmake pkgconfig
+USE_GCC= 4.7+
USE_XZ= yes
GNU_CONFIGURE= yes
USE_GNOME= glib20
Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo Fri Dec 20 21:48:14 2013 (r337092)
+++ head/audio/musicpd/distinfo Fri Dec 20 21:49:30 2013 (r337093)
@@ -1,2 +1,2 @@
-SHA256 (mpd-0.17.6.tar.xz) = defd23931bd3f0aaee82a079a0583278e51e25f480509a93bc5f70de7f421906
-SIZE (mpd-0.17.6.tar.xz) = 537580
+SHA256 (mpd-0.18.5.tar.xz) = 3424a520f76da90a6869039eb7e89e1e6e3973a6da9e89ffdadf1c4a4ac6e11c
+SIZE (mpd-0.18.5.tar.xz) = 580332
More information about the svn-ports-all
mailing list