Date: Sun, 28 Jun 2009 13:04:31 -0300 (BRT) From: Sylvio Cesar <scjamorim@bsd.com.br> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/136137: [PATCH] comms/spandsp: Update to 0.0.5 Message-ID: <200906281604.n5SG4VAC093586@fbsd_tb7st.vida.br> Resent-Message-ID: <200906281650.n5SGo2Ql060631@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136137 >Category: ports >Synopsis: [PATCH] comms/spandsp: Update to 0.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 28 16:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd_tb7st.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Update to 0.0.5 - Take maintainership Removed file(s): - files/patch-src-Makefile.in Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- spandsp-0.0.5.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/comms/spandsp/Makefile,v retrieving revision 1.16 diff -u -u -r1.16 Makefile --- Makefile 5 Jan 2009 17:27:26 -0000 1.16 +++ Makefile 28 Jun 2009 16:42:04 -0000 @@ -6,13 +6,12 @@ # PORTNAME= spandsp -DISTVERSION= 0.0.3 +DISTVERSION= 0.0.5 CATEGORIES= comms -MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ - http://www.soft-switch.org/downloads/spandsp/old/ +MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= scjamorim@bsd.com.br COMMENT= Fax DSP library for Asterisk LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff Index: distinfo =================================================================== RCS file: /home/ncvs/ports/comms/spandsp/distinfo,v retrieving revision 1.5 diff -u -u -r1.5 distinfo --- distinfo 22 Jul 2007 00:58:41 -0000 1.5 +++ distinfo 28 Jun 2009 16:42:04 -0000 @@ -1,3 +1,3 @@ -MD5 (spandsp-0.0.3.tgz) = 6ea33941985fbf94b5f79dc3255ad925 -SHA256 (spandsp-0.0.3.tgz) = 368467b757736aef99e19f68e4ed50012b555ef18445b4ad7e47da8c1c353118 -SIZE (spandsp-0.0.3.tgz) = 1667197 +MD5 (spandsp-0.0.5.tgz) = fe83ed37a7831f0dd38e7ef4e7e6fd9e +SHA256 (spandsp-0.0.5.tgz) = 07f42a237c77b08fa765c3a148c83cdfa267bf24c0ab681d80b90d30dd0b3dbf +SIZE (spandsp-0.0.5.tgz) = 2506742 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/comms/spandsp/pkg-plist,v retrieving revision 1.5 diff -u -u -r1.5 pkg-plist --- pkg-plist 22 Jul 2007 00:58:41 -0000 1.5 +++ pkg-plist 28 Jun 2009 16:42:04 -0000 @@ -12,6 +12,7 @@ include/spandsp/complex.h include/spandsp/complex_filters.h include/spandsp/complex_vector_float.h +include/spandsp/crc.h include/spandsp/dc_restore.h include/spandsp/dds.h include/spandsp/dtmf.h @@ -42,7 +43,9 @@ include/spandsp/super_tone_rx.h include/spandsp/super_tone_tx.h include/spandsp/t30.h +include/spandsp/t30_api.h include/spandsp/t30_fcf.h +include/spandsp/t30_logging.h include/spandsp/t31.h include/spandsp/t35.h include/spandsp/t38_core.h @@ -66,11 +69,9 @@ include/spandsp/v8.h include/spandsp/vector_float.h include/spandsp/vector_int.h +include/spandsp/version.h lib/libspandsp.a lib/libspandsp.la lib/libspandsp.so -lib/libspandsp.so.0 -%%DATADIR%%/global-tones.xml -%%DATADIR%%/tones.dtd -@dirrm %%DATADIR%% +lib/libspandsp.so.1 @dirrm include/spandsp Index: files/patch-src-Makefile.in =================================================================== RCS file: files/patch-src-Makefile.in diff -N files/patch-src-Makefile.in --- files/patch-src-Makefile.in 22 Jul 2007 00:58:42 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,14 +0,0 @@ ---- src/Makefile.in.orig Sat Mar 31 08:39:20 2007 -+++ src/Makefile.in Fri Jul 20 11:50:18 2007 -@@ -213,9 +213,9 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --AM_CFLAGS = $(COMP_VENDOR_CFLAGS) -+#AM_CFLAGS = $(COMP_VENDOR_CFLAGS) - MAINTAINERCLEANFILES = Makefile.in --INCLUDES = -I$(top_builddir) -+#INCLUDES = -I$(top_builddir) - lib_LTLIBRARIES = libspandsp.la - libspandsp_la_SOURCES = adsi.c \ - async.c \ --- spandsp-0.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281604.n5SG4VAC093586>