From owner-cvs-all@FreeBSD.ORG Wed Mar 18 16:45:44 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8132106566B; Wed, 18 Mar 2009 16:45:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A686E8FC18; Wed, 18 Mar 2009 16:45:44 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2IGjipJ007486; Wed, 18 Mar 2009 16:45:44 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2IGjiu1007457; Wed, 18 Mar 2009 16:45:44 GMT (envelope-from itetcu) Message-Id: <200903181645.n2IGjiu1007457@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 18 Mar 2009 16:45:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio/musicpd Makefile distinfo ports/audio/musicpd/files musicpd.in musicpd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Mar 2009 16:45:45 -0000 itetcu 2009-03-18 16:45:44 UTC FreeBSD ports repository Modified files: audio/musicpd Makefile distinfo Added files: audio/musicpd/files musicpd.in Removed files: audio/musicpd/files musicpd.sh.in Log: - Update to latest upstream release (0.14.2) - Add new ffmpeg knob to options, and LIBDEPENDS for avcodec/avformat/avutil - change wording on id3tag knob to specify id3 v1/v2 instead of just v1 - change shoutcast wording to specify ogg (so that it is clearer) - change several configure args to sync with the upstream. This includes --enable-mpd-id3tag, --disable-ogg, --disable-shout are now: --disable-id3, --disable-oggvorbis, --disable-shout-ogg and added --disable-shout-mp3. - Removed outdated iconv knob as this is no longer a valid configure option in musicpd configure script - rename files/musicpd.sh.in --> files/musicpd.sh to follow current rc.d practices. PR: ports/131914 Submitted by: David Horn Approved by: maintainer Revision Changes Path 1.42 +19 -16 ports/audio/musicpd/Makefile 1.20 +3 -3 ports/audio/musicpd/distinfo 1.1 +27 -0 ports/audio/musicpd/files/musicpd.in (new) 1.3 +0 -27 ports/audio/musicpd/files/musicpd.sh.in (dead)