diff options
author | garga <garga@FreeBSD.org> | 2010-09-15 00:10:01 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-09-15 00:10:01 +0800 |
commit | 62253b88258828dc605d3ac8d92c306ac8054030 (patch) | |
tree | bb4de06879d40c1b6202ed0aa499e989c1334431 /comms | |
parent | 49494bc35e0e270a7d2bab60df5cbf587f49518e (diff) | |
download | freebsd-ports-gnome-62253b88258828dc605d3ac8d92c306ac8054030.tar.gz freebsd-ports-gnome-62253b88258828dc605d3ac8d92c306ac8054030.tar.zst freebsd-ports-gnome-62253b88258828dc605d3ac8d92c306ac8054030.zip |
- Update to 0.0.6pre17
PR: ports/150161
Submitted by: garga@
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp-devel/Makefile | 5 | ||||
-rw-r--r-- | comms/spandsp-devel/distinfo | 6 | ||||
-rw-r--r-- | comms/spandsp-devel/pkg-plist | 11 |
3 files changed, 14 insertions, 8 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index d4bd978e7f59..4c72c9e800be 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -6,11 +6,10 @@ # PORTNAME= spandsp -DISTVERSION= 0.0.6pre12 -PORTREVISION= 2 +DISTVERSION= 0.0.6pre17 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ - ftp://ftp.rewt.org.uk/pub/distfiles/ + http://www.soft-switch.org/downloads/spandsp/old/ PKGNAMESUFFIX= -devel EXTRACT_SUFX= .tgz diff --git a/comms/spandsp-devel/distinfo b/comms/spandsp-devel/distinfo index 93515ecf7a37..36261c55f1f4 100644 --- a/comms/spandsp-devel/distinfo +++ b/comms/spandsp-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (spandsp-0.0.6pre12.tgz) = 497e04c890ee864c629908a169507238 -SHA256 (spandsp-0.0.6pre12.tgz) = 81820ab80be853ecfea79b75e5b5cf592ff7083853cc22ced46d57da47f9d0e8 -SIZE (spandsp-0.0.6pre12.tgz) = 2566669 +MD5 (spandsp-0.0.6pre17.tgz) = cc860f77270cf3b881f8ccd42d2d0238 +SHA256 (spandsp-0.0.6pre17.tgz) = 6c7267c9a5de7dc72ad323c10bc6524621df5041912ebf48e62907e3ae44d8f2 +SIZE (spandsp-0.0.6pre17.tgz) = 2597301 diff --git a/comms/spandsp-devel/pkg-plist b/comms/spandsp-devel/pkg-plist index e68b8b2eb02a..2c1359698ad8 100644 --- a/comms/spandsp-devel/pkg-plist +++ b/comms/spandsp-devel/pkg-plist @@ -48,6 +48,7 @@ include/spandsp/private/bell_r2_mf.h include/spandsp/private/bert.h include/spandsp/private/bitstream.h include/spandsp/private/dtmf.h +include/spandsp/private/echo.h include/spandsp/private/fax.h include/spandsp/private/fax_modems.h include/spandsp/private/fsk.h @@ -60,6 +61,7 @@ include/spandsp/private/ima_adpcm.h include/spandsp/private/logging.h include/spandsp/private/lpc10.h include/spandsp/private/modem_connect_tones.h +include/spandsp/private/modem_echo.h include/spandsp/private/noise.h include/spandsp/private/oki_adpcm.h include/spandsp/private/queue.h @@ -68,13 +70,16 @@ include/spandsp/private/sig_tone.h include/spandsp/private/silence_gen.h include/spandsp/private/super_tone_rx.h include/spandsp/private/super_tone_tx.h +include/spandsp/private/swept_tone.h include/spandsp/private/t30.h +include/spandsp/private/t30_dis_dtc_dcs_bits.h include/spandsp/private/t31.h include/spandsp/private/t38_core.h include/spandsp/private/t38_gateway.h include/spandsp/private/t38_non_ecm_buffer.h include/spandsp/private/t38_terminal.h -include/spandsp/private/t4.h +include/spandsp/private/t4_rx.h +include/spandsp/private/t4_tx.h include/spandsp/private/time_scale.h include/spandsp/private/tone_detect.h include/spandsp/private/tone_generate.h @@ -96,6 +101,7 @@ include/spandsp/sig_tone.h include/spandsp/silence_gen.h include/spandsp/super_tone_rx.h include/spandsp/super_tone_tx.h +include/spandsp/swept_tone.h include/spandsp/t30.h include/spandsp/t30_api.h include/spandsp/t30_fcf.h @@ -106,7 +112,8 @@ include/spandsp/t38_core.h include/spandsp/t38_gateway.h include/spandsp/t38_non_ecm_buffer.h include/spandsp/t38_terminal.h -include/spandsp/t4.h +include/spandsp/t4_rx.h +include/spandsp/t4_tx.h include/spandsp/telephony.h include/spandsp/time_scale.h include/spandsp/timing.h |