svn commit: r332466 - head/audio/csound

Rusmir Dusko nemysis at FreeBSD.org
Sat Nov 2 10:32:25 UTC 2013


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"


More information about the svn-ports-all mailing list