diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-26 18:58:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-26 18:58:14 +0000 |
commit | 66795fa203e60029946c82bc89997180cbab199d (patch) | |
tree | e4c0e3ee9895a9f85efc204d96a87e0bb040d116 /comms/spandsp-devel5 | |
parent | 45d09467f4ea2f99ba02416dac7f58455dd9a141 (diff) | |
download | freebsd-ports-66795fa203e60029946c82bc89997180cbab199d.zip |
- Update to 0.0.5.pre3
PR: ports/124118
Submitted by: Adrian Thearle <adrian@thearle.com.au>
Diffstat (limited to 'comms/spandsp-devel5')
-rw-r--r-- | comms/spandsp-devel5/Makefile | 9 | ||||
-rw-r--r-- | comms/spandsp-devel5/distinfo | 6 | ||||
-rw-r--r-- | comms/spandsp-devel5/pkg-plist | 7 |
3 files changed, 12 insertions, 10 deletions
diff --git a/comms/spandsp-devel5/Makefile b/comms/spandsp-devel5/Makefile index 3e5a0c11565c..6d3c9b8bc506 100644 --- a/comms/spandsp-devel5/Makefile +++ b/comms/spandsp-devel5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spandsp -PORTVERSION= 0.0.4.p15 +PORTVERSION= 0.0.5.p3 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ ftp://ftp.rewt.org.uk/pub/distfiles/ @@ -19,14 +19,17 @@ COMMENT= A DSP library and software FAX machine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//} +WRKSRC= ${WRKDIR}/spandsp-0.0.5 USE_AUTOTOOLS= libtool15 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + USE_LDCONFIG= yes CONFLICTS= spandsp-[0-9]* diff --git a/comms/spandsp-devel5/distinfo b/comms/spandsp-devel5/distinfo index d34b1c7a31d5..e22f86b85733 100644 --- a/comms/spandsp-devel5/distinfo +++ b/comms/spandsp-devel5/distinfo @@ -1,3 +1,3 @@ -MD5 (spandsp-0.0.4pre15.tgz) = 5c0147612e040fc72b29a5c519bd5154 -SHA256 (spandsp-0.0.4pre15.tgz) = 22ad2ed2938aae26f443078b0da3aa0f8c70fd1068bde707354276c23cd7f71e -SIZE (spandsp-0.0.4pre15.tgz) = 1705762 +MD5 (spandsp-0.0.5pre3.tgz) = e500326891c8a1259c67535e8fca7d77 +SHA256 (spandsp-0.0.5pre3.tgz) = 90e401046f0f58aa1d2b468097345bad1bc98409a4e2d10ff58e69686f0941e7 +SIZE (spandsp-0.0.5pre3.tgz) = 2441626 diff --git a/comms/spandsp-devel5/pkg-plist b/comms/spandsp-devel5/pkg-plist index cee582d14d81..56b9926c1e63 100644 --- a/comms/spandsp-devel5/pkg-plist +++ b/comms/spandsp-devel5/pkg-plist @@ -42,6 +42,8 @@ include/spandsp/sig_tone.h include/spandsp/silence_gen.h include/spandsp/super_tone_rx.h include/spandsp/super_tone_tx.h +include/spandsp/t30_api.h +include/spandsp/t30_logging.h include/spandsp/t30.h include/spandsp/t30_fcf.h include/spandsp/t31.h @@ -71,8 +73,5 @@ 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 share/spandsp +lib/libspandsp.so.1 @dirrm include/spandsp |