Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2013 15:56:18 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315744 - head/audio/baresip
Message-ID:  <201304061556.r36FuIV0043290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sat Apr  6 15:56:18 2013
New Revision: 315744
URL: http://svnweb.freebsd.org/changeset/ports/315744

Log:
  - Use greater or equal so PORTREVISION bump doesn't break it
  
  Reported by:	pointyhat
  Approved by:	portmgr (bdrewery), jpaetzel (mentor)

Modified:
  head/audio/baresip/Makefile

Modified: head/audio/baresip/Makefile
==============================================================================
--- head/audio/baresip/Makefile	Sat Apr  6 15:04:35 2013	(r315743)
+++ head/audio/baresip/Makefile	Sat Apr  6 15:56:18 2013	(r315744)
@@ -8,8 +8,8 @@ MASTER_SITES=	http://www.creytiv.com/pub
 MAINTAINER=	crees@FreeBSD.org
 COMMENT=	Small SIP client
 
-BUILD_DEPENDS=	re=${PORTVERSION}:${PORTSDIR}/audio/re \
-		rem=${PORTVERSION}:${PORTSDIR}/audio/rem
+BUILD_DEPENDS=	re>=${PORTVERSION}:${PORTSDIR}/audio/re \
+		rem>=${PORTVERSION}:${PORTSDIR}/audio/rem
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_GMAKE=	yes



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