From owner-svn-ports-head@freebsd.org Fri Dec 4 06:20:46 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C4B8A40C8A; Fri, 4 Dec 2015 06:20:46 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C56C51B1E; Fri, 4 Dec 2015 06:20:45 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB46Ki0Y000906; Fri, 4 Dec 2015 06:20:44 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB46Kiqx000905; Fri, 4 Dec 2015 06:20:44 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512040620.tB46Kiqx000905@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Fri, 4 Dec 2015 06:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402908 - head/audio/cmus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 06:20:46 -0000 Author: koobs Date: Fri Dec 4 06:20:44 2015 New Revision: 402908 URL: https://svnweb.freebsd.org/changeset/ports/402908 Log: audio/cmus: Enable AAC FFMPEG MP4 by default Enable the AAC, FFMPEG and MP4 codecs by default, so that the binary packages are more valuable out of the box. Prior to this change, it was limited to playing mp3, Vorbis and FLAC format files. While I'm here: - Add LICENSE_FILE PR: 203533 Submitted by: Tobias Kortkamp Approved by: maintainer (timeout, 1 month, 15 days) MFH: 2015Q4 Modified: head/audio/cmus/Makefile Modified: head/audio/cmus/Makefile ============================================================================== --- head/audio/cmus/Makefile Fri Dec 4 05:42:17 2015 (r402907) +++ head/audio/cmus/Makefile Fri Dec 4 06:20:44 2015 (r402908) @@ -4,13 +4,14 @@ PORTNAME= cmus PORTVERSION= 2.6.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= h.skuhra@gmail.com COMMENT= Console-based music player with really cool features LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes @@ -24,7 +25,8 @@ CONFIGURE_ARGS+=prefix=${PREFIX} mandir= OPTIONS_DEFINE= AAC AO CDDB CDIO CUE DISCID FFMPEG FLAC JACK MAD MIKMOD \ MODPLUG MP4 MUSEPACK OPUS PULSEAUDIO SAMPLERATE TREMOR \ VORBIS WAVPACK -OPTIONS_DEFAULT=FLAC MAD VORBIS +OPTIONS_DEFAULT=AAC FFMPEG FLAC MAD MP4 VORBIS + DISCID_DESC= DISCID support .include