From owner-svn-ports-all@freebsd.org Wed Oct 4 19:39:28 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 0BC51E40DE5; Wed, 4 Oct 2017 19:39:28 +0000 (UTC) (envelope-from martymac@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 C46DE6E886; Wed, 4 Oct 2017 19:39:27 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v94JdQO8005789; Wed, 4 Oct 2017 19:39:26 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v94JdQQ8005788; Wed, 4 Oct 2017 19:39:26 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201710041939.v94JdQQ8005788@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 4 Oct 2017 19:39:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r451243 - branches/2017Q4/audio/waon X-SVN-Group: ports-branches X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: branches/2017Q4/audio/waon X-SVN-Commit-Revision: 451243 X-SVN-Commit-Repository: ports 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: Wed, 04 Oct 2017 19:39:28 -0000 Author: martymac Date: Wed Oct 4 19:39:26 2017 New Revision: 451243 URL: https://svnweb.freebsd.org/changeset/ports/451243 Log: MFH: r451228 r451241 Add missing CONFLICTS with sysutils/pv and bump PORTREVISION Approved by: ports-secteam Modified: branches/2017Q4/audio/waon/Makefile Directory Properties: branches/2017Q4/ (props changed) Modified: branches/2017Q4/audio/waon/Makefile ============================================================================== --- branches/2017Q4/audio/waon/Makefile Wed Oct 4 19:15:41 2017 (r451242) +++ branches/2017Q4/audio/waon/Makefile Wed Oct 4 19:39:26 2017 (r451243) @@ -3,7 +3,7 @@ PORTNAME= waon PORTVERSION= 0.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF @@ -16,6 +16,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \ libao.so:audio/libao \ libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate + +CONFLICTS= pv-[0-9]* USES= ncurses pkgconfig USE_GNOME= gtk20