Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 10:32:24 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332466 - head/audio/csound
Message-ID:  <201311021032.rA2AWO24028257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nemysis
Date: Sat Nov  2 10:32:24 2013
New Revision: 332466
URL: http://svnweb.freebsd.org/changeset/ports/332466

Log:
  - Bump PORTREVISION for dependency change
  - Fix portaudio2 dependency due to recent commit
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/audio/csound/Makefile

Modified: head/audio/csound/Makefile
==============================================================================
--- head/audio/csound/Makefile	Sat Nov  2 10:11:31 2013	(r332465)
+++ head/audio/csound/Makefile	Sat Nov  2 10:32:24 2013	(r332466)
@@ -3,6 +3,7 @@
 
 PORTNAME=	csound
 PORTVERSION=	5.18.02
+PORTREVISION=	1
 CATEGORIES=	audio lang
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}5.18/ \
 		SF/${PORTNAME}/${PORTNAME}5/${PORTNAME}${PORTVERSION:R}/manual:manual
@@ -102,8 +103,8 @@ PLIST_SUB+=	OSC="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPORTAUDIO}
-BUILD_DEPENDS+=	portaudio>=19:${PORTSDIR}/audio/portaudio2
-RUN_DEPENDS+=	portaudio>=19:${PORTSDIR}/audio/portaudio2
+BUILD_DEPENDS+=	portaudio2>=0:${PORTSDIR}/audio/portaudio2
+RUN_DEPENDS+=	portaudio2>=0:${PORTSDIR}/audio/portaudio2
 SCONS_ARGS+=	usePortAudio=1
 PLIST_SUB+=	PORTAUDIO=""
 PORTAUDIO_L=	"${LOCALBASE}/lib/portaudio2"



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