From owner-svn-ports-head@freebsd.org Thu Apr 7 17:33:30 2016 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 9ACFEB08BDB; Thu, 7 Apr 2016 17:33:30 +0000 (UTC) (envelope-from robak@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 51ACE1229; Thu, 7 Apr 2016 17:33:30 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u37HXTbZ061643; Thu, 7 Apr 2016 17:33:29 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u37HXTCX061640; Thu, 7 Apr 2016 17:33:29 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201604071733.u37HXTCX061640@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Thu, 7 Apr 2016 17:33:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412677 - in head/audio/abcde: . files 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.21 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: Thu, 07 Apr 2016 17:33:30 -0000 Author: robak Date: Thu Apr 7 17:33:29 2016 New Revision: 412677 URL: https://svnweb.freebsd.org/changeset/ports/412677 Log: audio/abcde: update 2.7.1 -> 2.7.2 PR: 208604 Submitted by: Torsten Zuhlsdorff (maintainer) Modified: head/audio/abcde/Makefile head/audio/abcde/distinfo head/audio/abcde/files/patch-abcde.conf Modified: head/audio/abcde/Makefile ============================================================================== --- head/audio/abcde/Makefile Thu Apr 7 17:23:29 2016 (r412676) +++ head/audio/abcde/Makefile Thu Apr 7 17:33:29 2016 (r412677) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= abcde -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ Modified: head/audio/abcde/distinfo ============================================================================== --- head/audio/abcde/distinfo Thu Apr 7 17:23:29 2016 (r412676) +++ head/audio/abcde/distinfo Thu Apr 7 17:33:29 2016 (r412677) @@ -1,2 +1,2 @@ -SHA256 (abcde-2.7.1.tar.gz) = 3401e39785b20edee843d4d875b47d2b559f764681c482c4491a8c8ba605f250 -SIZE (abcde-2.7.1.tar.gz) = 144302 +SHA256 (abcde-2.7.2.tar.gz) = aa39881682ac46eb9fc199d1343b97bc56a322b41a5c57013acda31948bc53dd +SIZE (abcde-2.7.2.tar.gz) = 146407 Modified: head/audio/abcde/files/patch-abcde.conf ============================================================================== --- head/audio/abcde/files/patch-abcde.conf Thu Apr 7 17:23:29 2016 (r412676) +++ head/audio/abcde/files/patch-abcde.conf Thu Apr 7 17:33:29 2016 (r412677) @@ -1,6 +1,6 @@ ---- abcde.conf.orig 2015-06-18 12:26:40 UTC +--- abcde.conf.orig 2016-04-06 08:47:56 UTC +++ abcde.conf -@@ -209,7 +209,8 @@ +@@ -231,7 +231,8 @@ # Ogg: #VORBIZEOPTS= @@ -10,16 +10,16 @@ # FLAC: # The flac option is a workaround for an error where flac fails -@@ -323,7 +324,7 @@ +@@ -379,7 +380,7 @@ # (e.g. "ogg") or a combination of them separated with "," # (e.g. "flac,mp3"). Currently recognised and supported are: - # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "spx", "vorbis", "wav", "wv", "ape" + # "flac", "m4a", "mp3, "mpc", "ogg", "opus", "mka", "spx", "vorbis", "wav", "wv", "ape" -#OUTPUTTYPE=ogg +OUTPUTTYPE=ogg # Output filename format - change this to reflect your inner desire to # organize things differently than everyone else :) -@@ -336,9 +337,11 @@ +@@ -392,9 +393,11 @@ # to the files. Remove it from your user defined string if you are getting # files like ".ogg.ogg". #OUTPUTFORMAT='${ARTISTFILE}-${ALBUMFILE}/${TRACKNUM}.${TRACKFILE}'