svn commit: r399489 - head/audio/musicpc

John Marino marino at FreeBSD.org
Fri Oct 16 16:34:27 UTC 2015


Author: marino
Date: Fri Oct 16 16:34:26 2015
New Revision: 399489
URL: https://svnweb.freebsd.org/changeset/ports/399489

Log:
  audio/musicpc: tweaks from obsolete upgrade PR
  
  There was an existing PR to upgrade this port but it was upgraded without
  that PR.  Here are some nonfunctional tweaks that PR was going to make.
  
  PR:		201172
  submitted by:	ports fury

Modified:
  head/audio/musicpc/Makefile
  head/audio/musicpc/pkg-descr

Modified: head/audio/musicpc/Makefile
==============================================================================
--- head/audio/musicpc/Makefile	Fri Oct 16 16:20:01 2015	(r399488)
+++ head/audio/musicpc/Makefile	Fri Oct 16 16:34:26 2015	(r399489)
@@ -4,7 +4,7 @@
 PORTNAME=	musicpc
 PORTVERSION=	0.27
 CATEGORIES=	audio ipv6
-MASTER_SITES=	http://musicpd.org/download/mpc/0/
+MASTER_SITES=	http://www.musicpd.org/download/mpc/0/
 DISTNAME=	mpc-${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libmpdclient.so:${PORTSDIR}
 OPTIONS_DEFINE=	EXAMPLES DOCS ICONV
 OPTIONS_DEFAULT=	ICONV
 
-USES=		tar:xz pkgconfig
+USES=		pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/musicpc/pkg-descr
==============================================================================
--- head/audio/musicpc/pkg-descr	Fri Oct 16 16:20:01 2015	(r399488)
+++ head/audio/musicpc/pkg-descr	Fri Oct 16 16:34:26 2015	(r399489)
@@ -1,5 +1,4 @@
 A client for MPD, the Music Player Daemon.
 mpc connects to a MPD running on a machine via a network.
-Read more about MPD on http://www.musicpd.org
 
 WWW: http://www.musicpd.org


More information about the svn-ports-all mailing list