diff options
author | pawel <pawel@FreeBSD.org> | 2014-12-16 02:46:58 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2014-12-16 02:46:58 +0800 |
commit | e1bfa749e0a2ce8c9e9e28c7c52d156fb1b7886b (patch) | |
tree | 51adb9e97d6abfd87edccbe2ada3d7df2ea48746 /misc | |
parent | 0f1935497d0e9f5fd186f80ae8c681c38bbc9023 (diff) | |
download | freebsd-ports-gnome-e1bfa749e0a2ce8c9e9e28c7c52d156fb1b7886b.tar.gz freebsd-ports-gnome-e1bfa749e0a2ce8c9e9e28c7c52d156fb1b7886b.tar.zst freebsd-ports-gnome-e1bfa749e0a2ce8c9e9e28c7c52d156fb1b7886b.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)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libsupertone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index ef6c40b2ba49..8b0fe5b43222 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsupertone PORTVERSION= 0.0.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= misc MASTER_SITES= http://www.soft-switch.org/downloads/unicall/ @@ -13,7 +13,7 @@ COMMENT= Library for supervisory tone generation and detection LICENSE= LGPL21 LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ - libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel \ + libspandsp.so:${PORTSDIR}/comms/spandsp \ libtiff.so:${PORTSDIR}/graphics/tiff \ libxml2.so:${PORTSDIR}/textproc/libxml2 |