Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 18:59:15 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383471 - head/audio/libmpd
Message-ID:  <201504061859.t36IxFrg000839@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Apr  6 18:59:15 2015
New Revision: 383471
URL: https://svnweb.freebsd.org/changeset/ports/383471

Log:
  - Update MASTER_SITES and unbreak this port
  - Add LICENSE
  - Fix build
  - Update WWW
  
  PR:		199212
  Submitted by:	<tkato432@yahoo.com>

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

Modified: head/audio/libmpd/Makefile
==============================================================================
--- head/audio/libmpd/Makefile	Mon Apr  6 18:59:09 2015	(r383470)
+++ head/audio/libmpd/Makefile	Mon Apr  6 18:59:15 2015	(r383471)
@@ -5,15 +5,16 @@ PORTNAME=	libmpd
 PORTVERSION=	11.8.17
 PORTREVISION=	1
 CATEGORIES=	audio
-MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/11.8.16/
+MASTER_SITES=	http://download.sarine.nl/Programs/gmpc/${PORTVERSION:R}/
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Abstraction around libmpdclient
 
-BROKEN=		Unfetchable
-GNU_CONFIGURE=	yes
+LICENSE=	GPLv2 # (or later)
+
 USES=		libtool pathfix pkgconfig
 USE_GNOME=	glib20
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
 post-patch:

Modified: head/audio/libmpd/pkg-descr
==============================================================================
--- head/audio/libmpd/pkg-descr	Mon Apr  6 18:59:09 2015	(r383470)
+++ head/audio/libmpd/pkg-descr	Mon Apr  6 18:59:15 2015	(r383471)
@@ -1,4 +1,4 @@
 libmpd is an abstraction around libmpdclient. It provides
 an easy and reliable callback based interface to mpd.
 
-WWW: http://gmpcwiki.sarine.nl/index.php/GMPC
+WWW: http://gmpc.wikia.com/



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