aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-05-14 05:06:24 +0800
committerpav <pav@FreeBSD.org>2009-05-14 05:06:24 +0800
commit351034713bfb1bb6b29607946c3e7fd1d153a2cf (patch)
tree879bdb148f8854256c809280d483fdae5c8a40cb /net
parent73a7e793141d558223b3c4f5d8a65d48cc8f13d8 (diff)
downloadfreebsd-ports-gnome-351034713bfb1bb6b29607946c3e7fd1d153a2cf.tar.gz
freebsd-ports-gnome-351034713bfb1bb6b29607946c3e7fd1d153a2cf.tar.zst
freebsd-ports-gnome-351034713bfb1bb6b29607946c3e7fd1d153a2cf.zip
- Chase spandsp-devel update
Reported by: pointyhat Pointy hat to: amdmi3
Diffstat (limited to 'net')
-rw-r--r--net/openpbx.org/Makefile4
-rw-r--r--net/yate-devel/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/openpbx.org/Makefile b/net/openpbx.org/Makefile
index 1092763f2710..f0b77f5cebb0 100644
--- a/net/openpbx.org/Makefile
+++ b/net/openpbx.org/Makefile
@@ -8,14 +8,14 @@
PORTNAME= openpbx.org
PORTVERSION= 1.2
DISTVERSION= 1.2_rc3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.openpbx.org/releases/
MAINTAINER= sobomax@FreeBSD.org
COMMENT= An Open Source PBX and telephony toolkit
-LIB_DEPENDS= spandsp.0:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS= spandsp.2:${PORTSDIR}/comms/spandsp-devel
BROKEN= Unfetchable
diff --git a/net/yate-devel/Makefile b/net/yate-devel/Makefile
index 32b6c668bece..2a0111cb12d3 100644
--- a/net/yate-devel/Makefile
+++ b/net/yate-devel/Makefile
@@ -8,7 +8,7 @@
PORTNAME= yate
PORTVERSION= 1.3.0.p2
DISTVERSION= ${PORTVERSION:S/.p/-/}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net comms
MASTER_SITES= http://cto.homelinux.net/pub/FreeBSD/ports/distfiles/ \
${MASTER_SITE_LOCAL}
@@ -113,7 +113,7 @@ PLIST_SUB+= WITH_ZAPTEL="@comment "
.endif
.if !defined(WITHOUT_FAX)
-LIB_DEPENDS+= spandsp.0:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+= spandsp.2:${PORTSDIR}/comms/spandsp-devel
MAKE_ENV+= WITH_FAX=1
PLIST_SUB+= WITH_FAX=""
.else