I updated mpc to 0.19. http://mpd.wikia.com/wiki/Client:Mpc
Maintainer of audio/mpc, Please note that PR ports/149931 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/149931 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Please use this patch instead : --- Makefile.orig 2010-08-24 10:06:32.000000000 +0200 +++ Makefile 2010-08-24 10:46:32.000000000 +0200 @@ -6,13 +6,15 @@ # PORTNAME= mpc -PORTVERSION= 0.17 +PORTVERSION= 0.19 CATEGORIES= audio ipv6 MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@mark.reidel.info COMMENT= Command line client for the musicpd +LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient + OPTIONS= ICONV "Support for international characters" on USE_BZIP2= yes @@ -47,7 +49,7 @@ .endif .ifndef(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-bashrc ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash ${EXAMPLESDIR} .endif ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ --- distinfo.orig 2010-08-24 10:06:47.000000000 +0200 +++ distinfo 2010-08-24 10:07:05.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (mpc-0.17.tar.bz2) = 3f642c2c2ad7a57a9be7a03351c8c558 -SHA256 (mpc-0.17.tar.bz2) = 24e9ef0f0fcfb776cfe802aa2b49469c552018516062c17620cf0af2687911a7 -SIZE (mpc-0.17.tar.bz2) = 104465 +MD5 (mpc-0.19.tar.bz2) = 9ab2967d9ec719b06a86f3b4121be654 +SHA256 (mpc-0.19.tar.bz2) = 8fe9e1ce16f5a66653fa85706d22ceb9472827c28a56e2f7cf4c41a0a4931d17 +SIZE (mpc-0.19.tar.bz2) = 98036
Responsible Changed From-To: freebsd-ports-bugs->avl I'll take it.
avl 2010-09-12 01:25:48 UTC FreeBSD ports repository Modified files: audio/mpc Makefile distinfo Log: - Update to 0.19 PR: ports/149931 Submitted by: David Demelier <markand at malikania.fr> Approved by: maintainer timeout Revision Changes Path 1.18 +17 -4 ports/audio/mpc/Makefile 1.12 +3 -3 ports/audio/mpc/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, with minor changes. Thanks!