diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2009-03-14 05:27:45 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2009-03-14 05:27:45 +0000 |
commit | e0a3211a0628905e6ee8763ed1e897bd430bd32f (patch) | |
tree | 9b282744501e3cb3ecb83a8bfc1875ea58c3628b /net/iaxmodem | |
parent | 8541b5c8fdcf68ab667f1db9c7ee42e6171e2170 (diff) |
Upgrade to 1.2.0.
Pass maintainership to submitter.
Submitted by: Massimiliano Stucchi <stucchi at gufi dot org>
PR: ports/132619
Notes
Notes:
svn path=/head/; revision=230021
Diffstat (limited to 'net/iaxmodem')
-rw-r--r-- | net/iaxmodem/Makefile | 4 | ||||
-rw-r--r-- | net/iaxmodem/distinfo | 6 | ||||
-rw-r--r-- | net/iaxmodem/files/patch-lib_spandsp_src_t31.c | 11 | ||||
-rw-r--r-- | net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c | 11 |
4 files changed, 27 insertions, 5 deletions
diff --git a/net/iaxmodem/Makefile b/net/iaxmodem/Makefile index 6cf0a5e61e23..a6dbf784314b 100644 --- a/net/iaxmodem/Makefile +++ b/net/iaxmodem/Makefile @@ -6,12 +6,12 @@ # PORTNAME= iaxmodem -PORTVERSION= 0.3.2 +PORTVERSION= 1.2.0 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= stucchi@gufi.org COMMENT= Software modem that connects to IAX channel LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff diff --git a/net/iaxmodem/distinfo b/net/iaxmodem/distinfo index 337475a506c4..2b659f717ccf 100644 --- a/net/iaxmodem/distinfo +++ b/net/iaxmodem/distinfo @@ -1,3 +1,3 @@ -MD5 (iaxmodem-0.3.2.tar.gz) = ab4ecc268e521585d1d1e9fcca912e4d -SHA256 (iaxmodem-0.3.2.tar.gz) = 4aa48291f38bb400285c6e236a8caf868b25e1e65df4f600d36ea493c8f35e9e -SIZE (iaxmodem-0.3.2.tar.gz) = 2229564 +MD5 (iaxmodem-1.2.0.tar.gz) = f8b26cfeed188e5c1dcbc5ae5ef923b3 +SHA256 (iaxmodem-1.2.0.tar.gz) = fa263c0df0870cb8133c4bee141146ca5db47ece6db50899a6acf508d76591ed +SIZE (iaxmodem-1.2.0.tar.gz) = 3075769 diff --git a/net/iaxmodem/files/patch-lib_spandsp_src_t31.c b/net/iaxmodem/files/patch-lib_spandsp_src_t31.c new file mode 100644 index 000000000000..f944a5e5dd6e --- /dev/null +++ b/net/iaxmodem/files/patch-lib_spandsp_src_t31.c @@ -0,0 +1,11 @@ +--- lib/spandsp/src/t31.c 2009-03-14 05:26:02.000000000 +0100 ++++ lib/spandsp/src/t31.c 2009-03-14 05:26:28.000000000 +0100 +@@ -42,7 +42,7 @@ + #include <memory.h> + #include <string.h> + #include <ctype.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "floating_fudge.h" + #if defined(HAVE_TGMATH_H) + #include <tgmath.h> diff --git a/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c b/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c new file mode 100644 index 000000000000..248d2f7fa8a7 --- /dev/null +++ b/net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c @@ -0,0 +1,11 @@ +--- lib/spandsp/src/t38_terminal.c 2009-03-14 05:26:02.000000000 +0100 ++++ lib/spandsp/src/t38_terminal.c 2009-03-14 05:26:40.000000000 +0100 +@@ -37,7 +37,7 @@ + #include <fcntl.h> + #include <time.h> + #include <string.h> +-#include <malloc.h> ++#include <stdlib.h> + #include "floating_fudge.h" + #if defined(HAVE_TGMATH_H) + #include <tgmath.h> |