Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2017 19:39:26 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r451243 - branches/2017Q4/audio/waon
Message-ID:  <201710041939.v94JdQQ8005788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041939.v94JdQQ8005788>