From owner-svn-ports-branches@freebsd.org Fri Oct 6 21:07:35 2017 Return-Path: Delivered-To: svn-ports-branches@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 9721DE41B84; Fri, 6 Oct 2017 21:07:35 +0000 (UTC) (envelope-from jbeich@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 6457A6FE63; Fri, 6 Oct 2017 21:07:35 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v96L7YMT066435; Fri, 6 Oct 2017 21:07:34 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v96L7Yls066434; Fri, 6 Oct 2017 21:07:34 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201710062107.v96L7Yls066434@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 6 Oct 2017 21:07:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451410 - branches/2017Q4/audio/jack X-SVN-Group: ports-branches X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: branches/2017Q4/audio/jack X-SVN-Commit-Revision: 451410 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Oct 2017 21:07:35 -0000 Author: jbeich Date: Fri Oct 6 21:07:34 2017 New Revision: 451410 URL: https://svnweb.freebsd.org/changeset/ports/451410 Log: MFH: r451409 audio/jack: libuuid is completely unused after r440260 libuuid was used for a some time between 0.121.3 and 0.124 releases but didn't propagate into any except for stray include. PR: 221314 Submitted by: tobik Reviewed by: hselasky Approved by: ports-secteam blanket Modified: branches/2017Q4/audio/jack/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/audio/jack/Makefile ============================================================================== --- branches/2017Q4/audio/jack/Makefile Fri Oct 6 21:04:01 2017 (r451409) +++ branches/2017Q4/audio/jack/Makefile Fri Oct 6 21:07:34 2017 (r451410) @@ -3,7 +3,7 @@ PORTNAME= jackit PORTVERSION= 0.125.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= multimedia@FreeBSD.org @@ -14,8 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ - libcelt0.so:audio/celt \ - libuuid.so:misc/e2fsprogs-libuuid + libcelt0.so:audio/celt USES= autoreconf gmake pathfix pkgconfig libtool localbase bdb USE_GITHUB= yes