Skip site navigation (1)Skip section navigation (2)
Date:      23 Jan 2004 17:24:42 -0000
From:      Mark Daniel Reidel <ports@mark.reidel.info>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61794: [MAINTAINER] audio/musicpd: update to 0.9.4
Message-ID:  <20040123172442.83423.qmail@karm.dyndns.org>
Resent-Message-ID: <200401231740.i0NHeCQ1033193@freefall.freebsd.org>

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

>Number:         61794
>Category:       ports
>Synopsis:       [MAINTAINER] audio/musicpd: update to 0.9.4
>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:   Fri Jan 23 09:40:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD raffi.reidel.info 4.9-STABLE FreeBSD 4.9-STABLE #22: Sat Dec 13 21:33:23 CET 2003
>Description:
- Update to 0.9.4
- Make use of new OPTIONS knob
>How-To-Repeat:
>Fix:

--- musicpd-0.9.4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/musicpd/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	20 Dec 2003 16:14:12 -0000	1.5
+++ Makefile	23 Jan 2004 17:23:43 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	musicpd
-PORTVERSION=	0.9.3
-PORTREVISION=	2
+PORTVERSION=	0.9.4
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -22,6 +21,11 @@
 GNU_CONFIGURE=	yes
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
+OPTIONS=	FLAC "Support for FLAC Audio" on \
+		VORBIS "Support for OGG Vorbis Audio" on \
+		WAV "Support for WAV Audio" on \
+		ICONV "Support for international characters" on
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} >= 500038
@@ -72,15 +76,6 @@
 		-e 's,%%RC_SUBR%%,${RC_SUBR},g' \
 		-e 's,%%RC_SUFX%%,${RC_SUFX},g'
 PLIST_SUB+=	RC_SUFX=${RC_SUFX}
-
-pre-everything::
-	@${ECHO_CMD} "You can build ${PKGNAME} with the following options:"
-	@${ECHO_CMD}
-	@${ECHO_CMD} "WITHOUT_VORBIS          Disable Ogg Vorbis support"
-	@${ECHO_CMD} "WITHOUT_FLAC            Disable FLAC support"
-	@${ECHO_CMD} "WITHOUT_WAV             Disable libao support"
-	@${ECHO_CMD} "WITHOUT_ICONV           Disable international chars support"
-	@${ECHO_CMD}
 
 post-build:
 	@${SED} ${SED_SCRIPT} ${FILESDIR}/musicpd.sh >${WRKDIR}/musicpd.sh
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/musicpd/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	9 Nov 2003 15:42:55 -0000	1.3
+++ distinfo	23 Jan 2004 17:23:43 -0000
@@ -1 +1 @@
-MD5 (mpd-0.9.3.tar.gz) = c27310fad56548fab37b24eec1ec6ce8
+MD5 (mpd-0.9.4.tar.gz) = 5aa406a6f633f78ae820c48cbc8fce48
--- musicpd-0.9.4.patch ends here ---

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



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