aboutsummaryrefslogtreecommitdiff
path: root/net/opal
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-15 18:46:58 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-15 18:46:58 +0000
commitbaea95555696d8342727bbe2357127effdcb4b3e (patch)
tree51adb9e97d6abfd87edccbe2ada3d7df2ea48746 /net/opal
parent3d5df55762c00933b23eae9e4f01c395796898ef (diff)
downloadports-baea95555696d8342727bbe2357127effdcb4b3e.tar.gz
ports-baea95555696d8342727bbe2357127effdcb4b3e.zip
- Update comms/spandsp to version 0.0.6 [1]
- Convert all comms/spandsp-devel consumers to use newer comms/spandsp - Bump affected ports - Mark comms/spandsp-devel as deprecated and set expiration date - Add upgrade instructions to UPDATING PR: 194399 [1] Submitted by: Nikola Kolev <koue@chaosophia.net> [1] Approved by: madpilot (asterisk ports), maintainer timeout (other)
Notes
Notes: svn path=/head/; revision=374761
Diffstat (limited to 'net/opal')
-rw-r--r--net/opal/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile
index 864c1312b32d..8319bbb2fd18 100644
--- a/net/opal/Makefile
+++ b/net/opal/Makefile
@@ -3,7 +3,7 @@
PORTNAME= opal
PORTVERSION= 3.10.10
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= GNOME
@@ -209,9 +209,8 @@ CONFIGURE_ARGS+= --enable-h281
CONFIGURE_ARGS+= --disable-h281
.endif
-# keep version in lib_depend, to see the difference between spandsp-devel and normal
.if ${PORT_OPTIONS:MFAX}
-LIB_DEPENDS+= libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+= libspandsp.so:${PORTSDIR}/comms/spandsp
CONFIGURE_ARGS+= --enable-spandsp --enable-fax --enable-t38
PLIST_SUB+= FAX=""
.else