Upgrade to 1.2.0.
Pass maintainership to submitter. Submitted by: Massimiliano Stucchi <stucchi at gufi dot org> PR: ports/132619
This commit is contained in:
parent
8541b5c8fd
commit
e0a3211a06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230021
@ -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
|
||||
|
@ -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
|
||||
|
11
net/iaxmodem/files/patch-lib_spandsp_src_t31.c
Normal file
11
net/iaxmodem/files/patch-lib_spandsp_src_t31.c
Normal file
@ -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>
|
11
net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c
Normal file
11
net/iaxmodem/files/patch-lib_spandsp_src_t38_terminal.c
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user