From owner-svn-ports-all@freebsd.org Fri Dec 4 06:24:12 2015 Return-Path: Delivered-To: svn-ports-all@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 C0BD8A40E01; Fri, 4 Dec 2015 06:24:12 +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 909C91EF6; Fri, 4 Dec 2015 06:24:12 +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 tB46OBXr001896; Fri, 4 Dec 2015 06:24:11 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB46OBB0001895; Fri, 4 Dec 2015 06:24:11 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512040624.tB46OBB0001895@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:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r402910 - branches/2015Q4/audio/cmus X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 06:24:12 -0000 Author: koobs Date: Fri Dec 4 06:24:11 2015 New Revision: 402910 URL: https://svnweb.freebsd.org/changeset/ports/402910 Log: MFH: r402908 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) Approved by: ports-secteam (blanket) Modified: branches/2015Q4/audio/cmus/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/audio/cmus/Makefile ============================================================================== --- branches/2015Q4/audio/cmus/Makefile Fri Dec 4 06:22:32 2015 (r402909) +++ branches/2015Q4/audio/cmus/Makefile Fri Dec 4 06:24:11 2015 (r402910) @@ -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