svn commit: r315744 - head/audio/baresip

William Grzybowski wg at FreeBSD.org
Sat Apr 6 15:56:19 UTC 2013


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 at 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


More information about the svn-ports-head mailing list