From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 23 09:40:21 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FBD916A4CE for ; Fri, 23 Jan 2004 09:40:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C87D43D55 for ; Fri, 23 Jan 2004 09:40:12 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i0NHeCFR033194 for ; Fri, 23 Jan 2004 09:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i0NHeCQ1033193; Fri, 23 Jan 2004 09:40:12 -0800 (PST) (envelope-from gnats) Resent-Date: Fri, 23 Jan 2004 09:40:12 -0800 (PST) Resent-Message-Id: <200401231740.i0NHeCQ1033193@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Daniel Reidel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D96E16A4CE for ; Fri, 23 Jan 2004 09:31:40 -0800 (PST) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [62.67.200.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FFA743D1D for ; Fri, 23 Jan 2004 09:31:19 -0800 (PST) (envelope-from root@karm.dyndns.org) Received: (qmail 16654 invoked from network); 23 Jan 2004 17:24:39 -0000 Received: from unknown (HELO karm.dyndns.org) (793055@[213.182.119.19]) (envelope-sender ) by smtprelay02.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Jan 2004 17:24:39 -0000 Received: (qmail 83424 invoked by uid 0); 23 Jan 2004 17:24:42 -0000 Message-Id: <20040123172442.83423.qmail@karm.dyndns.org> Date: 23 Jan 2004 17:24:42 -0000 From: Mark Daniel Reidel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/61794: [MAINTAINER] audio/musicpd: update to 0.9.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 17:40:21 -0000 >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 .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: