From owner-svn-ports-all@freebsd.org Thu Jun 22 16:15:22 2017 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 9219FD8FBA0; Thu, 22 Jun 2017 16:15:22 +0000 (UTC) (envelope-from danfe@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 6194080937; Thu, 22 Jun 2017 16:15:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5MGFL8d008030; Thu, 22 Jun 2017 16:15:21 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5MGFL8Y008027; Thu, 22 Jun 2017 16:15:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201706221615.v5MGFL8Y008027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 22 Jun 2017 16:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444118 - head/audio/flacon X-SVN-Group: ports-head 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.23 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: Thu, 22 Jun 2017 16:15:22 -0000 Author: danfe Date: Thu Jun 22 16:15:21 2017 New Revision: 444118 URL: https://svnweb.freebsd.org/changeset/ports/444118 Log: - Update Flacon to version 3.0.0 (http://flacon.github.io/changelog/) - Add QT5_CMAKE_OFF knob to ensure that right version is picked up if user has both of them installed - It no longer uses Shntool (not updated since 2009), so do not reference it in pkg-message; instead, add `audio/opus-tools' which Flacon supports since version 1.2.0 Because GitHub releases (tarballs) are not fetched with correct modification time, set TIMESTAMP to 1497981519 which corresponds to commit 0029b70 tagged as this release. Reported by: portscout Modified: head/audio/flacon/Makefile head/audio/flacon/distinfo head/audio/flacon/pkg-message Modified: head/audio/flacon/Makefile ============================================================================== --- head/audio/flacon/Makefile Thu Jun 22 15:46:59 2017 (r444117) +++ head/audio/flacon/Makefile Thu Jun 22 16:15:21 2017 (r444118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flacon -PORTVERSION= 2.1.1 +PORTVERSION= 3.0.0 DISTVERSIONPREFIX= v CATEGORIES= audio @@ -20,6 +20,7 @@ OPTIONS_DEFINE= QT5 QT5_DESC= Build against Qt 5 instead of Qt 4 QT5_CMAKE_ON= -DUSE_QT5:BOOL=ON +QT5_CMAKE_OFF= -DUSE_QT4:BOOL=ON # :ts, would be handy here but is not available in fmake(1) QT5_USE= QT5=${_QT5_DEPS},${_QT5_BDEPS:C/,/_build&/g:%=_build} QT5_USE_OFF= QT4=${_QT4_DEPS},${_QT4_BDEPS:C/,/_build&/g:%=_build} Modified: head/audio/flacon/distinfo ============================================================================== --- head/audio/flacon/distinfo Thu Jun 22 15:46:59 2017 (r444117) +++ head/audio/flacon/distinfo Thu Jun 22 16:15:21 2017 (r444118) @@ -1,3 +1,3 @@ -TIMESTAMP = 1482855182 -SHA256 (flacon-flacon-v2.1.1_GH0.tar.gz) = 9ece812c0bd68828301d745fbdddaf9ff2d9e572cc205e20d2bbcb093de98a1b -SIZE (flacon-flacon-v2.1.1_GH0.tar.gz) = 337500 +TIMESTAMP = 1497981519 +SHA256 (flacon-flacon-v3.0.0_GH0.tar.gz) = 5349fdc29c6cb173e7d40260e7ea4ba13ae39f4a144c22028fbfa132ceef5bb3 +SIZE (flacon-flacon-v3.0.0_GH0.tar.gz) = 430724 Modified: head/audio/flacon/pkg-message ============================================================================== --- head/audio/flacon/pkg-message Thu Jun 22 15:46:59 2017 (r444117) +++ head/audio/flacon/pkg-message Thu Jun 22 16:15:21 2017 (r444118) @@ -4,6 +4,6 @@ audio/faac audio/flac audio/lame audio/mac - audio/mp3gain audio/shntool + audio/mp3gain audio/opus-tools audio/tta audio/vorbisgain audio/vorbis-tools audio/wavpack