Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2010 17:39:34 GMT
From:      Chris Rees <utisoft@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/152426: Maintainer update: audio/musicpd update to 0.15.15
Message-ID:  <201011201739.oAKHdY7e018733@amnesiac.bayofrum.net>
Resent-Message-ID: <201011201820.oAKIK8nm064769@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         152426
>Category:       ports
>Synopsis:       Maintainer update: audio/musicpd update to 0.15.15
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 20 18:20:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Chris Rees
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD amnesiac.bayofrum.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Musicpd is updated to 0.15.15.

	I've also modified the MPDCONF line added in the last update to allow a user who is anal about configuration file naming to rename their mpd.conf in their make.conf (example; I prefer to call mine musicpd.conf). The default is still mpd.conf!

	If you (committer) want to put something in KNOBS that's fine, but I didn't really think it was appropriate; it's specific to this port only.
>How-To-Repeat:
	
>Fix:

	

--- musicpd.diff begins here ---
diff -ruN musicpd.orig/Makefile musicpd/Makefile
--- musicpd.orig/Makefile	2010-11-20 12:09:48.000000000 +0000
+++ musicpd/Makefile	2010-11-20 12:23:36.000000000 +0000
@@ -1,4 +1,4 @@
-# New ports collection makefile for:	Music Player Daemon
+# New ports collection Makefile for:	Music Player Daemon
 # Date created:				Thu Oct 02 2003
 # Whom:					Mark Reidel <ports@mark.reidel.info>
 #
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	musicpd
-PORTVERSION=	0.15.12
-PORTREVISION=	1
+PORTVERSION=	0.15.15
 CATEGORIES=	audio ipv6
 MASTER_SITES=	SF/${PORTNAME}/mpd/${PORTVERSION}
 DISTNAME=	mpd-${PORTVERSION}
@@ -18,6 +17,8 @@
 LIB_DEPENDS+=	mad.2:${PORTSDIR}/audio/libmad \
 		curl.6:${PORTSDIR}/ftp/curl
 
+LICENSE=	GPLv2
+
 USE_GMAKE=	yes
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -62,7 +63,7 @@
 MPDDIR=	var/mpd
 MPDUSER=	mpd
 MPDGROUP=	mpd
-MPDCONF=	mpd.conf
+MPDCONF?=	mpd.conf
 
 USERS=	${MPDUSER}
 GROUPS=	${MPDGROUP}
@@ -232,7 +233,8 @@
 post-install:
 	@${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example ${PREFIX}/etc/${MPDCONF}.sample
 	@if [ ! -f ${PREFIX}/etc/${MPDCONF} ]; then \
-		${CP} -p ${PREFIX}/etc/${MPDCONF}.sample ${PREFIX}/etc/${MPDCONF} ; \
+		${CP} -p ${PREFIX}/etc/${MPDCONF}.sample \
+			${PREFIX}/etc/${MPDCONF} ; \
 	fi
 	@${MKDIR} ${PREFIX}/${MPDDIR}
 	@${CHOWN} -R ${MPDUSER}:${MPDGROUP} ${PREFIX}/${MPDDIR}
diff -ruN musicpd.orig/distinfo musicpd/distinfo
--- musicpd.orig/distinfo	2010-11-20 12:09:48.000000000 +0000
+++ musicpd/distinfo	2010-11-20 12:21:02.000000000 +0000
@@ -1,3 +1,2 @@
-MD5 (mpd-0.15.12.tar.bz2) = b00b289a20ecd9accfd4972d6395135c
-SHA256 (mpd-0.15.12.tar.bz2) = 0a9ff27d265b3ca2892bf56f2b01acffc657a81833e83dabbec9b7a4be80b3b3
-SIZE (mpd-0.15.12.tar.bz2) = 391039
+SHA256 (mpd-0.15.15.tar.bz2) = db6dc242722e3178bcbff6b67ced8caccbb8dcddf867b8ab6bab42d6e55982ab
+SIZE (mpd-0.15.15.tar.bz2) = 391688
--- musicpd.diff ends here ---



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

>Release-Note:
>Audit-Trail:
>Unformatted:



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