Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 16:34:26 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399489 - head/audio/musicpc
Message-ID:  <201510161634.t9GGYQ4V092614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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