Update to 0.5.13

PR:		99246
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
This commit is contained in:
Emanuel Haupt 2006-06-23 09:18:56 +00:00
parent eb357e16ec
commit af69e574b0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166101
4 changed files with 14 additions and 14 deletions

View file

@ -6,7 +6,7 @@
# #
PORTNAME= siproxd PORTNAME= siproxd
PORTVERSION= 0.5.12 PORTVERSION= 0.5.13
CATEGORIES= net CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= siproxd MASTER_SITE_SUBDIR= siproxd
@ -16,6 +16,7 @@ COMMENT= A proxy/masquerading daemon for the SIP protocol
LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2 LIB_DEPENDS= osip2.3:${PORTSDIR}/net/libosip2
USE_GCC= 3.2+
USE_GETOPT_LONG=yes USE_GETOPT_LONG=yes
USE_RC_SUBR= siproxd.sh USE_RC_SUBR= siproxd.sh
GNU_CONFIGURE= yes GNU_CONFIGURE= yes

View file

@ -1,3 +1,3 @@
MD5 (siproxd-0.5.12.tar.gz) = 2fa02bd6f83070593bfc2d383ce614fa MD5 (siproxd-0.5.13.tar.gz) = 91a572f80dd5a9af5a0f7f207fd34478
SHA256 (siproxd-0.5.12.tar.gz) = af49ee4b2956dbbc837087f8fd3355bae04e64afb40fb5d1e9a07d39deb7345e SHA256 (siproxd-0.5.13.tar.gz) = b419e2642cff2aea43ebd32139e2fe345003347d09e1a8dc6a289fdc08c1f7cd
SIZE (siproxd-0.5.12.tar.gz) = 222772 SIZE (siproxd-0.5.13.tar.gz) = 223109

View file

@ -1,11 +1,10 @@
--- src/plugin_shortdial.c.orig Sun Jan 1 21:31:31 2006 --- src/plugin_shortdial.c.orig Sat May 20 13:48:30 2006
+++ src/plugin_shortdial.c Mon May 15 11:50:12 2006 +++ src/plugin_shortdial.c Wed Jun 21 09:08:19 2006
@@ -24,7 +24,7 @@ @@ -22,6 +22,7 @@
//#include <errno.h>
#include <stdio.h>
#include <string.h> #include <string.h>
//#include <stdlib.h>
-//#include <unistd.h>
+#include <unistd.h> +#include <unistd.h>
//#include <signal.h>
#include <netinet/in.h> #include <netinet/in.h>
//#include <arpa/inet.h>
#include <osipparser2/osip_parser.h>

View file

@ -1,5 +1,5 @@
--- src/siproxd.c.orig Sun Jan 1 21:31:32 2006 --- src/siproxd.c.orig Sun Jun 18 18:28:20 2006
+++ src/siproxd.c Tue May 16 11:39:17 2006 +++ src/siproxd.c Wed Jun 21 09:06:10 2006
@@ -177,11 +177,16 @@ @@ -177,11 +177,16 @@
/* /*
* Init stuff * Init stuff