svn commit: r451243 - branches/2017Q4/audio/waon

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Oct 4 19:39:28 UTC 2017


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


More information about the svn-ports-all mailing list